对齐 LinuxCNC 解释器行为覆盖

This commit is contained in:
cnc
2026-05-24 21:47:29 +08:00
parent a227ad14a6
commit b4861fd618
66 changed files with 7547 additions and 295 deletions

View File

@@ -0,0 +1,20 @@
G21 G90 G17
G97 S1000
O10 if [#<_spindle_rpm_mode> EQ 1 AND #<_spindle_css_mode> EQ 0 AND #<_ccomp> EQ 400]
G1 X1 F100
O10 endif
G41.1 D0.25
O20 if [#<_ccomp> EQ 410]
G1 Y1
O20 endif
G40
G42.1 D0.25
O30 if [#<_ccomp> EQ 420]
G1 X2
O30 endif
G40
G96 S120 D2500
O40 if [#<_spindle_rpm_mode> EQ 0 AND #<_spindle_css_mode> EQ 1]
G1 A1
O40 endif
M30