🚸 Prevent accidental button press
This commit is contained in:
@@ -271,6 +271,7 @@ bool wait_for_heatup = true;
|
||||
while (wait_for_user && !(ms && ELAPSED(millis(), ms)))
|
||||
idle(TERN_(ADVANCED_PAUSE_FEATURE, no_sleep));
|
||||
wait_for_user = false;
|
||||
while (ui.button_pressed()) safe_delay(50);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user