File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -609,6 +609,12 @@ mixed-case HAL items in structured comments like
609609* 'OWORD_WARNONLY = 0' Default 0
610610Warn 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
613619in versions of LinuxCNC prior to 2.8. This INI tag will no longer
614620work.
@@ -617,6 +623,12 @@ work.
617623[WIZARD]WIZARD_ROOT is a valid search path but the Wizard has not been fully
618624implemented 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'
621633See <<cha:remap,Remap Extending G-Code>> chapter for details.
622634
You can’t perform that action at this time.
0 commit comments