Post Processing G01

Having problems with or questions about SheetCam? Post them here.
Post Reply
gertlubbe
Posts: 1
Joined: Tue Nov 01, 2022 8:17 am

Post Processing G01

Post by gertlubbe »

Hi All
My CCZ4 Cnc controller requires all lines to contain a G command
What I get from Sheetcam post processors is typically like this:
G00 X10 Y10
G01 X11 Y22 F150
X 22 Y30
X33 Y50
So CCZ4 sees the last 2 lines as G00 and switches off plasma
Is there a Post processor that will write the G01 in front of every subsequent move after the first G01 move?
Thanks, I hope it is clear. Gert
David_Lelen01
Posts: 452
Joined: Wed Sep 12, 2018 8:18 pm
Location: South Carolina, USA
Contact:

Re: Post Processing G01

Post by David_Lelen01 »

There most likely is another post processor that outputs non-modal motion codes, but unfortunately I cannot say which one it would be. Just scroll through the list and try a few different ones maybe.
You can always edit the post, if you feel comfortable doing so, and search for anywhere that says "G01" or "G00". On the same line before that, it probably says something like "post.ModalText...". Just remove the Modal to say "post.Text..."

If you dont feel comfortable, just upload the post here and someone may fix it for you.
User avatar
Les Newell
Site Admin
Posts: 3668
Joined: Thu May 11, 2006 8:12 pm

Re: Post Processing G01

Post by Les Newell »

It is best to do a search for all cases of post.ModalText and change them to post.Text
Post Reply