Skip to content

Commit 042bb84

Browse files
committed
docs: add note to obsolete property 'FEATURES'
1 parent 5f04670 commit 042bb84

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

docs/src/config/ini-config.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,21 @@ Allow to clear the G92 offset automatically when config start-up.
615615
* 'DISABLE_FANUC_STYLE_SUB = 0' Default 0
616616
If there is reason to disable Fanuc subroutines set it to 1.
617617

618-
[NOTE] The above six options were controlled by the 'FEATURES' bitmask
618+
[NOTE]
619+
====
620+
The above six options were controlled by the 'FEATURES' bitmask
619621
in versions of LinuxCNC prior to 2.8. This INI tag will no longer
620-
work.
622+
work. +
623+
For reference:
624+
----
625+
FEATURES & 0x1 -> RETAIN_G43
626+
FEATURES & 0x2 -> OWORD_NARGS
627+
FEATURES & 0x4 -> INI_VARS
628+
FEATURES & 0x8 -> HAL_PIN_VARS
629+
FEATURES & 0x10 -> NO_DOWNCASE_OWORD
630+
FEATURES & 0x20 -> OWORD_WARNONLY
631+
----
632+
====
621633

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

0 commit comments

Comments
 (0)