[2.0.x] G33 MIN_STEPS_PER_SEGMENT (#10386)

This commit is contained in:
Luc Van Daele
2018-04-13 03:22:29 +02:00
committed by Scott Lahteine
parent c96412a78f
commit 12785583d0
11 changed files with 12 additions and 10 deletions

View File

@ -2721,7 +2721,7 @@ void kill_screen(const char* lcd_msg) {
do_blocking_move_to_xy(rx, ry);
lcd_synchronize();
move_menu_scale = PROBE_MANUALLY_STEP;
move_menu_scale = max(PROBE_MANUALLY_STEP, MIN_STEPS_PER_SEGMENT / float(DEFAULT_XYZ_STEPS_PER_UNIT));
lcd_goto_screen(lcd_move_z);
}