Skip to content

Commit 8e54ac5

Browse files
committed
Add clearer info on ini entries containing lowercase chars
1 parent 9df15ea commit 8e54ac5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/src/gcode/overview.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,9 @@ o100 endif
630630

631631
The value is read from the INI file once, and cached in the
632632
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.
633+
cause a runtime error. In the G-code the names are not case sensitive - they are
634+
converted to uppercase before consulting the INI file. Hence INI entries that
635+
contain lowercase characters can not be accessed from G-code.
635636

636637
* '#<_hal[HAL item]>'
637638
Allows G-code programs to read the values of HAL pins Variable access is

0 commit comments

Comments
 (0)