🐛 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 f8f68f9259
commit bcc31f68c6

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);