We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6da13 commit 68680aaCopy full SHA for 68680aa
1 file changed
docs/src/config/ini-config.adoc
@@ -603,8 +603,19 @@ The maximum number of USER_M_PATH directories is defined at compile time (typ: '
603
If there is reason to disable Fanuc subroutines set it to 1.
604
605
[NOTE]
606
+====
607
The above six options were controlled by the 'FEATURES' bitmask
-in versions of LinuxCNC prior to 2.8. This INI tag will no longer work.
608
+in versions of LinuxCNC prior to 2.8. This INI tag will no longer work. +
609
+For reference:
610
+----
611
+FEATURES & 0x1 -> RETAIN_G43
612
+FEATURES & 0x2 -> OWORD_NARGS
613
+FEATURES & 0x4 -> INI_VARS
614
+FEATURES & 0x8 -> HAL_PIN_VARS
615
+FEATURES & 0x10 -> NO_DOWNCASE_OWORD
616
+FEATURES & 0x20 -> OWORD_WARNONLY
617
618
619
620
621
[WIZARD]WIZARD_ROOT is a valid search path but the Wizard has not been fully
0 commit comments