Add LinuxCNC cutter compensation coverage

This commit is contained in:
cnc
2026-05-22 15:21:34 +08:00
parent 0ff0058417
commit 3dae570f88
5 changed files with 131 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
G21 G90 G17
G0 X0 Y0 Z0
F100
G41.1 D6
G1 X20 Y0
G1 X20 Y20
G40
G1 X0 Y0
G42.1 D6
G1 X20 Y0
G1 X20 Y-20
G40
G1 X0 Y0
M30