prevent steppers from turning off during manual probes

2.0.x
Roxy-3D 7 years ago committed by Scott Lahteine
parent 161ff9ff35
commit 26dc594ebb

@ -775,6 +775,7 @@
wait_for_release();
while (!is_lcd_clicked()) {
idle();
gcode.refresh_cmd_timeout();
if (encoder_diff) {
do_blocking_move_to_z(current_position[Z_AXIS] + float(encoder_diff) * multiplier);
encoder_diff = 0;

Loading…
Cancel
Save