Rename and repair MELZI_1284 (PR#2301)
to MELZI_MAKR3D. Fix for #2288 As the normal MELZI also can have a 1284.
This commit is contained in:
committed by
Richard Wackerbarth
parent
1e9cf905c7
commit
c461975140
13
Marlin/pins_MELZI_MAKR3D.h
Normal file
13
Marlin/pins_MELZI_MAKR3D.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Melzi with ATmega1284 (MaKr3d version) pin assignments
|
||||
*/
|
||||
|
||||
#undef MOTHERBOARD
|
||||
#define MOTHERBOARD MELZI
|
||||
#define SANGUINOLOLU_V_1_2
|
||||
|
||||
#if defined(__AVR_ATmega1284P__)
|
||||
#define LARGE_FLASH true
|
||||
#endif
|
||||
|
||||
#include "pins_SANGUINOLOLU_11.h"
|
Reference in New Issue
Block a user