Initial wasm simulator checkpoint

This commit is contained in:
CNC Local
2026-05-22 04:43:21 +08:00
commit 55d9fff9f0
54 changed files with 5523 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
G21 G90 G17
G0 X0 Y0
G91
G1 X10 F120
G1 Y10
G90
G2 X20 Y10 R5
M30