From 4108382c2c5ce47097f58c94d7e5c7699a632087 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 20 Apr 2018 15:30:10 -0500 Subject: [PATCH] Complete CREALITY_ENDER revert Followup to #9694 --- Marlin/pins.h | 2 -- Marlin/pins_SANGUINOLOLU_11.h | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Marlin/pins.h b/Marlin/pins.h index 320a46ba4..593888fe7 100644 --- a/Marlin/pins.h +++ b/Marlin/pins.h @@ -205,8 +205,6 @@ #include "pins_MELZI_CREALITY.h" // ATmega644P, ATmega1284P #elif MB(MELZI_MALYAN) #include "pins_MELZI_MALYAN.h" // ATmega644P, ATmega1284P -#elif MB(CREALITY_ENDER) - #include "pins_CREALITY_ENDER.h" // ATmega1284P #elif MB(MELZI_TRONXY) #include "pins_MELZI_TRONXY.h" // ATmega644P, ATmega1284P #elif MB(STB_11) diff --git a/Marlin/pins_SANGUINOLOLU_11.h b/Marlin/pins_SANGUINOLOLU_11.h index b7f3e0d13..c27eab1c8 100644 --- a/Marlin/pins_SANGUINOLOLU_11.h +++ b/Marlin/pins_SANGUINOLOLU_11.h @@ -114,8 +114,8 @@ #endif -#if MB(AZTEEG_X1) || MB(STB_11) || MB(CREALITY_ENDER) || ENABLED(IS_MELZI) - #define FAN_PIN 4 // Works for Panelolu2 too +#if MB(AZTEEG_X1) || MB(STB_11) || ENABLED(IS_MELZI) + #define FAN_PIN 4 // Works for Panelolu2 too #endif // @@ -187,7 +187,7 @@ #define DOGLCD_CS 17 #define LCD_BACKLIGHT_PIN 28 // PA3 - #elif MB(CREALITY_ENDER) + #elif ENABLED(IS_MELZI) #define BEEPER_PIN 27 #define DOGLCD_CS 28