Incremental mode
- grijalvap
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 185
- Thank you received: 61
12 Feb 2024 23:46 #293179
by grijalvap
Incremental mode was created by grijalvap
I'm working with a new plasma project and the post procesor output the G code in incremental mode, wich have some adventages for the actual user, however when the file is loaded in QTplasmaC it is displayed properly, but when you move the torch to a diferent position (not the home)
you can start the cutting process whic is ok, but the torch is not following the original drawing, is any way to make the drawing move to the begin point when in incrementalmode?
you can start the cutting process whic is ok, but the torch is not following the original drawing, is any way to make the drawing move to the begin point when in incrementalmode?
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
13 Feb 2024 02:18 #293187
by phillc54
Replied by phillc54 on topic Incremental mode
Does setting the G5x offsets by clicking X0Y0 prior to CYCLE START do what you would like.
Please Log in or Create an account to join the conversation.
- grijalvap
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 185
- Thank you received: 61
13 Feb 2024 03:43 #293190
by grijalvap
Replied by grijalvap on topic Incremental mode
I was thinking in any automatic way to set the origin to the current point if incremental mode is set in the pre-amble so the drawing is maybe reloaded to the new x0y0 position.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
13 Feb 2024 05:01 #293194
by phillc54
Replied by phillc54 on topic Incremental mode
I don't know of a way to do it automatically at the moment. Leave it with me and I will see if I can come up with something.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19408
- Thank you received: 6507
13 Feb 2024 12:48 #293218
by tommylight
Replied by tommylight on topic Incremental mode
Search for "gcode ripper" it is a small python script to manipulate existing gcode.
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 3947
- Thank you received: 1705
14 Feb 2024 09:26 #293313
by Aciera
This will set the current axis positions to zero (not sure if you need to zero the Z axis on a plasma).
Replied by Aciera on topic Incremental mode
If it does not have to be 'G91' then you could easily create a custom Mcode with this in it:I was thinking in any automatic way to set the origin to the current point if incremental mode is set in the pre-amble so the drawing is maybe reloaded to the new x0y0 position.
G10 L20 P0 X0Y0Z0
This will set the current axis positions to zero (not sure if you need to zero the Z axis on a plasma).
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.067 seconds