Skip to content

Commit c79c0cc

Browse files
Make it easier to figure out where the current G43 values are stored.
1 parent a84db96 commit c79c0cc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/src/gcode/g-code.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,6 +1392,9 @@ G43 <H->
13921392

13931393
'G43 Hn' uses the offset for tool n.
13941394

1395+
The active tool length compensation values are stored in the numbered
1396+
parameters '5401-5409'.
1397+
13951398
[NOTE]
13961399
'G43 H0' is a little special. Its behavior is different on random
13971400
tool changer machines and nonrandom tool changer machines (see the

docs/src/gcode/overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ example '##2' means the value of the parameter whose index is the
311311
Persistent.
312312
* '5399' - Result of M66 - Check or wait for input. Volatile.
313313
* '5400' - Tool Number. Volatile.
314-
* '5401-5409' - Tool Offsets for X, Y, Z, A, B, C, U, V & W. Volatile.
314+
* '5401-5409' - Tool Offsets for X, Y, Z, A, B, C, U, V & W. Set by G43. Volatile.
315315
* '5410' - Tool Diameter. Volatile.
316316
* '5411' - Tool Front Angle. Volatile.
317317
* '5412' - Tool Back Angle. Volatile.

0 commit comments

Comments
 (0)