I have used a Shark CNC for probably 5 years now. Running well.
I have a production job where I would like to stop the machine in a position different than 0,0,0
I need this so I can reload material, move to 0,0,0 and then run another piece.
Normal program end is
Z=2.000
G00 x=0 y=0
M02
I've changed this to
Z=2.000
G00 x=4.000 y=18.000 // My best position to stop.
M02
But the M02 takes the machine to 0,0,0
I've tried other M code but either no good or aren't recognized and won't run at all.
Any suggestions.
