[2.0.x] G33 MIN_STEPS_PER_SEGMENT (#10386)
This commit is contained in:
committed by
Scott Lahteine
parent
c96412a78f
commit
12785583d0
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user