Skip to content

Commit

Permalink
Homing code followup (MarlinFirmware#20632)
Browse files Browse the repository at this point in the history
Patching a87e519
  • Loading branch information
ellensp authored and W4tel-BiDi committed Apr 5, 2021
1 parent 4ef6a3d commit 288ca34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/module/motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion buildroot/share/PlatformIO/scripts/common-dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,6 @@ def check_configfile_locations():
#
# Add dependencies for enabled Marlin features
#
check_configfile_locations()
check_configfile_locations()
apply_features_config()
force_ignore_unused_libs()

0 comments on commit 288ca34

Please sign in to comment.