[1.1.x] G33 MIN_STEPS_PER_SEGMENT (#10385)
This commit is contained in:
committed by
Scott Lahteine
parent
db81a1d4a2
commit
6e30d1bef1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user