Expand LinuxCNC smoke coverage

This commit is contained in:
cnc
2026-05-22 15:11:28 +08:00
parent 44e024e49c
commit 0ff0058417
17 changed files with 3507 additions and 70 deletions

View File

@@ -0,0 +1,12 @@
G21 G90
G0 X0 Y0 Z0
F100
O100 call [2 + 3] [8 / 4]
G1 X20
M30
O100 sub
G1 X[#1 + #2]
G1 Y#2
O100 return
G1 X99
O100 endsub