1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-23 20:18:52 +00:00

🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED

Fixes #22295. Regression from #20241.
This commit is contained in:
Scott Lahteine 2021-07-29 22:23:06 -05:00
parent 6eae68c402
commit 6efd7285cc

View File

@ -287,7 +287,7 @@ FORCE_INLINE void probe_specific_action(const bool deploy) {
#if ENABLED(PAUSE_BEFORE_DEPLOY_STOW)
do {
#if ENABLED(PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED)
if (deploy == PROBE_TRIGGERED()) break;
if (deploy != PROBE_TRIGGERED()) break;
#endif
BUZZ(100, 659);