We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928398e commit c07dfedCopy full SHA for c07dfed
1 file changed
docs/src/gcode/g-code.adoc
@@ -1462,7 +1462,7 @@ gives the compensation length in Z (for lathes and milling machines).
1462
----
1463
G90 (set absolute mode)
1464
T1 M6 G43 (load tool 1 and tool length offsets, Z is at machine 0 and DRO shows Z1.500)
1465
-G43.1 Z0.250 (offset current tool offset by 0.250, DRO now shows Z1.250)
+G43.1 Z0.250 (offset current tool offset by 0.250, DRO now shows Z0.250)
1466
M2 (end program)
1467
1468
0 commit comments