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
 
1657
 
1658
     // Slow move towards endstop until triggered
1658
     // Slow move towards endstop until triggered
1659
     const float rebump = bump * 2;
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
     do_homing_move(axis, rebump, get_homing_bump_feedrate(axis));
1661
     do_homing_move(axis, rebump, get_homing_bump_feedrate(axis));
1662
 
1662
 
1663
     #if BOTH(HOMING_Z_WITH_PROBE, BLTOUCH)
1663
     #if BOTH(HOMING_Z_WITH_PROBE, BLTOUCH)

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

318
 #
318
 #
319
 # Add dependencies for enabled Marlin features
319
 # Add dependencies for enabled Marlin features
320
 #
320
 #
321
-check_configfile_locations() 
321
+check_configfile_locations()
322
 apply_features_config()
322
 apply_features_config()
323
 force_ignore_unused_libs()
323
 force_ignore_unused_libs()

Loading…
Cancel
Save