Skip to content

Commit

Permalink
Add clearer info on ini entries containing lowercase chars
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigma1912 committed Jan 7, 2025
1 parent 9df15ea commit 8e54ac5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/gcode/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,9 @@ o100 endif

The value is read from the INI file once, and cached in the
interpreter. These parameters are read-only - assigning a value will
cause a runtime error. The names are not case sensitive - they are
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
contain lowercase characters can not be accessed from G-code.

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

0 comments on commit 8e54ac5

Please sign in to comment.