General option PAUSE_BEFORE_DEPLOY_STOW (#11905)

This commit is contained in:
Scott Lahteine
2018-09-24 00:43:43 -04:00
committed by GitHub
parent 849dea92a8
commit 217e0efd20
77 changed files with 246 additions and 246 deletions

View File

@ -735,9 +735,6 @@
* (e.g., an inductive probe or a nozzle-based probe-switch.)
*/
//#define FIX_MOUNTED_PROBE
#if ENABLED(FIX_MOUNTED_PROBE)
//#define MANUAL_DEPLOY_STOW
#endif
/**
* Z Servo Probe, such as an endstop switch on a rotating arm.
@ -832,6 +829,9 @@
// Enable the M48 repeatability test to test probe accuracy
//#define Z_MIN_PROBE_REPEATABILITY_TEST
// Before deploy/stow pause for user confirmation
//#define PAUSE_BEFORE_DEPLOY_STOW
/**
* Enable one or more of the following if probing seems unreliable.
* Heaters and/or fans can be disabled during probing to minimize electrical

View File

@ -735,9 +735,6 @@
* (e.g., an inductive probe or a nozzle-based probe-switch.)
*/
//#define FIX_MOUNTED_PROBE
#if ENABLED(FIX_MOUNTED_PROBE)
//#define MANUAL_DEPLOY_STOW
#endif
/**
* Z Servo Probe, such as an endstop switch on a rotating arm.
@ -832,6 +829,9 @@
// Enable the M48 repeatability test to test probe accuracy
//#define Z_MIN_PROBE_REPEATABILITY_TEST
// Before deploy/stow pause for user confirmation
//#define PAUSE_BEFORE_DEPLOY_STOW
/**
* Enable one or more of the following if probing seems unreliable.
* Heaters and/or fans can be disabled during probing to minimize electrical