Hu,
I woke up at 3.30 am this morning with this "brain fart". It took me until now to work it out . See what you think.
In your modal setting for your post:
Check the cords
Uncheck the G code
check the feed rate
In your post format: ( note a (s) below is a space in your format)
Rapid line format:
{G}{X}(s){G}{Y}(s){G}(s){Z}(s)
(so there is a space before the{Z} and a space after)
Ok now don't give I'm going somewhere with this.
Post your code and open up your program in the editor.
Your first find and replace looks like this:
Find=G00
Replace=/
Then:
Find=/(s)Z
Replace=/Z
Then:
Find=/(s)
replace=(nothing)
I know this is alot of "find and replace" but I think it beats going thru the code by hand IMO.
__________________ (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |