mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-24 04:29:34 +00:00
prevent steppers from turning off during manual probes
This commit is contained in:
parent
12b697c5cd
commit
fd3e243989
@ -771,6 +771,7 @@
|
|||||||
wait_for_release();
|
wait_for_release();
|
||||||
while (!is_lcd_clicked()) {
|
while (!is_lcd_clicked()) {
|
||||||
idle();
|
idle();
|
||||||
|
refresh_cmd_timeout();
|
||||||
if (encoder_diff) {
|
if (encoder_diff) {
|
||||||
do_blocking_move_to_z(current_position[Z_AXIS] + float(encoder_diff) * multiplier);
|
do_blocking_move_to_z(current_position[Z_AXIS] + float(encoder_diff) * multiplier);
|
||||||
encoder_diff = 0;
|
encoder_diff = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user