提交 xyzbc-trt 界面与验证更新

This commit is contained in:
mes123456
2026-07-02 20:25:37 -04:00
parent 68ecd05353
commit 370c344b96
868 changed files with 275426 additions and 39640 deletions

View File

@@ -0,0 +1,14 @@
G21 (metric)
F100 (note slow feed)
G91 (relative mode)
G1 X10
; this sub switches to G20 (inch) and G90 but protects the caller by M70/M71
; it also switches to a much higher feed
O<g20sub> callsub
G1 X10 (this move still relative and in metric units, note slow feed restored)
m2