继续按 align-linuxcnc 约束:补螺纹转换错误源码覆盖,测试通过
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
S500 M3
|
||||
G33.1 Z0 K1 $1
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_g33_1_stopped_spindle_error.ngc
Normal file
3
tests/gcode/linuxcnc_g33_1_stopped_spindle_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G33.1 Z0 K1
|
||||
M30
|
||||
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
S500 M3
|
||||
G33 Z0 K1 $1
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_g33_stopped_spindle_error.ngc
Normal file
3
tests/gcode/linuxcnc_g33_stopped_spindle_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G33 Z0 K1
|
||||
M30
|
||||
4
tests/gcode/linuxcnc_g76_i_zero_error.ngc
Normal file
4
tests/gcode/linuxcnc_g76_i_zero_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G20 G90 G18
|
||||
S500 M3
|
||||
G76 P0.05 Z-1 I0 J0.008 K0.045 Q29.5 L2 E0.045
|
||||
M30
|
||||
4
tests/gcode/linuxcnc_g76_j_zero_error.ngc
Normal file
4
tests/gcode/linuxcnc_g76_j_zero_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G20 G90 G18
|
||||
S500 M3
|
||||
G76 P0.05 Z-1 I-.075 J0 K0.045 Q29.5 L2 E0.045
|
||||
M30
|
||||
4
tests/gcode/linuxcnc_g76_k_less_equal_j_error.ngc
Normal file
4
tests/gcode/linuxcnc_g76_k_less_equal_j_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G20 G90 G18
|
||||
S500 M3
|
||||
G76 P0.05 Z-1 I-.075 J0.045 K0.045 Q29.5 L2 E0.045
|
||||
M30
|
||||
4
tests/gcode/linuxcnc_g76_rotary_axis_error.ngc
Normal file
4
tests/gcode/linuxcnc_g76_rotary_axis_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G20 G90 G18
|
||||
S500 M3
|
||||
G76 P0.05 Z-1 A1 I-.075 J0.008 K0.045 Q29.5 L2 E0.045
|
||||
M30
|
||||
@@ -0,0 +1,4 @@
|
||||
G20 G90 G18
|
||||
S500 M3
|
||||
G76 P0.05 Z-1 I-.075 J0.008 K0.045 Q29.5 L2 E0.045 $1
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_g76_stopped_spindle_error.ngc
Normal file
3
tests/gcode/linuxcnc_g76_stopped_spindle_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G20 G90 G18
|
||||
G76 P0.05 Z-1 I-.075 J0.008 K0.045 Q29.5 L2 E0.045
|
||||
M30
|
||||
Reference in New Issue
Block a user