Skip to content

Commit bb23f00

Browse files
authored
Merge pull request #3251 from Sigma1912/patch-1
Docs: add clearer info about lowercase letters in INI entries
2 parents 9df15ea + 8e54ac5 commit bb23f00

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)