|
|
@ -2146,11 +2146,9 @@ static void clean_up_after_endstop_or_probe_move() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(BLTOUCH)
|
|
|
|
#if ENABLED(BLTOUCH) && ENABLED(BLTOUCH_HEATERS_OFF)
|
|
|
|
#if ENABLED(BLTOUCH_HEATERS_OFF)
|
|
|
|
|
|
|
|
turn_heaters_on_or_off_for_bltouch(deploy);
|
|
|
|
turn_heaters_on_or_off_for_bltouch(deploy);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (endstops.z_probe_enabled == deploy) return false;
|
|
|
|
if (endstops.z_probe_enabled == deploy) return false;
|
|
|
|
|
|
|
|
|
|
|
|