Solved Intervall beep when filament run out of sensor
-
Hello,
i would like to get a interval beep output when the filament at the filamentsensor goes out at my Duet Wifi with a PanelDue7‘.
Is it possible to stay in pause.g with interval beep until i confirm a message at panel due? -
-
You could check for the printer state/filament sensor state in object model and issue a beep from a small macro in daemon.g -- that will only run every 10 seconds, but you can make it beep with a pause multiple times.
-