补齐 LinuxCNC 注释 source-linked 覆盖

This commit is contained in:
cnc
2026-06-05 22:31:09 +08:00
parent 8394042d18
commit 695186ddfc
2 changed files with 29 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
G21 G90 G17
(operator note)
G0 X0 Y0 Z1
G0 X1 (inline motion note)
G0 X2 ;semicolon motion note
;standalone semicolon note
M30