G923 Setting Tool Offset
Format
G923 X_Y_Z_P_
Description
This command is for setting tool offset value for the specified tool; axes unlisted will not be modified.
P_: tool No.
For example: “G923 Z 2.392 P1” indicates the tool offset value of tool No.1 is 2.392.
If P is omitted, it indicates setting tool offset value for the current tool.
Programming Example
The tool lifting program in Public.dat is as follows:
M802 P196609
M801 MSG " |D|wait for tool calibration signal"
G904 FZ-60 PZ=#CALIBRATION_SW LZ1
M801 MSG""
M802 P196608
G903 G00 G91 Z5
G923 Z0
G906
G923 Z =#CURWORKPOS.Z-#MOBICALI_THICKNESS-5