🏗️ Allow headless Flow Meter (#22234)
This commit is contained in:
committed by
Scott Lahteine
parent
8334e92b6f
commit
5026797310
@@ -1555,7 +1555,7 @@ void Temperature::manage_heater() {
|
||||
#if ENABLED(FLOWMETER_SAFETY)
|
||||
if (cutter.enabled() && cooler.check_flow_too_low()) {
|
||||
cutter.disable();
|
||||
ui.flow_fault();
|
||||
TERN_(HAS_DISPLAY, ui.flow_fault());
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user