🏗️ Allow headless Flow Meter (#22234)

This commit is contained in:
Mike La Spina
2021-07-12 00:22:08 -05:00
committed by Scott Lahteine
parent 8334e92b6f
commit 5026797310
5 changed files with 19 additions and 17 deletions

View File

@@ -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