Extruder 1 reported 'noFilament'
-
I'm not sure what I need to do to get my triggers to execute correctly. I have 2 tools and if the simple trigger doesn't have filament loaded nothing prints. This is not the case with the Magnetic Filament sensor on my first tool.
How do I configure the trigger sensor to only pause the print if I'm attempting to print with that tool?
; Filament Sensor M591 D0 P3 c"e0_stop" S1 R40:190 L25.5 E3.0 ; Duet3D rotating magnet sensor extruder drive 0 is connected to E0, enabled, sensitivity 24.8mm.rev, 70% to 130% tolerance, 3mm detection length M591 D1 P2 c"e1_stop" S1 ; Enable Extruder 1, Simple Sensor (High signal), Connected to E1 input
Prints won't even start if e1_stop is triggered.
-
@gamefanatic3d
Enable/Disable the sensor in your too change macros -
I'm thinking I need to do something like that but seems like this used to work. I guess maybe I didn't miss something!?
Thank you for the tip!