Skip to content

Commit 9b2b567

Browse files
authored
Merge pull request #1642 from alkabal/patch-4
missing in documentation for INI RS274 + TRAJ section
2 parents cbf6bf1 + 9b18c48 commit 9b2b567

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/src/config/ini-config.txt

Lines changed: 17 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

@@ -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]
9841001
LinuxCNC will not know your joint travel limits when using 'NO_FORCE_HOMING = 1'.
9851002

0 commit comments

Comments
 (0)