Browse Source

Homing code followup (#20632)

Patching a87e5197cf
ellensp 3 years ago
parent
commit
56a5d0b287
No account linked to committer's email address

+ 1
- 1
Marlin/src/module/motion.cpp View File

@@ -1657,7 +1657,7 @@ void homeaxis(const AxisEnum axis) {
1657 1657
 
1658 1658
     // Slow move towards endstop until triggered
1659 1659
     const float rebump = bump * 2;
1660
-    if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPGM("Re-bump: ", rebump, "mm");
1660
+    if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPAIR("Re-bump: ", rebump, "mm");
1661 1661
     do_homing_move(axis, rebump, get_homing_bump_feedrate(axis));
1662 1662
 
1663 1663
     #if BOTH(HOMING_Z_WITH_PROBE, BLTOUCH)

+ 1
- 1
buildroot/share/PlatformIO/scripts/common-dependencies.py View File

@@ -318,6 +318,6 @@ env.AddMethod(MarlinFeatureIsEnabled)
318 318
 #
319 319
 # Add dependencies for enabled Marlin features
320 320
 #
321
-check_configfile_locations() 
321
+check_configfile_locations()
322 322
 apply_features_config()
323 323
 force_ignore_unused_libs()

Loading…
Cancel
Save