Using Kerf compensation ?
- kramerda
- Offline
- Premium Member
-
Less
More
- Posts: 107
- Thank you received: 14
20 Aug 2020 19:49 #178861
by kramerda
Using Kerf compensation ? was created by kramerda
When I set up the cut parameters under the RUN tap for a kerf width.......it doesn't affect the actual cut.
I then tried to make sure compensation was enable by adding G41 but the Edit command under File
didn't allow any editing of the nc file that was open. So I guess that's two questions:
1. Is it a simple matter of adding G41 to the file (remove G40 from the preamble)?'
2. Can I do that within PlasmaC (via Edit) or just 'offline' in a post processor. (sure would save me time between two computers for now)
Thanks
I then tried to make sure compensation was enable by adding G41 but the Edit command under File
didn't allow any editing of the nc file that was open. So I guess that's two questions:
1. Is it a simple matter of adding G41 to the file (remove G40 from the preamble)?'
2. Can I do that within PlasmaC (via Edit) or just 'offline' in a post processor. (sure would save me time between two computers for now)
Thanks
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20169
- Thank you received: 6861
20 Aug 2020 20:07 #178863
by tommylight
Replied by tommylight on topic Using Kerf compensation ?
What Linux are you using?
Please Log in or Create an account to join the conversation.
- snowgoer540
-
- Offline
- Moderator
-
Less
More
- Posts: 2430
- Thank you received: 800
20 Aug 2020 20:15 #178866
by snowgoer540
Not sure on why it won’t let you edit.
Cutter comp:
linuxcnc.org/docs/2.8/html/plasma/plasma...#cutter-compensation
That said most of us don’t use it, because it can interfere with the THC (as you’ll read). Most program the kerf width in the CAM Tool and let the CAM handle the offset.
Replied by snowgoer540 on topic Using Kerf compensation ?
When I set up the cut parameters under the RUN tap for a kerf width.......it doesn't affect the actual cut.
I then tried to make sure compensation was enable by adding G41 but the Edit command under File
didn't allow any editing of the nc file that was open. So I guess that's two questions:
1. Is it a simple matter of adding G41 to the file (remove G40 from the preamble)?'
2. Can I do that within PlasmaC (via Edit) or just 'offline' in a post processor. (sure would save me time between two computers for now)
Thanks
Not sure on why it won’t let you edit.
Cutter comp:
linuxcnc.org/docs/2.8/html/plasma/plasma...#cutter-compensation
That said most of us don’t use it, because it can interfere with the THC (as you’ll read). Most program the kerf width in the CAM Tool and let the CAM handle the offset.
Please Log in or Create an account to join the conversation.
- hermann1976
-
- Offline
- Senior Member
-
Less
More
- Posts: 47
- Thank you received: 13
20 Aug 2020 20:20 - 20 Aug 2020 20:22 #178869
by hermann1976
Replied by hermann1976 on topic Using Kerf compensation ?
Hello,
For compensation with the values from the Run panel, the radius corrections must be set as follows:
linuxcnc.org/docs/devel/html/plasma/plas...#cutter-compensation
G41.1 D#<_hal[plasmac_run.kerf-width-f]> ; for left of programmed path
G42.1 D#<_hal[plasmac_run.kerf-width-f]> for right of programmed path
G40 to turn compensation off
The compensation should always be switched on only after the cutting height has been reached and switched off again at the end of the contour before moving off.
Most CAM systems or GCode generators offer the option of specifying the radius of the tool. Here the radius should always be specified a little larger than the actual max. Cutting width. So it shouldn't be necessary to adapt the Gcode program every time.
Attached a test gcode file.
For compensation with the values from the Run panel, the radius corrections must be set as follows:
linuxcnc.org/docs/devel/html/plasma/plas...#cutter-compensation
G41.1 D#<_hal[plasmac_run.kerf-width-f]> ; for left of programmed path
G42.1 D#<_hal[plasmac_run.kerf-width-f]> for right of programmed path
G40 to turn compensation off
The compensation should always be switched on only after the cutting height has been reached and switched off again at the end of the contour before moving off.
Most CAM systems or GCode generators offer the option of specifying the radius of the tool. Here the radius should always be specified a little larger than the actual max. Cutting width. So it shouldn't be necessary to adapt the Gcode program every time.
Attached a test gcode file.
Last edit: 20 Aug 2020 20:22 by hermann1976.
Please Log in or Create an account to join the conversation.
- kramerda
- Offline
- Premium Member
-
Less
More
- Posts: 107
- Thank you received: 14
20 Aug 2020 20:21 #178871
by kramerda
Replied by kramerda on topic Using Kerf compensation ?
v0.143
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20169
- Thank you received: 6861
20 Aug 2020 20:25 #178873
by tommylight
Replied by tommylight on topic Using Kerf compensation ?
Linux distro, not PlasmaC version, Linux Mint or Debian and what desktop environment, XFCE or Mate or Cinnamon ?
Please Log in or Create an account to join the conversation.
- kramerda
- Offline
- Premium Member
-
Less
More
- Posts: 107
- Thank you received: 14
20 Aug 2020 20:29 #178874
by kramerda
Replied by kramerda on topic Using Kerf compensation ?
Thanks hermann - on my old machine - pre Linux - I found myself tweaking it between cuts if I found that due to minor air pressure, tip wear, or shifts in the current, my parts were slightly off size - so it was useful to tweak it on the fly. I see where you're coming from that it may be affected by THC or affect THC so better to put it in the processing for now. (I'm using FastCam / FastPath and it can be put there).
Please Log in or Create an account to join the conversation.
- kramerda
- Offline
- Premium Member
-
Less
More
- Posts: 107
- Thank you received: 14
20 Aug 2020 20:30 #178875
by kramerda
Replied by kramerda on topic Using Kerf compensation ?
v0.143
Please Log in or Create an account to join the conversation.
- kramerda
- Offline
- Premium Member
-
Less
More
- Posts: 107
- Thank you received: 14
20 Aug 2020 20:37 #178876
by kramerda
Replied by kramerda on topic Using Kerf compensation ?
Sorry - I'm using Linux Debian 2.8, and I think XFCE.
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
Less
More
- Posts: 5723
- Thank you received: 2095
20 Aug 2020 23:16 #178886
by phillc54
Replied by phillc54 on topic Using Kerf compensation ?
You need to specify an editor in the [DISPLAY] section of the ini file.
If you had leafpad installed and wanted to use that:
If you had leafpad installed and wanted to use that:
EDITOR = leafpad
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.084 seconds