[LinuxCNC/linuxcnc PR#312] Apply show_tool rotations in original GEOMETRY order

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

Issue #312 | 状态: 已关闭 | 作者: cts1085 | 创建时间: 2017-07-28


Impact is only for configs with more than one rotational axis.
Expectation is that rotations will be applied in the order of the GEOMETRY
attribute in the INI file. However when GEOMETRY is read in it is reversed.
This causes the tool rotations to be applied as -BA rather than A-B

Signed-off-by: Tom Schneider


评论 (1)

#1 – jepler 于 2017-07-28

My testing prodedure:

1. Start axis_9axis. turn on machine, home, and enter MDI mode
2. G0 A90
3. G0 B30
4. G1 W-2 F100
5. G1 W2
6. G1 W0

Look at the path created by the W-moves, which should be along the direction of the tool. Before the change it’s not, after the change, it is.


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

喜欢 (0)