ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
Marlin/src/module/motion.cpp
-
buildroot/share/PlatformIO/scripts/common-dependencies.py
|
@ -1657,7 +1657,7 @@ void homeaxis(const AxisEnum axis) { |
|
|
|
|
|
|
|
|
// Slow move towards endstop until triggered
|
|
|
// Slow move towards endstop until triggered
|
|
|
const float rebump = bump * 2; |
|
|
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)); |
|
|
do_homing_move(axis, rebump, get_homing_bump_feedrate(axis)); |
|
|
|
|
|
|
|
|
#if BOTH(HOMING_Z_WITH_PROBE, BLTOUCH) |
|
|
#if BOTH(HOMING_Z_WITH_PROBE, BLTOUCH) |
|
|
|
@ -318,6 +318,6 @@ env.AddMethod(MarlinFeatureIsEnabled) |
|
|
# |
|
|
# |
|
|
# Add dependencies for enabled Marlin features |
|
|
# Add dependencies for enabled Marlin features |
|
|
# |
|
|
# |
|
|
check_configfile_locations() |
|
|
check_configfile_locations() |
|
|
apply_features_config() |
|
|
apply_features_config() |
|
|
force_ignore_unused_libs() |
|
|
force_ignore_unused_libs() |
|
|