Browse Source

Sanity check for status LED pins

pull/1/head
Scott Lahteine 8 years ago
parent
commit
203e519bf4
  1. 7
      Marlin/SanityCheck.h

7
Marlin/SanityCheck.h

@ -722,6 +722,13 @@
#error "TEMP_SENSOR_1 is required with TEMP_SENSOR_1_AS_REDUNDANT."
#endif
/**
* Temperature status LEDs
*/
#if ENABLED(TEMP_STAT_LEDS) && !(PIN_EXISTS(STAT_LED_RED) && PIN_EXISTS(STAT_LED_BLUE))
#error "TEMP_STAT_LEDS requires STAT_LED_RED_PIN and STAT_LED_BLUE_PIN."
#endif
/**
* Basic 2-nozzle duplication mode
*/

Loading…
Cancel
Save