Make SERVO_ENDSTOP_ANGLES 2-dimensional
This commit is contained in:
committed by
Richard Wackerbarth
parent
525d0dc239
commit
0af2a80e06
@ -784,7 +784,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
|
||||
//#define X_ENDSTOP_SERVO_NR 1
|
||||
//#define Y_ENDSTOP_SERVO_NR 2
|
||||
//#define Z_ENDSTOP_SERVO_NR 0
|
||||
//#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles
|
||||
//#define SERVO_ENDSTOP_ANGLES {{0,0}, {0,0}, {70,0}} // X,Y,Z Axis Extend and Retract angles
|
||||
|
||||
// Servo deactivation
|
||||
//
|
||||
|
Reference in New Issue
Block a user