[LinuxCNC/linuxcnc PR#502] BugFix: spindle dict item `override_enabled` should use underscore instead of dash

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

Issue #502 | 状态: 已关闭 | 作者: KurtJacobson | 创建时间: 2018-10-06


This makes the override_enabled key consistent with the use of underscores elsewhere and with the docs.


评论 (4)

#1 – andypugh 于 2018-10-06

The HAL pins all use hyphens.
I think I was following the wrong convention in the Python interface.


#2 – KurtJacobson 于 2018-10-06

@andypugh You correctly used underscores on all the other dict items, you just missed that one.


#3 – KurtJacobson 于 2018-10-06

Oops, looks like I need to change something in the tests too.


#4 – KurtJacobson 于 2018-10-06

I have also tested axis, gmoccapy, gscreen, touchy and tklinuxcnc as well and all seem fine.


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

喜欢 (0)