Scott Lahteine 6 years ago
parent
commit
0fcdfdeed6
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/pins/pins.h

+ 2
- 0
Marlin/src/pins/pins.h View File

@@ -150,6 +150,8 @@
150 150
   #include "pins_TRIGORILLA_14.h"     // ATmega2560                                 env:megaatmega2560
151 151
 #elif MB(RAMPS_ENDER_4)
152 152
   #include "pins_RAMPS_ENDER_4.h"     // ATmega2560                                 env:megaatmega2560
153
+#elif MB(FYSETC_F6_13)
154
+  #include "pins_FYSETC_F6_13.h"      // ATmega2560                                 env:megaatmega2560
153 155
 
154 156
 //
155 157
 // Other ATmega1280, ATmega2560

Loading…
Cancel
Save