[LinuxCNC/linuxcnc PR#370] Fixes #328. Preventing item assignment on tuple.

未分类 bolang 5个月前 (10-15) 22次浏览

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


Trying to resolve #328, succeeded.
When one of rotary axis is wrapped, the code between line 1292 and 1302 will do item assignment in positions.
But if self.getshowrelative() returns false, positions is a tuple, item assignment will fail. So I added 2 lines of code to ensure positions is always a list.

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

喜欢 (0)