Files
probe-basic-sim/configs/probe_basic_lathe/subroutines/touch_off_z.ngc
2025-12-14 18:29:18 +01:00

12 lines
203 B
Plaintext

o<touch_off_z> sub
#<z_offset_touch_position> = #1
G10 L1 P #5400 Z [#<z_offset_touch_position>] (5400 = tool number)
T #5400 G43 (enable tool length offset)
o<touch_off_z> endsub
M2 (end program)