Skip to content

Commit c07dfed

Browse files
authored
Update g-code.adoc
Correct the behaviour of G43.1 in the example
1 parent 928398e commit c07dfed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/gcode/g-code.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ gives the compensation length in Z (for lathes and milling machines).
14621462
----
14631463
G90 (set absolute mode)
14641464
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)
1465+
G43.1 Z0.250 (offset current tool offset by 0.250, DRO now shows Z0.250)
14661466
M2 (end program)
14671467
----
14681468

0 commit comments

Comments
 (0)