[gSender Issue#240] Resume job at line assumes ‘zMax + 10’ is valid

未分类 bolang 6个月前 (10-14) 40次浏览

Issue #240 | 状态: 已关闭 | 作者: coffeecop | 创建时间: 2022-12-08

标签: bug


When resuming a job the gcode:start command assumes that ‘zMax + 10’ is a valid position. If the zMax of your job is within 10 units of your zLimit ‘resume from line’ will either hit your hard-limit if enabled, or cam-out and your Z axis will be off by ’10 – (zLimit – zMax)’ for the remainder of the job.

https://github.com/Sienci-Labs/gsender/blob/master/src/server/controllers/Grbl/GrblController.js#L1290


评论 (1)

#1 – kglovern 于 2023-04-11

Thanks for the report. We’ve kept the default Z movement as 10, but this is now configurable in the start from line modal before running. This will be in an upcoming release.


原始Issue: https://github.com/Sienci-Labs/gsender/issues/240

喜欢 (0)