Homing code followup (#20632)
Patching a87e5197cfb2f302c3eea9271b4c25c49df3ab6b
This commit is contained in:
parent
f4f152bd01
commit
66c69aef6a
@ -1657,7 +1657,7 @@ void homeaxis(const AxisEnum axis) {
|
||||
|
||||
// Slow move towards endstop until triggered
|
||||
const float rebump = bump * 2;
|
||||
if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPGM("Re-bump: ", rebump, "mm");
|
||||
if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPAIR("Re-bump: ", rebump, "mm");
|
||||
do_homing_move(axis, rebump, get_homing_bump_feedrate(axis));
|
||||
|
||||
#if BOTH(HOMING_Z_WITH_PROBE, BLTOUCH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user