🐛 Prevent stepper sleep during long UBL idle (#22137)

This commit is contained in:
Scott Lahteine
2021-06-14 18:44:27 -05:00
committed by Scott Lahteine
parent dec083dcc1
commit 781257bc64
3 changed files with 10 additions and 11 deletions

View File

@ -1025,7 +1025,7 @@ void set_message_with_feedback(PGM_P const msg_P) {
SET_SOFT_ENDSTOP_LOOSE(true);
do {
idle();
idle_no_sleep();
new_z = ui.ubl_mesh_value();
TERN_(UBL_MESH_EDIT_MOVES_Z, do_blocking_move_to_z(h_offset + new_z)); // Move the nozzle as the point is edited
SERIAL_FLUSH(); // Prevent host M105 buffer overrun.