Option to pause probe deployment only when triggered, for manually-deployed allen-key probe (#13698)
This commit is contained in:
committed by
Scott Lahteine
parent
35160dfb7a
commit
7ca1fea22b
@ -951,6 +951,9 @@
|
||||
|
||||
// Before deploy/stow pause for user confirmation
|
||||
//#define PAUSE_BEFORE_DEPLOY_STOW
|
||||
#if ENABLED(PAUSE_BEFORE_DEPLOY_STOW)
|
||||
//#define PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED // For Manual Deploy Allenkey Probe
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Enable one or more of the following if probing seems unreliable.
|
||||
|
Reference in New Issue
Block a user