FYSETC F6 v1.4 board support (#16321)

This commit is contained in:
George Fu
2020-01-04 10:29:25 +08:00
committed by Scott Lahteine
parent a49c6608c9
commit ceeba58dc9
5 changed files with 118 additions and 27 deletions

View File

@@ -170,6 +170,8 @@
#include "ramps/pins_RAMPS_DAGOMA.h" // ATmega2560 env:megaatmega2560
#elif MB(FYSETC_F6_13)
#include "ramps/pins_FYSETC_F6_13.h" // ATmega2560 env:FYSETC_F6_13
#elif MB(FYSETC_F6_14)
#include "ramps/pins_FYSETC_F6_14.h" // ATmega2560 env:FYSETC_F6_14
#elif MB(DUPLICATOR_I3_PLUS)
#include "ramps/pins_DUPLICATOR_I3_PLUS.h" // ATmega2560 env:megaatmega2560
#elif MB(VORON)
@@ -185,7 +187,6 @@
#elif MB(MKS_GEN_L_V2)
#include "ramps/pins_MKS_GEN_L_V2.h" // ATmega2560 env:megaatmega2560
//
// RAMBo and derivatives
//