Skip to content

Commit 9fb34c8

Browse files
committed
docs: remind users what global named parameters look like in G-code
1 parent 0b1be6e commit 9fb34c8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/src/gcode/o-code.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ they are defined. They may be called from other functions, and may call
129129
themselves recursively if it makes sense to do so. The maximum
130130
subroutine nesting level is 10.
131131

132-
Subroutines can change the value of parameters above #30 and those changes will
133-
be visible to the calling code. Subroutines may also change the value of global
134-
named parameters.
132+
Subroutines can change the value of parameters above #30 and those changes will be visible to the calling code. Subroutines may also change the value of <<gcode:named-parameters,global named parameters>> (i.e. parameters whose names begin with the underscore character "`_`");
135133

136134
[[ocode:fanuc-style-programs]]
137135
=== Fanuc-Style Numbered Programs(((Subroutines,M98,M99)))

0 commit comments

Comments
 (0)