mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-27 17:30:43 +00:00
Option to pause probe deployment only when triggered, for manually-deployed allen-key probe (#13698)
This commit is contained in:
parent
35160dfb7a
commit
7ca1fea22b
96 changed files with 311 additions and 15 deletions
config/examples/WASP/PowerWASP
|
@ -946,6 +946,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue