G10 L10:  Set Parameters ​​in Tools Table

Last modified by writer on 2023/02/09 18:35

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)
M30 (end program)

See M6 sections for more information.

It is an error if:
  • Cutter Compensation is on;
  • the P number is unspecified;
  • the P number is not a valid tool number from the tool table;
  • the P number is 0.