Guides
How to Manually Enter a Tool Offset in G-Code
Most tool offsets are entered on the offset page, not in the program: G43 H calls a length, the table holds the value. Where each lives, and the G10 exception.
Lawrence Arya··4 min
Posts tagged G10 from the G-Code Sprint team.
Most tool offsets are entered on the offset page, not in the program: G43 H calls a length, the table holds the value. Where each lives, and the G10 exception.
G10 lets a program write work offsets: G10 L2 P1 sets G54 from code. The syntax, the legitimate uses, and why every G10 line deserves a comment and a double-check.