Skip to content

Commit 17208cd

Browse files
authored
Update ini-config.adoc
The example startup G-code was actually invalid. Based on #2535
1 parent 98a3c36 commit 17208cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/config/ini-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ if __name__ == "__main__":
491491
* `ORIENT_OFFSET = 0` - (((ORIENT OFFSET)))
492492
A float value added to the R word parameter of an <<mcode:m19,M19 Orient Spindle>> operation.
493493
Used to define an arbitrary zero position regardless of encoder mount orientation.
494-
* `RS274NGC_STARTUP_CODE = G17 G20 G40 G49 G64 P0.001 G80 G90 G92 G94 G97 G98` - (((RS274NGC STARTUP CODE)))
494+
* `RS274NGC_STARTUP_CODE = G17 G20 G40 G49 G64 P0.001 G80 G90 G92.1 G94 G97 G98` - (((RS274NGC STARTUP CODE)))
495495
A string of NC codes that the interpreter is initialized with.
496496
This is not a substitute for specifying modal G-codes at the top of each NGC file,
497497
because the modal codes of machines differ, and may be changed by G-code interpreted earlier in the session.

0 commit comments

Comments
 (0)