|
@@ -419,7 +419,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
419
|
419
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
420
|
420
|
//
|
421
|
421
|
// For a servo-based Z probe, you must set up servo support below, including
|
422
|
|
-// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and SERVO_ENDSTOP_ANGLES.
|
|
422
|
+// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
423
|
423
|
//
|
424
|
424
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
425
|
425
|
// - Use 5V for powered (usu. inductive) sensors.
|
|
@@ -1155,10 +1155,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
1155
|
1155
|
// This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
|
1156
|
1156
|
// Use M851 to set the Z probe vertical offset from the nozzle. Store that setting with M500.
|
1157
|
1157
|
//
|
1158
|
|
-//#define X_ENDSTOP_SERVO_NR 1
|
1159
|
|
-//#define Y_ENDSTOP_SERVO_NR 2
|
1160
|
1158
|
//#define Z_ENDSTOP_SERVO_NR 0
|
1161
|
|
-//#define SERVO_ENDSTOP_ANGLES {{0,0}, {0,0}, {70,0}} // X,Y,Z Axis Extend and Retract angles
|
|
1159
|
+//#define Z_SERVO_ANGLES {70,0} // Z Servo Extend and Retract angles
|
1162
|
1160
|
|
1163
|
1161
|
// Servo deactivation
|
1164
|
1162
|
//
|