Support for manually deployed fixed probes (#11899)
This commit is contained in:
committed by
Scott Lahteine
parent
ddcbf80f23
commit
a4cdffdd69
@ -735,6 +735,9 @@
|
||||
* (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.
|
||||
|
@ -735,6 +735,9 @@
|
||||
* (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.
|
||||
|
Reference in New Issue
Block a user