Make SERVO_ENDSTOP_ANGLES 2-dimensional

This commit is contained in:
Scott Lahteine
2015-07-28 19:22:44 -07:00
committed by Richard Wackerbarth
parent 525d0dc239
commit 0af2a80e06
18 changed files with 22 additions and 22 deletions

View File

@ -911,7 +911,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // 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
//