Harden LinuxCNC wasm and native probe workflows
This commit is contained in:
4
tests/gcode/linuxcnc_block_delete.ngc
Normal file
4
tests/gcode/linuxcnc_block_delete.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17 F100
|
||||
/N10 G1 X5
|
||||
G1 X2
|
||||
M30
|
||||
2
tests/gcode/linuxcnc_canned_cycle_a_error.ngc
Normal file
2
tests/gcode/linuxcnc_canned_cycle_a_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90 G17
|
||||
G81 X1 A10 Z-1 R1
|
||||
2
tests/gcode/linuxcnc_canned_cycle_b_error.ngc
Normal file
2
tests/gcode/linuxcnc_canned_cycle_b_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90 G17
|
||||
G81 X1 B10 Z-1 R1
|
||||
2
tests/gcode/linuxcnc_canned_cycle_c_error.ngc
Normal file
2
tests/gcode/linuxcnc_canned_cycle_c_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90 G17
|
||||
G81 X1 C10 Z-1 R1
|
||||
@@ -0,0 +1,3 @@
|
||||
G21 G90 G18
|
||||
F100
|
||||
G81 X1 Z-1 R1
|
||||
3
tests/gcode/linuxcnc_canned_cycle_g18_r_less_y_error.ngc
Normal file
3
tests/gcode/linuxcnc_canned_cycle_g18_r_less_y_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G18
|
||||
F100
|
||||
G81 X1 Y2 Z-1 R1
|
||||
@@ -0,0 +1,3 @@
|
||||
G21 G90 G19
|
||||
F100
|
||||
G81 Y1 Z-1 R1
|
||||
3
tests/gcode/linuxcnc_canned_cycle_g19_r_less_x_error.ngc
Normal file
3
tests/gcode/linuxcnc_canned_cycle_g19_r_less_x_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G19
|
||||
F100
|
||||
G81 X2 Y1 Z-1 R1
|
||||
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G73 X1 Z-1 R1
|
||||
3
tests/gcode/linuxcnc_canned_cycle_g73_q0_error.ngc
Normal file
3
tests/gcode/linuxcnc_canned_cycle_g73_q0_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G73 X1 Z-1 R1 Q0
|
||||
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
S100 M3
|
||||
G74 X1 Z-1 R1
|
||||
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G74 X1 Z-1 R1
|
||||
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G82 X1 Z-1 R1
|
||||
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G83 X1 Z-1 R1
|
||||
3
tests/gcode/linuxcnc_canned_cycle_g83_q0_error.ngc
Normal file
3
tests/gcode/linuxcnc_canned_cycle_g83_q0_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G83 X1 Z-1 R1 Q0
|
||||
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
S100 M4
|
||||
G84 X1 Z-1 R1
|
||||
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G84 X1 Z-1 R1
|
||||
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G86 X1 Z-1 R1
|
||||
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G86 X1 Z-1 R1 P0.1
|
||||
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
S100 M3
|
||||
G87 X1 Z-1 R1 J0.1 K0
|
||||
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
S100 M3
|
||||
G87 X1 Z-1 R1 I0.1 K0
|
||||
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
S100 M3
|
||||
G87 X1 Z-1 R1 I0.1 J0.1
|
||||
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G87 X1 Z-1 R1 I0.1 J0.1 K0
|
||||
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
S100 M3
|
||||
G88 X1 Z-1 R1
|
||||
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G88 X1 Z-1 R1 P0.1
|
||||
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G89 X1 Z-1 R1
|
||||
3
tests/gcode/linuxcnc_canned_cycle_l0_error.ngc
Normal file
3
tests/gcode/linuxcnc_canned_cycle_l0_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G81 X1 Z-1 R1 L0
|
||||
3
tests/gcode/linuxcnc_canned_cycle_missing_r_error.ngc
Normal file
3
tests/gcode/linuxcnc_canned_cycle_missing_r_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G81 X1 Z-1
|
||||
3
tests/gcode/linuxcnc_canned_cycle_missing_z_error.ngc
Normal file
3
tests/gcode/linuxcnc_canned_cycle_missing_z_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G81 X1 R1
|
||||
3
tests/gcode/linuxcnc_canned_cycle_r_less_z_error.ngc
Normal file
3
tests/gcode/linuxcnc_canned_cycle_r_less_z_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G81 X1 Z2 R1
|
||||
3
tests/gcode/linuxcnc_canned_cycle_u_in_xy_error.ngc
Normal file
3
tests/gcode/linuxcnc_canned_cycle_u_in_xy_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G81 X1 U2 Z-1 R1
|
||||
Reference in New Issue
Block a user