Ok, so to move the machine to the back of the machine, left hand side (2mm from the limit switches) at the end of the operation (providing you have homed your machine), enter:
- Code: Select all
G53 G0 Z0
G53 G0 X0 Y1144
G53 tells the machine you wish to move the machine in MACHINE COORDINATES
G0 is a rapid move
G0 Z0 moves the Z axis to the Z axis home position (top of the Z axis)
G0 X0 Y1144, will interpolate (move both X and Y) axis to the Left and "back" of the machine
I will edit the M200 for you later when I get home in an hr or so
So you can add the above to the post processors and it will move the machine automatically at the end of the cut..... or you can use "M200" when I give you the edited macro.
You can enter the above gcode (and I urge you to try and test it) into your MDI (Manual Data Input) text box on the screen to make sure the machine moves where you want it to.