🏗️ Allow headless Flow Meter (#22234)
This commit is contained in:
@@ -1608,7 +1608,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