Update motion.cpp

This commit is contained in:
Scott Lahteine
2021-10-12 22:22:15 -05:00
committed by GitHub
parent 78c57f2847
commit a6c4c5a3f7
+1 -1
View File
@@ -1803,7 +1803,7 @@ void prepare_line_to_destination() {
if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPGM("Home Fast: ", move_length, "mm");
do_homing_move(axis, move_length, 0.0, !use_probe_bump);
#if ENABLED(HOMING_Z_WITH_PROBE, BLTOUCH)
#if BOTH(HOMING_Z_WITH_PROBE, BLTOUCH)
if (axis == Z_AXIS && !bltouch.high_speed_mode) bltouch.stow(); // Intermediate STOW (in LOW SPEED MODE)
#endif