Z_SERVO_DEACTIVATE_AFTER_STOW

MarlinFirmware/Marlin#24215

Co-Authored-By: FilippoR <filippo.rossoni@gmail.com>
This commit is contained in:
Scott Lahteine 2023-03-19 01:49:50 -05:00
parent 4a3c35e542
commit ef69c3c25a
338 changed files with 2366 additions and 1348 deletions

View file

@ -1393,10 +1393,13 @@
/**
* 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_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_PROBE_SERVO_NR 0
#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.