File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
616616If 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
619621in 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
You can’t perform that action at this time.
0 commit comments