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
|
||||
|
||||
Reference in New Issue
Block a user