Skip to content

Commit 9ae60fa

Browse files
authored
missing in documentation for INI RS274 section
#1636 In relation with this link i can propose this change. Br
1 parent cbf6bf1 commit 9ae60fa

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/src/config/ini-config.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,12 @@ mixed-case HAL items in structured comments like
609609
* 'OWORD_WARNONLY = 0' Default 0
610610
Warn rather than error in case of errors in O-word subroutines.
611611

612+
* 'DISABLE_G92_PERSISTENCE = 0' Default 0
613+
Allow to clear the G92 offset automatically when config start-up.
614+
615+
* 'DISABLE_FANUC_STYLE_SUB = 0' Default 0
616+
If there is reason to disable Fanuc subroutines set it to 1.
617+
612618
[NOTE] The above six options were controlled by the 'FEATURES' bitmask
613619
in versions of LinuxCNC prior to 2.8. This INI tag will no longer
614620
work.
@@ -617,6 +623,12 @@ work.
617623
[WIZARD]WIZARD_ROOT is a valid search path but the Wizard has not been fully
618624
implemented and the results of using it are unpredictable.
619625

626+
* 'LOG_LEVEL = 0' Default 0
627+
Specify the log_level (default: -1)
628+
629+
* 'LOG_FILE = file-name.log'
630+
For specify the file used for log the data.
631+
620632
* 'REMAP=M400 modalgroup=10 argspec=Pq ngc=myprocedure'
621633
See <<cha:remap,Remap Extending G-Code>> chapter for details.
622634

0 commit comments

Comments
 (0)