Skip to content

Commit c576733

Browse files
committed
docs: small fix in tool table
1 parent b08ac11 commit c576733

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/src/gcode/tool-compensation.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ table in the GUI.
7272
.Tool Table Format
7373
[width="100%",options="header"]
7474
|===
75-
|;T# |P# |X |Y |Z |A |B |C |U |V |W |Dia |FA |BA |Ori |Rem
75+
|T# |P# |X |Y |Z |A |B |C |U |V |W |Dia |FA |BA |Ori |Rem
76+
|; 15+^|(no data after opening semicolon)
7677
|T1 |P17 |X0 |Y0 |Z0 |A0 |B0 |C0 |U0 |V0 |W0 |D0 |I0 |J0 |Q0 |;rem
7778
|T2 |P5 |X0 |Y0 |Z0 |A0 |B0 |C0 |U0 |V0 |W0 |D0 |I0 |J0 |Q0 |;rem
7879
|T3 |P12 |X0 |Y0 |Z0 |A0 |B0 |C0 |U0 |V0 |W0 |D0 |I0 |J0 |Q0 |;rem
@@ -98,6 +99,7 @@ You will probably want to keep the tool entries in ascending order,
9899
especially if you are going to be using a randomizing tool changer.
99100
Although the tool table does allow for tool numbers in any order.
100101

102+
One line may contain as many as 16 entries, but will likely contain much fewer.
101103
The entries for T (tool number) and P (pocket number) are required.
102104
The last entry (a remark or comment, preceded by a semicolon) is
103105
optional. It makes reading easier if the entries are arranged in

0 commit comments

Comments
 (0)