Files
my-mill/custom.hal
2025-05-27 20:13:52 +02:00

12 lines
323 B
Plaintext

# Include your custom HAL commands here
# This file will not be overwritten when you run stepconf again
net spindle-on <= spindle.0.on
loadrt debounce cfg=1
addf debounce.0 base-thread
setp debounce.0.delay 100
unlinkp motion.probe-input
net probe-in debounce.0.0.in
net probe-filt debounce.0.0.out => motion.probe-input