补齐刀补下偏置平面错误覆盖
结论:基于 LinuxCNC interp_convert.cc convert_axis_offsets()、convert_straight() 和 convert_set_plane(),native/source-link 现在覆盖刀补打开时 G92、G53、G18 被拒绝的失败分支。
This commit is contained in:
3
tests/gcode/linuxcnc_cutter_comp_axis_offset_error.ngc
Normal file
3
tests/gcode/linuxcnc_cutter_comp_axis_offset_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G41 D1
|
||||
G92 X1
|
||||
3
tests/gcode/linuxcnc_cutter_comp_g53_error.ngc
Normal file
3
tests/gcode/linuxcnc_cutter_comp_g53_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G41 D1
|
||||
G53 G0 X0
|
||||
3
tests/gcode/linuxcnc_cutter_comp_plane_change_error.ngc
Normal file
3
tests/gcode/linuxcnc_cutter_comp_plane_change_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G41 D1
|
||||
G18
|
||||
Reference in New Issue
Block a user