G10 L10: Set Parameters in Tools Table
Last modified by writer on 2022/11/02 13:22
G10 L10 P- axes <R->
- P - tool number;
- R - radius of tool.
G10 L10 changes the tool table entry for tool P so that if the tool offset is reloaded, with the machine in its current position and with the current G5x and G92 offsets active, the current coordinates for the given axes will become the given values. The axes that are not specified in the G10 L10 command will not be changed. This could be useful with a probe move as described in the G38 section.
G10 L10 example:
T1 M6 G43 (load tool 1 and tool length offsets)
G10 L10 P1 Z1.5 (set the current position for Z to be 1.5)
G43 (reload the tool length offsets from the changed tool table)
M2 (end program)
See M6 and G43/G43.1 sections for more information.