mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
✨ Z_SERVO_DEACTIVATE_AFTER_STOW
MarlinFirmware/Marlin#24215 Co-Authored-By: FilippoR <filippo.rossoni@gmail.com>
This commit is contained in:
parent
4a3c35e542
commit
ef69c3c25a
338 changed files with 2366 additions and 1348 deletions
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1397,10 +1397,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1464,10 +1464,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1465,10 +1465,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1412,10 +1412,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1398,10 +1398,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1397,10 +1397,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1397,10 +1397,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1397,10 +1397,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1401,10 +1401,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1401,10 +1401,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1401,10 +1401,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1401,10 +1401,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1398,10 +1398,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1442,10 +1442,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1407,10 +1407,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1411,10 +1411,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1393,10 +1393,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1393,10 +1393,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1406,10 +1406,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1402,10 +1402,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1409,10 +1409,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1411,10 +1411,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1403,10 +1403,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1404,10 +1404,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1397,10 +1397,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1411,10 +1411,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1412,10 +1412,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1394,10 +1394,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,8 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_ENDSTOP_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1399,10 +1399,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1396,10 +1396,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
|
@ -1395,10 +1395,13 @@
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.
|
//#define Z_PROBE_SERVO_NR 0
|
||||||
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
#ifdef Z_PROBE_SERVO_NR
|
||||||
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy.
|
//#define Z_SERVO_ANGLES { 70, 0 } // Z Servo Deploy and Stow angles
|
||||||
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points.
|
//#define Z_SERVO_MEASURE_ANGLE 45 // Use if the servo must move to a "free" position for measuring after deploy
|
||||||
|
//#define Z_SERVO_INTERMEDIATE_STOW // Stow the probe between points
|
||||||
|
//#define Z_SERVO_DEACTIVATE_AFTER_STOW // Deactivate the servo when probe is stowed
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue