|
@@ -2110,7 +2110,7 @@ static void clean_up_after_endstop_or_probe_move() {
|
2110
|
2110
|
|
2111
|
2111
|
void set_bltouch_deployed(const bool deploy) {
|
2112
|
2112
|
#if ENABLED(BLTOUCH_HEATERS_OFF)
|
2113
|
|
- turn_heaters_on_or_off_for_bltouch(deploy);
|
|
2113
|
+ turn_heaters_on_or_off_for_bltouch(deploy);
|
2114
|
2114
|
#endif
|
2115
|
2115
|
if (deploy && TEST_BLTOUCH()) { // If BL-Touch says it's triggered
|
2116
|
2116
|
bltouch_command(BLTOUCH_RESET); // try to reset it.
|
|
@@ -2146,10 +2146,8 @@ static void clean_up_after_endstop_or_probe_move() {
|
2146
|
2146
|
}
|
2147
|
2147
|
#endif
|
2148
|
2148
|
|
2149
|
|
- #if ENABLED(BLTOUCH)
|
2150
|
|
- #if ENABLED(BLTOUCH_HEATERS_OFF)
|
|
2149
|
+ #if ENABLED(BLTOUCH) && ENABLED(BLTOUCH_HEATERS_OFF)
|
2151
|
2150
|
turn_heaters_on_or_off_for_bltouch(deploy);
|
2152
|
|
- #endif
|
2153
|
2151
|
#endif
|
2154
|
2152
|
|
2155
|
2153
|
if (endstops.z_probe_enabled == deploy) return false;
|