big overhaul

This commit is contained in:
Thaddeus Hughes
2026-04-05 20:51:43 -05:00
parent f39f90977d
commit ad1f8719d6
121 changed files with 2457 additions and 1700 deletions

View File

@@ -59,6 +59,8 @@ PARAMETER_FILE = linuxcnc.var
# Startup: G20=inch, G40=cancel cutter comp, G90=absolute, G94=feed/min,
# G97=RPM mode, G64 P0.001=path blending tolerance 0.001"
RS274NGC_STARTUP_CODE = G20 G40 G90 G94 G97 G64 P0.001
# Subroutine search path (colon-separated list, searched before PROGRAM_PREFIX)
SUBROUTINE_PATH = /home/linuxcnc/linuxcnc/nc_files/subs
# --- Motion controller ---
[EMCMOT]