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

8
nc_files/subs/z_home.ngc Normal file
View File

@@ -0,0 +1,8 @@
; z_home - rapid Z to machine zero (quill fully up).
; Uses G53 to bypass all offsets (work, tool, G92).
; Safe to call any time. No arguments.
o<z_home> sub
G53 G0 Z0
o<z_home> endsub
M2