多主轴 G95/G96/G97 source-linked 覆盖

This commit is contained in:
cnc
2026-06-05 21:34:43 +08:00
parent 77c6674905
commit acbf5b4686
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
[TRAJ]
SPINDLES = 2

View File

@@ -0,0 +1,7 @@
G21 G90 G17
(Source basis: LinuxCNC src/emc/rs274ngc/rs274ngc_pre.cc init reads [TRAJ] SPINDLES from INI_FILE_NAME.)
(Source basis: LinuxCNC src/emc/rs274ngc/interp_execute.cc assigns active_spindle for G95/G96/G97 with $.)
G97 S1000 $1
G96 S120 D2500 $1
G95 $1
M30