Skip to content
Snippets Groups Projects
Commit 05aa75ce authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Melzi boards use melzi pins

parent 5785bbb4
Branches
Tags
No related merge requests found
...@@ -24,6 +24,9 @@ ...@@ -24,6 +24,9 @@
* Melzi pin assignments * Melzi pin assignments
*/ */
#ifndef BOARD_NAME
#define BOARD_NAME "Melzi" #define BOARD_NAME "Melzi"
#endif
#define IS_MELZI #define IS_MELZI
#include "pins_SANGUINOLOLU_12.h" #include "pins_SANGUINOLOLU_12.h"
...@@ -31,9 +31,8 @@ ...@@ -31,9 +31,8 @@
*/ */
#define BOARD_NAME "Melzi (Creality)" #define BOARD_NAME "Melzi (Creality)"
#define IS_MELZI
#include "pins_SANGUINOLOLU_12.h" #include "pins_MELZI.h"
// For the stock CR-10 use the REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER // For the stock CR-10 use the REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
// option for the display in Configuration.h // option for the display in Configuration.h
... ...
......
...@@ -25,5 +25,4 @@ ...@@ -25,5 +25,4 @@
*/ */
#define BOARD_NAME "Melzi (ATmega1284)" #define BOARD_NAME "Melzi (ATmega1284)"
#define IS_MELZI #include "pins_MELZI.h"
#include "pins_SANGUINOLOLU_12.h"
...@@ -25,9 +25,7 @@ ...@@ -25,9 +25,7 @@
*/ */
#define BOARD_NAME "Melzi (Malyan)" #define BOARD_NAME "Melzi (Malyan)"
#define IS_MELZI #include "pins_MELZI.h"
#include "pins_SANGUINOLOLU_12.h"
#undef LCD_SDSS #undef LCD_SDSS
#undef LCD_PINS_RS #undef LCD_PINS_RS
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment