Mach3 Post Am I doing something wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was taught that you should never edit the posted output, except for an emergency's, but I cannot understand why the Mach3 post processor does a rapid XY movement before raising the Z. (ALWAYS).
So what am I doing wrong?
Is air a button I should be pushing or an item I should be checking off prior to posting?
Example:
M5
M9
T1 M6
S8000 M3
G54
M9
G0 X0.7829 Y-0.9994 <----- RAPID X,Y Movement
G43 Z0.6 H1 <----- THEN raise those Z AXIS
What I think the output should be: (edited by hand)
M5
M9
T1 M6
S8000 M3
G54
M9
G0 Z0.6 <----- RAISE those Z AXIS
X0.7829 Y-0.9994 <----- THEN - RAPID X,Y Movement
G43 Z0.6 H1 ( redundant Z move which I don't care about)
Reference information: the machine I am using is a Shapeoko3, with a GRBL controller (VER 0.9)
FYI: I also tried the Carbide3D post processor and get the same result (XY rapid before Z axis lift)