We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9df15ea + 8e54ac5 commit bb23f00Copy full SHA for bb23f00
1 file changed
docs/src/gcode/overview.adoc
@@ -630,8 +630,9 @@ o100 endif
630
631
The value is read from the INI file once, and cached in the
632
interpreter. These parameters are read-only - assigning a value will
633
-cause a runtime error. The names are not case sensitive - they are
634
-converted to uppercase before consulting the INI file.
+cause a runtime error. In the G-code the names are not case sensitive - they are
+converted to uppercase before consulting the INI file. Hence INI entries that
635
+contain lowercase characters can not be accessed from G-code.
636
637
* '#<_hal[HAL item]>'
638
Allows G-code programs to read the values of HAL pins Variable access is
0 commit comments