Fix Z-leveling
This commit is contained in:
parent
7bc7f21fa5
commit
8543942acb
|
|
@ -2173,6 +2173,7 @@ bool calibrate_z_auto()
|
||||||
// current_position[axis] = 0;
|
// current_position[axis] = 0;
|
||||||
// plan_set_position_curposXYZE();
|
// plan_set_position_curposXYZE();
|
||||||
tmc2130_home_exit();
|
tmc2130_home_exit();
|
||||||
|
enable_endstops(false);
|
||||||
current_position[Z_AXIS] = 0;
|
current_position[Z_AXIS] = 0;
|
||||||
plan_set_position_curposXYZE();
|
plan_set_position_curposXYZE();
|
||||||
set_destination_to_current();
|
set_destination_to_current();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue