From fdfdcd6bb5c6dd88da07aeef38ad108b01741651 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Tue, 14 Mar 2023 21:12:30 -0400 Subject: [PATCH] Updated FAQ section. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6b7028c..662797d 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,10 @@ Make the following changes according to your needs. | Disable sensor | `0` | | Enable sensor | `1` | +##### My filament runout sensor works, but I just started a print without any filament loaded. What gives? + +A simple runout sensor can only detect a change in state. So, if you start a print without filament loaded, the printer will not know that there is no filament loaded. You should test your sensor by having filament loaded, starting a print, then cutting the filament. The expected behaviour is that the print will pause, and as long as you have beeping enabled, you will hear 3 annoying beeps. + ## Useful Resources - [Everything Sovol SV06](https://github.com/bassamanator/everything-sovol-sv06)