|
|
|
@ -696,7 +696,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
|
|
|
|
|
// Servo Endstops
|
|
|
|
|
//
|
|
|
|
|
// This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
|
|
|
|
|
// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
|
|
|
|
|
// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
|
|
|
|
|
//
|
|
|
|
|
//#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
|
|
|
|
|
//#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles
|
|
|
|
|