补齐 probe 转换错误覆盖
结论:基于 LinuxCNC interp_convert.cc convert_probe(),native/source-link 现在覆盖零进给、G95 feed-per-rev 和起点等于终点三类 G38 probe 失败分支。
This commit is contained in:
4
tests/gcode/linuxcnc_probe_feed_per_rev_error.ngc
Normal file
4
tests/gcode/linuxcnc_probe_feed_per_rev_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
G95
|
||||
F1
|
||||
G38.2 Z1
|
||||
4
tests/gcode/linuxcnc_probe_start_too_close_error.ngc
Normal file
4
tests/gcode/linuxcnc_probe_start_too_close_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
G0 Z0
|
||||
F100
|
||||
G38.2 Z0
|
||||
2
tests/gcode/linuxcnc_probe_zero_feed_error.ngc
Normal file
2
tests/gcode/linuxcnc_probe_zero_feed_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90 G17
|
||||
G38.2 Z1
|
||||
Reference in New Issue
Block a user