Wanhao Duplicator i3 Plus pins create (#12701)
This commit is contained in:
@ -156,6 +156,8 @@
|
||||
#include "pins_RAMPS_CREALITY.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(FYSETC_F6_13)
|
||||
#include "pins_FYSETC_F6_13.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(DUPLICATOR_I3_PLUS)
|
||||
#include "pins_DUPLICATOR_I3_PLUS.h" // ATmega2560 env:megaatmega2560
|
||||
|
||||
//
|
||||
// Other ATmega1280, ATmega2560
|
||||
@ -175,7 +177,7 @@
|
||||
#include "pins_MEGATRONICS.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(MEGATRONICS_2)
|
||||
#include "pins_MEGATRONICS_2.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(MEGATRONICS_3) || MB(MEGATRONICS_31)
|
||||
#elif MB(MEGATRONICS_3) || MB(MEGATRONICS_31) || MB(MEGATRONICS_32)
|
||||
#include "pins_MEGATRONICS_3.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(RAMBO)
|
||||
#include "pins_RAMBO.h" // ATmega2560 env:rambo
|
||||
|
Reference in New Issue
Block a user