Initial wasm simulator checkpoint
This commit is contained in:
13
tests/gcode/basic_mill.ngc
Normal file
13
tests/gcode/basic_mill.ngc
Normal file
@@ -0,0 +1,13 @@
|
||||
G21 G90 G17
|
||||
T1 M6
|
||||
S8000 M3
|
||||
G0 X0 Y0 Z5
|
||||
F600
|
||||
G1 Z-1
|
||||
G1 X40 Y0
|
||||
G3 X40 Y40 I0 J20
|
||||
G1 X0 Y40
|
||||
G1 X0 Y0
|
||||
G4 P0.2
|
||||
M30
|
||||
|
||||
9
tests/gcode/incremental_and_r_arc.ngc
Normal file
9
tests/gcode/incremental_and_r_arc.ngc
Normal file
@@ -0,0 +1,9 @@
|
||||
G21 G90 G17
|
||||
G0 X0 Y0
|
||||
G91
|
||||
G1 X10 F120
|
||||
G1 Y10
|
||||
G90
|
||||
G2 X20 Y10 R5
|
||||
M30
|
||||
|
||||
12
tests/gcode/linuxcnc_basic_motion.ngc
Normal file
12
tests/gcode/linuxcnc_basic_motion.ngc
Normal file
@@ -0,0 +1,12 @@
|
||||
G21 G90 G17
|
||||
S8000 M3
|
||||
G0 X0 Y0 Z5
|
||||
F600
|
||||
G1 Z-1
|
||||
G1 X40 Y0
|
||||
G3 X40 Y40 I0 J20
|
||||
G1 X0 Y40
|
||||
G1 X0 Y0
|
||||
G4 P0.2
|
||||
M30
|
||||
|
||||
5
tests/gcode/linuxcnc_canned_cycle.ngc
Normal file
5
tests/gcode/linuxcnc_canned_cycle.ngc
Normal file
@@ -0,0 +1,5 @@
|
||||
G21 G90 G17
|
||||
G0 X0 Y0 Z5
|
||||
G81 X20 Y0 Z-2 R3 F120
|
||||
G80
|
||||
M30
|
||||
5
tests/gcode/linuxcnc_coordinate_offsets.ngc
Normal file
5
tests/gcode/linuxcnc_coordinate_offsets.ngc
Normal file
@@ -0,0 +1,5 @@
|
||||
G21 G90 G17
|
||||
G10 L2 P1 X12.5 Y-3 Z4 R30
|
||||
G92 X1 Y2 Z3
|
||||
G92.1
|
||||
M30
|
||||
5
tests/gcode/linuxcnc_rtcp_controls.ngc
Normal file
5
tests/gcode/linuxcnc_rtcp_controls.ngc
Normal file
@@ -0,0 +1,5 @@
|
||||
G21 G90 G17
|
||||
M428 M429 M430
|
||||
G49
|
||||
G43.4 H7
|
||||
M30
|
||||
Reference in New Issue
Block a user