[1.1.x] G33 MIN_STEPS_PER_SEGMENT (#10385)

This commit is contained in:
Luc Van Daele 2018-04-13 03:19:42 +02:00 committed by Scott Lahteine
parent db81a1d4a2
commit 6e30d1bef1
11 changed files with 12 additions and 10 deletions

View file

@ -2715,7 +2715,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);
}