Suppression of axis offsets

#SUPPRESS OFFSETS <axis_name><expr> {<axis_name><expr>} (non-modal)

<axis_name> <expr> New axis position without any offsets

The positions programmed in the same NC-block with this command will be passed to the NC-channel without any modification, i.e. active coordinate offsets (e.g. zero offset, additional zero offset, .. , tool offsets) will not be considered.

Programming example

: 
N10 G92 X10 Y20 (BPV X10 Y20)
N20 X0 Y0 (Position X=10 Y=20)
N30 #SUPPRESS OFFSETS X0 Y0 (Position X=0 Y=0)
: