Skip to content

Commit 68680aa

Browse files
committed
docs: add note to obsolete property 'FEATURES'
1 parent 7c6da13 commit 68680aa

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs/src/config/ini-config.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,19 @@ The maximum number of USER_M_PATH directories is defined at compile time (typ: '
603603
If there is reason to disable Fanuc subroutines set it to 1.
604604

605605
[NOTE]
606+
====
606607
The above six options were controlled by the 'FEATURES' bitmask
607-
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+
====
608619

609620
[NOTE]
610621
[WIZARD]WIZARD_ROOT is a valid search path but the Wizard has not been fully

0 commit comments

Comments
 (0)