注释
贡献者
|
文档中的 FEATURES=12 行应替换为: INI_VARS = 1 但是,默认行为是将这两个设置为 1(启用),因此它们是多余的。除非 INI 已明确将 INI_VARS 或 HAL_PIN_VARS 设置为 0,否则可以完全删除 FEATURES=12 而不会产生任何影响。 拉取请求:#1911 |
成员
|
另请参阅此处了解更多详细信息:#1915 |
成员
|
请在此处查看更新的文档:http: //linuxcnc.org/docs/html/config/ini-config.html |


我为 autotoolmeasurement 集成了探针:
我按照说明操作:
http ://linuxcnc.org/docs/stable/html/gui/gmoccapy.html#gmoccapy:auto-tool-measurement
[RS274NGC]# Enables the reading of INI and HAL values from gcodeFEATURES=12`# is the sub, with is called when a error during tool change happens, not needed on every machine configuration` `ON_ABORT_COMMAND=O <on_abort> call`# The remap codeREMAP=M6 modalgroup=6 prolog=change_prolog ngc=change epilog=change_epilog我想看看 FEATURES 参数的含义。
我发现:
http ://linuxcnc.org/docs/stable/html/config/ini-config.html#gcode:ini-features
[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.