Setting the Zero

Is there a way to enter to exact X/Y positions into the controller without trying to jog the router into position with the remote? I have a hard time trying to get the correct zero location when carving on discs. I can get pretty close, but never spot on.

Hey Chris,

you can enter G-code into the MDI Tab.

Try e.g.:

G91 (set incremental distance mode)
G0 X2.5 (rapid move 2.5 from current position along the X axis)
3 Likes