Contact me: hankecnc@gmail.com

Gmoccapy – [RS274NGC] – 特点 #1873

推推 grbl 3年前 (2023-01-31) 304次浏览
关闭
zz912 开了这个issue 2022 年 7 月 27 日 · 3条评论
关闭

Gmoccapy – [RS274NGC] – 特点#1873

zz912 开了这个issue 2022 年 7 月 27 日 · 3条评论

注释

Gmoccapy - [RS274NGC] - 特点 #1873
贡献者

我为 autotoolmeasurement 集成了探针:
我按照说明操作:
http ://linuxcnc.org/docs/stable/html/gui/gmoccapy.html#gmoccapy:auto-tool-measurement

[RS274NGC]
# Enables the reading of INI and HAL values from gcode
FEATURES=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 code
REMAP=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.

Gmoccapy - [RS274NGC] - 特点 #1873
贡献者
锌男孩 评论了 2022 年 8 月 10 日  

文档中的 FEATURES=12 行应替换为:

INI_VARS = 1
HAL_PIN_VARS = 1

但是,默认行为是将这两个设置为 1(启用),因此它们是多余的。除非 INI 已明确将 INI_VARS 或 HAL_PIN_VARS 设置为 0,否则可以完全删除 FEATURES=12 而不会产生任何影响。

拉取请求:#1911

ZincBoy 添加了对引用此问题的 ZincBoy/linuxcnc 的提交 2022 年 8 月 10 日

Gmoccapy - [RS274NGC] - 特点 #1873
Gmoccapy - [RS274NGC] - 特点 #1873 ZincBoy 提到了这个问题 2022 年 8 月 10 日
Gmoccapy - [RS274NGC] - 特点 #1873
成员

另请参阅此处了解更多详细信息:#1915

hansu 将提交提交给引用了此问题的 ZincBoy/linuxcnc 2022 年 8 月 16 日

Gmoccapy - [RS274NGC] - 特点 #1873
成员

请在此处查看更新的文档:http: //linuxcnc.org/docs/html/config/ini-config.html