补齐多主轴 G76 source-linked 覆盖

This commit is contained in:
cnc
2026-06-05 21:55:31 +08:00
parent 9c73577ade
commit d35766e387
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
G20 G90 G18
(Source basis: LinuxCNC src/emc/rs274ngc/rs274ngc_pre.cc init reads [TRAJ] SPINDLES from INI_FILE_NAME.)
(Source basis: LinuxCNC src/emc/rs274ngc/interp_convert.cc G76 with $ selects active_spindle before convert_threading_cycle.)
S500 M3 $1
G0 X1 Z0.1
G76 P0.05 Z-1 I-.075 J0.008 K0.045 Q29.5 L2 E0.045 $1
M30