************
G92 Preload of registers/Set machine coordinates
************
This code sets the position of any or all axes to a specific value. Use this
to reset the position inside a program. No motion will occur.
Usage:
G92 X0 ;Zeroes X axis
G92 X0 Y0 Z0 ;Zeroes all principle axes on a mill
G92 Z1.234 ;Z is now set to 1.234
You must be in the master coordinate system to use this code. All of the
other offsets (1-20_ follow the master. Ergo, if the origin in offset 1 is set
to be exactly 3" away from the master origin (in G53 mode), then that
relationship is maintained as the master origin moves.
Use jog mode to setup the coordinate offsets (tool offsets) and save them
through the file menu. This command is not modal in versions 3.1 and up.