[LinuxCNC/linuxcnc PR#327] homing: Added a requirement for immediate homing.

未分类 bolang 4个月前 (10-15) 25次浏览

Issue #327 | 状态: 已关闭 | 作者: ReeseWang | 创建时间: 2017-09-12


I accidentally found that to achieve immediate homing, [AXISn]HOME should be equal to [AXISn]HOMEOFFSET. Otherwise, the machine would move a distance of (HOME – HOMEOFFSET) on the corresponding axis before changing current G53 coordinate to [AXIS_n]HOME, thus breaks “immediate homing”.

原始Issue: https://github.com/LinuxCNC/linuxcnc/pull/327

喜欢 (0)