@@ -205,8 +205,6 @@
|
|||||||
#include "pins_MELZI_CREALITY.h" // ATmega644P, ATmega1284P
|
#include "pins_MELZI_CREALITY.h" // ATmega644P, ATmega1284P
|
||||||
#elif MB(MELZI_MALYAN)
|
#elif MB(MELZI_MALYAN)
|
||||||
#include "pins_MELZI_MALYAN.h" // ATmega644P, ATmega1284P
|
#include "pins_MELZI_MALYAN.h" // ATmega644P, ATmega1284P
|
||||||
#elif MB(CREALITY_ENDER)
|
|
||||||
#include "pins_CREALITY_ENDER.h" // ATmega1284P
|
|
||||||
#elif MB(MELZI_TRONXY)
|
#elif MB(MELZI_TRONXY)
|
||||||
#include "pins_MELZI_TRONXY.h" // ATmega644P, ATmega1284P
|
#include "pins_MELZI_TRONXY.h" // ATmega644P, ATmega1284P
|
||||||
#elif MB(STB_11)
|
#elif MB(STB_11)
|
||||||
|
@@ -114,8 +114,8 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if MB(AZTEEG_X1) || MB(STB_11) || MB(CREALITY_ENDER) || ENABLED(IS_MELZI)
|
#if MB(AZTEEG_X1) || MB(STB_11) || ENABLED(IS_MELZI)
|
||||||
#define FAN_PIN 4 // Works for Panelolu2 too
|
#define FAN_PIN 4 // Works for Panelolu2 too
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -187,7 +187,7 @@
|
|||||||
#define DOGLCD_CS 17
|
#define DOGLCD_CS 17
|
||||||
#define LCD_BACKLIGHT_PIN 28 // PA3
|
#define LCD_BACKLIGHT_PIN 28 // PA3
|
||||||
|
|
||||||
#elif MB(CREALITY_ENDER)
|
#elif ENABLED(IS_MELZI)
|
||||||
|
|
||||||
#define BEEPER_PIN 27
|
#define BEEPER_PIN 27
|
||||||
#define DOGLCD_CS 28
|
#define DOGLCD_CS 28
|
||||||
|
Reference in New Issue
Block a user