Browse Source

Support for MKS BASE 1.0 board

Scott Lahteine 9 years ago
parent
commit
cb4ea75fab
2 changed files with 12 additions and 0 deletions
  1. 1
    0
      Marlin/boards.h
  2. 11
    0
      Marlin/pins_MKS_BASE.h

+ 1
- 0
Marlin/boards.h View File

@@ -50,6 +50,7 @@
50 50
 #define BOARD_ELEFU_3           21   // Elefu Ra Board (v3)
51 51
 #define BOARD_5DPRINT           88   // 5DPrint D8 Driver Board
52 52
 #define BOARD_LEAPFROG          999  // Leapfrog
53
+#define BOARD_MKS_BASE          40   // MKS BASE 1.0
53 54
 #define BOARD_WITBOX            41   // bq WITBOX
54 55
 #define BOARD_HEPHESTOS         42   // bq Prusa i3 Hephestos
55 56
 #define BOARD_BAM_DICE          401  // 2PrintBeta BAM&DICE with STK drivers

+ 11
- 0
Marlin/pins_MKS_BASE.h View File

@@ -0,0 +1,11 @@
1
+/**
2
+ * MKS BASE 1.0 – Arduino Mega2560 with RAMPS v1.4 pin assignments
3
+ */
4
+
5
+#include "pins_RAMPS_13.h"
6
+
7
+#undef FAN_PIN
8
+#define FAN_PIN             9 // (Sprinter config)
9
+
10
+#undef HEATER_1_PIN
11
+#define HEATER_1_PIN        7

Loading…
Cancel
Save