!ENABLED => DISABLED

This commit is contained in:
Scott Lahteine
2018-08-24 16:35:55 -05:00
parent ba1919c1eb
commit acf5ae3083
5 changed files with 10 additions and 10 deletions

View File

@ -115,7 +115,7 @@
#define LCD_PINS_ENABLE P0_18 // (MOSI) EXP1-3
#define LCD_PINS_D4 P0_15 // (SCK) EXP1-5
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) && !ENABLED(DOGLCD)
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) && DISABLED(DOGLCD)
#error "REPRAP_DISCOUNT_SMART_CONTROLLER is not supported by the BIQU BQ111-A4"
#endif

View File

@ -146,7 +146,7 @@
#define FAN_PIN 9
#if !ENABLED(FILAMENT_RUNOUT_SENSOR)
#if DISABLED(FILAMENT_RUNOUT_SENSOR)
#define FAN1_PIN 4
#endif