|
@@ -1131,10 +1131,7 @@ void kill_screen(const char* lcd_msg) {
|
1131
|
1131
|
|
1132
|
1132
|
const float new_zoffset = zprobe_zoffset + planner.steps_to_mm[Z_AXIS] * babystep_increment;
|
1133
|
1133
|
if (WITHIN(new_zoffset, Z_PROBE_OFFSET_RANGE_MIN, Z_PROBE_OFFSET_RANGE_MAX)) {
|
1134
|
|
-
|
1135
|
|
- if (planner.leveling_active)
|
1136
|
|
- thermalManager.babystep_axis(Z_AXIS, babystep_increment);
|
1137
|
|
-
|
|
1134
|
+ thermalManager.babystep_axis(Z_AXIS, babystep_increment);
|
1138
|
1135
|
zprobe_zoffset = new_zoffset;
|
1139
|
1136
|
lcdDrawUpdate = LCDVIEW_CALL_REDRAW_NEXT;
|
1140
|
1137
|
}
|