Tool change height
- krrice
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
19 Apr 2014 21:01 #46109
by krrice
Tool change height was created by krrice
Hi, I am using Linuxcnc and CamBam. I have the basics down, now I am trying to do engraving. What I am trying to do is engrave some text then cut out an oval with a different bit. I am having trouble finding where to set the height of the z axis for a tool change. When it is time for a tool change it stops but does not raise high enough to get to the Collet on my router.
Please Log in or Create an account to join the conversation.
- ArcEye
- Offline
- Junior Member
-
Less
More
- Posts: 24
- Thank you received: 758
19 Apr 2014 21:19 #46110
by ArcEye
Replied by ArcEye on topic Tool change height
Hi
www.linuxcnc.org/docs/devel/html/config/ini_config.html
Have a look at TOOL_CHANGE_POSITION= in the [EMCIO] section as well as a couple of other possibilities
regards
www.linuxcnc.org/docs/devel/html/config/ini_config.html
Have a look at TOOL_CHANGE_POSITION= in the [EMCIO] section as well as a couple of other possibilities
regards
Please Log in or Create an account to join the conversation.
- krrice
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
20 Apr 2014 19:07 #46133
by krrice
Thank's , Added TOOL_CHANGE_QUILL_UP = 1 to my ini file.
Replied by krrice on topic Tool change height
Hi
www.linuxcnc.org/docs/devel/html/config/ini_config.html
Have a look at TOOL_CHANGE_POSITION= in the [EMCIO] section as well as a couple of other possibilities
regards
Thank's , Added TOOL_CHANGE_QUILL_UP = 1 to my ini file.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
Less
More
- Posts: 23315
- Thank you received: 4943
21 Apr 2014 06:33 #46152
by andypugh
Be careful with that and CamBam.
CamBam by default put in a rapid to "clear height" before a tool change, but if you have TOOL_CHANGE_QUILL_UP then (in a sequence of events I haven't quite figured out) you can end up with a tool crash when starting from line with a longer tool.
If you are using TOOL_CHANGE_QUILL_UP then change your CamBam settings.
"System" Tab, Post-Processors , LinuxCNC. The scroll to the bottom in the lower pane and look at "Tool change"
Click the line and in the edit box changeto
I think I also had to actually add the G43, thinking about it.
Replied by andypugh on topic Tool change height
Thank's , Added TOOL_CHANGE_QUILL_UP = 1 to my ini file.
Be careful with that and CamBam.
CamBam by default put in a rapid to "clear height" before a tool change, but if you have TOOL_CHANGE_QUILL_UP then (in a sequence of events I haven't quite figured out) you can end up with a tool crash when starting from line with a longer tool.
If you are using TOOL_CHANGE_QUILL_UP then change your CamBam settings.
"System" Tab, Post-Processors , LinuxCNC. The scroll to the bottom in the lower pane and look at "Tool change"
Click the line and in the edit box change
{$clearance}
{$comment} T{$tool.index} : {$tool.diameter} {$endcomment}
T{$tool.index} M6 G43
{$comment} T{$tool.index} : {$tool.diameter} {$endcomment}
T{$tool.index} M6 G43
I think I also had to actually add the G43, thinking about it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.119 seconds