fix ubl_G29.cpp Travis error
This commit is contained in:
parent
914bb80bde
commit
d8eadf3796
@ -775,7 +775,7 @@
|
||||
wait_for_release();
|
||||
while (!is_lcd_clicked()) {
|
||||
idle();
|
||||
refresh_cmd_timeout();
|
||||
gcode.refresh_cmd_timeout();
|
||||
if (encoder_diff) {
|
||||
do_blocking_move_to_z(current_position[Z_AXIS] + float(encoder_diff) * multiplier);
|
||||
encoder_diff = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user