Update configs for new servo deactivation

This commit is contained in:
Scott Lahteine
2015-07-15 16:08:26 -07:00
committed by Richard Wackerbarth
parent 63715aba4f
commit 391386dd94
19 changed files with 202 additions and 119 deletions

View File

@@ -84,6 +84,13 @@
#error The maximum number of SERVOS in Marlin is 4.
#endif
/**
* Servo deactivation depends on servo endstops
*/
#if defined(DEACTIVATE_SERVOS_AFTER_MOVE) && !defined(SERVO_ENDSTOPS)
#error SERVO_ENDSTOPS is required for DEACTIVATE_SERVOS_AFTER_MOVE.
#endif
/**
* Required LCD language
*/