From 750fc17fd7165e1bae5c7000cc3c33c48ccd20fc Mon Sep 17 00:00:00 2001 From: uvos Date: Sun, 16 Jul 2023 22:01:19 +0200 Subject: [PATCH] fix spindle-at-speed signal --- 3040T.hal | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/3040T.hal b/3040T.hal index b5dc9d0..4f1ae78 100644 --- a/3040T.hal +++ b/3040T.hal @@ -6,7 +6,6 @@ setp parport.0.reset-time 5000 loadrt stepgen step_type=0,0,0,0,0 ctrl_type=p,p,p,p,v loadrt ilowpass count=1 loadrt timedelay count=2 -loadrt not count=1 loadrt or2 count=3 loadrt xor2 count=2 loadrt mux_generic config="bb2" @@ -160,13 +159,10 @@ net spindle-off-timer => or2.0.in1 net spindle-main-inhibit <= or2.0.out addf or2.1 servo-thread -addf not.0 servo-thread -net spindle-select => not.0.in -net spindle-select-neg <= not.0.out -net spindle-select-neg => or2.1.in0 +net spindle-1-enable => or2.1.in0 net spindle-main-inhibit => or2.1.in1 net spindle-inhibit <= or2.1.out -net spindle-inhibit => spindle.0.at-speed +net spindle-main-inhibit => spindle.0.at-speed net spindle-position => spindle.0.revs net spindle-axis-rpm => spindle.0.speed-in