Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions docs/src/config/ini-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,21 @@ Allow to clear the G92 offset automatically when config start-up.
* 'DISABLE_FANUC_STYLE_SUB = 0' Default 0
If there is reason to disable Fanuc subroutines set it to 1.

[NOTE] The above six options were controlled by the 'FEATURES' bitmask
[NOTE]
====
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.
work. +
For reference:
----
FEATURES & 0x1 -> RETAIN_G43
FEATURES & 0x2 -> OWORD_NARGS
FEATURES & 0x4 -> INI_VARS
FEATURES & 0x8 -> HAL_PIN_VARS
FEATURES & 0x10 -> NO_DOWNCASE_OWORD
FEATURES & 0x20 -> OWORD_WARNONLY
----
====

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