Duet 3 6HC - filament sensor notification but continues printing
-
I have a Duet 3 6HC and the filament sensor pops a notification when there is no filament but the print continues. Before I upgraded the printer would pause the print and not allow to resume until filament was detected. I have a simple switch that detects if filament is present. Is there some gcode command I am supposed to add to the config?
;Filament detection
M591 D0 P1 C"io6.in" S1 ; filament monitor connected to io6.in and GND. The Extruder is E0 mapped to Driver:0.4
M591 D0 ; display filament sensor parameters for extruder drive 0 -
What version of the firmware are you using.
With version 3.4.x a filament sensor triggers an event which needs to be handled:
Perhaps something is missing from your configuration.
Frederick