@@ -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
@@ -980,6 +992,11 @@ small, tight corners, since you're limited by cornering acceleration.
980992 kinematics (mill, lathe, gantry types) this value is ignored.
981993 Note: the sim hexapod config requires a non-zero value for the Z coordinate.
982994
995+
996+ * 'NO_PROBE_JOG_ERROR = 0' - Allow to bypass probe tripped check when you jog manually
997+
998+ * 'NO_PROBE_HOME_ERROR = 0' - Allow to bypass probe tripped check when homing is in progress
999+
9831000[WARNING]
9841001LinuxCNC will not know your joint travel limits when using 'NO_FORCE_HOMING = 1'.
9851002
0 commit comments