Skip to content

Commit 8bf88d3

Browse files
authored
Merge pull request #2943 from havardAasen/modal-table
Minor changes for the M and G-code Modal table
2 parents b4ec770 + 2cacf80 commit 8bf88d3

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/src/gcode/overview.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ not have the corresponding axis.
117117
|C | C axis of machine
118118
|D | Tool radius compensation number
119119
|F | Feed rate
120-
|G | General function (See table <<cap:modal-groups,Modal Groups>>)
120+
|G | General function (See table <<cap:modal-groups,G-code Modal Groups>>)
121121
|H | Tool length offset index
122122
|I | X offset for arcs and G87 canned cycles
123123
|J | Y offset for arcs and G87 canned cycles
124124
.2+|K | Z offset for arcs and G87 canned cycles.
125125
<| Spindle-Motion Ratio for G33 synchronized movements.
126126
|L | generic parameter word for G10, M66 and others
127-
|M | Miscellaneous function (See table <<cap:modal-groups,Modal Groups>>)
127+
|M | Miscellaneous function (See table <<tbl:mcodes-modal-groups,M-code Modal Groups>>)
128128
|N | Line number
129129
.2+|P | Dwell time in canned cycles and with G4.
130130
<| Key used with G10.
@@ -932,8 +932,8 @@ being in effect. The modal groups are shown in the following Table.
932932
|===
933933
|Modal Group Meaning | Member Words
934934
|Non-modal codes (Group 0) | G4, G10 G28, G30, G52, G53, G92, G92.1, G92.2, G92.3,
935-
.2+|Motion (Group 1) | G0, G1, G2, G3, G33, G38.n, G73, G76, G80, G81
936-
| G82, G83, G84, G85, G86, G87, G88, G89
935+
|Motion (Group 1) | G0, G1, G2, G3, G33, G38.n, G73, G76, G80, G81
936+
G82, G83, G84, G85, G86, G87, G88, G89
937937
|Plane selection (Group 2) | G17, G18, G19, G17.1, G18.1, G19.1
938938
|Distance Mode (Group 3) | G90, G91
939939
|Arc IJK Distance Mode (Group 4) | G90.1, G91.1
@@ -954,8 +954,9 @@ being in effect. The modal groups are shown in the following Table.
954954
|===
955955
|Modal Group Meaning | Member Words
956956
|Stopping (Group 4) | M0, M1, M2, M30, M60
957-
|On/Off I/O ('Group 5') | FIXME M6 T__n__
958-
|Toolchange ('Group 6') | M6 T__n__
957+
|I/O Pins (Group 5) | (M62-M65 digital output), (M66 digital or analog input),
958+
(M67, M68 analog output)
959+
|Toolchange (Group 6) | M6 T__n__
959960
|Spindle (Group 7) | M3, M4, M5
960961
|Coolant (Group 8) | (M7 M8 can both be on), M9
961962
|Override Switches (Group 9) | M48, M49

0 commit comments

Comments
 (0)