关闭 cheton 打开了这个问题 2017 年 11 月 30 日 · 2 条评论 关闭 添加一个“ignoreErrors”选项,允许在出现错误时继续执行程序#233 cheton 打开了这个问题 2017 年 11 月 30 日 · 2 条评论 注释 合作者 奇顿 评论了 2017 年 11 月 30 日 • 编辑 请参阅以下问题: #175(评论) #231(评论) CNCjs 1.9.11 进行了重大更改,将在出现错误时自动暂停程序执行。但是,这可能会带来不便,尤其是当可以安全地忽略某些错误代码时(请参阅#231)。我计划在 1.9.12 中ignoreErrors向文件和 UI 添加一个选项。.cncrc 我不确定这个版本是否需要白名单来忽略特定的错误代码。欢迎任何意见。 设置ignoreErrors为false以在出错时暂停程序执行(默认) { // .cncrc "state": { "controller": { "exception": { "ignoreErrors": false } } } } 设置ignoreErrors为true以忽略所有错误 { // .cncrc "state": { "controller": { "exception": { "ignoreErrors": true } } } } 参考 Grbl 错误代码 https://github.com/gnea/grbl/wiki/Grbl-v1.1-Interface#grbl-response-messages TinyG 状态代码 https://github.com/synthetos/TinyG/wiki/TinyG-Status-Codes#status-codes G2 状态代码 https://github.com/synthetos/g2/wiki/Status-Codes#status-codes 奇顿 添加了 增强 标签 2017 年 11 月 30 日 cheton 将此 添加到 1.9里程碑 2017 年 11 月 30 日 cheton 自己分配了这个 2017 年 11 月 30 日 cheton 添加了引用此问题的提交 2017 年 12 月 4 日 Adds an "ignoreErrors" option that allows continuing program executio… …… 485bc7c 合作者作者 奇顿 评论了 2017 年 12 月 4 日 提交:485bc7c cheton 提到了这个问题 2017 年 12 月 4 日 错误代码 202 问题。在文件中暂停。 #231 关闭 4个任务 cheton 添加了引用此问题的提交 2017 年 12 月 4 日 Adds an "ignoreErrors" option that allows continuing program executio… …… 5ef57bf cheton 提到了这个问题 2017 年 12 月 5 日 1.9 发布积压 #139 关闭 40个任务 合作者作者 奇顿 评论了 2017 年 12 月 6 日 添加于1.9.12 cheton已完成 关闭 2017 年 12 月 6 日 喜欢 (0) 插件 #1168 Autolevel 不使用快速移动 #1169 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭 无法在 gsender 1.2.0 中打开 .gcode 文件 #367 RaspberryPi 运行 gsender 时出现问题 #89 向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭无法在 gsender 1.2.0 中打开 .gcode 文件 #367RaspberryPi 运行 gsender 时出现问题 #89向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473功能请求:抑制发送到机器的 gcode 中的 gcode 注释。 #444 关闭通过网络连接进行连接 #171操纵杆运动的剩余问题 #204 关闭新版本认为我的机器一直处于锁定状态 #474 关闭
请参阅以下问题:
#175(评论)
#231(评论)
CNCjs 1.9.11 进行了重大更改,将在出现错误时自动暂停程序执行。但是,这可能会带来不便,尤其是当可以安全地忽略某些错误代码时(请参阅#231)。我计划在 1.9.12 中
ignoreErrors
向文件和 UI 添加一个选项。.cncrc
我不确定这个版本是否需要白名单来忽略特定的错误代码。欢迎任何意见。
设置
ignoreErrors
为false以在出错时暂停程序执行(默认)设置
ignoreErrors
为true以忽略所有错误参考
Grbl 错误代码
https://github.com/gnea/grbl/wiki/Grbl-v1.1-Interface#grbl-response-messages
TinyG 状态代码
https://github.com/synthetos/TinyG/wiki/TinyG-Status-Codes#status-codes
G2 状态代码
https://github.com/synthetos/g2/wiki/Status-Codes#status-codes