wasm-port: broaden native LinuxCNC interpreter probes
This commit is contained in:
2
wasm-port/tests/fixtures/gcode_errors/arc_radius_mismatch.ngc
vendored
Normal file
2
wasm-port/tests/fixtures/gcode_errors/arc_radius_mismatch.ngc
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
G90 G17 G0 X0 Y0
|
||||
G2 X1 Y1 I0.2 J0 F60
|
||||
2
wasm-port/tests/fixtures/gcode_errors/arc_zero_radius.ngc
vendored
Normal file
2
wasm-port/tests/fixtures/gcode_errors/arc_zero_radius.ngc
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
G90 G17 G0 X0 Y0
|
||||
G2 X1 Y0 I0 J0 F60
|
||||
1
wasm-port/tests/fixtures/gcode_errors/namedparam_readonly.ngc
vendored
Normal file
1
wasm-port/tests/fixtures/gcode_errors/namedparam_readonly.ngc
vendored
Normal file
@@ -0,0 +1 @@
|
||||
#<_feed> = 1
|
||||
1
wasm-port/tests/fixtures/gcode_errors/numbered_param_readonly.ngc
vendored
Normal file
1
wasm-port/tests/fixtures/gcode_errors/numbered_param_readonly.ngc
vendored
Normal file
@@ -0,0 +1 @@
|
||||
#5400 = 1
|
||||
1
wasm-port/tests/fixtures/gcode_errors/tool_length_offset_not_found.ngc
vendored
Normal file
1
wasm-port/tests/fixtures/gcode_errors/tool_length_offset_not_found.ngc
vendored
Normal file
@@ -0,0 +1 @@
|
||||
G43 H999
|
||||
1
wasm-port/tests/fixtures/gcode_errors/tool_not_found.ngc
vendored
Normal file
1
wasm-port/tests/fixtures/gcode_errors/tool_not_found.ngc
vendored
Normal file
@@ -0,0 +1 @@
|
||||
T999
|
||||
Reference in New Issue
Block a user