浏览代码

Add support for MeCreator2 (#12017)

Phr3d13 6 年前
父节点
当前提交
acac2adfc8

+ 1992
- 0
Marlin/src/config/examples/Geeetech/MeCreator2/Configuration.h
文件差异内容过多而无法显示
查看文件


+ 1779
- 0
Marlin/src/config/examples/Geeetech/MeCreator2/Configuration_adv.h
文件差异内容过多而无法显示
查看文件


+ 2
- 1
Marlin/src/core/boards.h 查看文件

83
 #define BOARD_TRIGORILLA_13     343   // TriGorilla Anycubic version 1.3 based on RAMPS EFB
83
 #define BOARD_TRIGORILLA_13     343   // TriGorilla Anycubic version 1.3 based on RAMPS EFB
84
 #define BOARD_TRIGORILLA_14     443   // TriGorilla Anycubic version 1.4 based on RAMPS EFB
84
 #define BOARD_TRIGORILLA_14     443   // TriGorilla Anycubic version 1.4 based on RAMPS EFB
85
 #define BOARD_RAMPS_ENDER_4     243   // Creality: Ender-4, CR-8
85
 #define BOARD_RAMPS_ENDER_4     243   // Creality: Ender-4, CR-8
86
-#define BOARD_GT2560_V3         76    // Geeetech A10
87
 #define BOARD_FYSETC_F6_13      541   // Fysetc F6
86
 #define BOARD_FYSETC_F6_13      541   // Fysetc F6
88
 
87
 
89
 //
88
 //
110
 #define BOARD_SCOOVO_X9H        321   // abee Scoovo X9H
109
 #define BOARD_SCOOVO_X9H        321   // abee Scoovo X9H
111
 #define BOARD_GT2560_REV_A      74    // Geeetech GT2560 Rev. A
110
 #define BOARD_GT2560_REV_A      74    // Geeetech GT2560 Rev. A
112
 #define BOARD_GT2560_REV_A_PLUS 75    // Geeetech GT2560 Rev. A+ (with auto level probe)
111
 #define BOARD_GT2560_REV_A_PLUS 75    // Geeetech GT2560 Rev. A+ (with auto level probe)
112
+#define BOARD_GT2560_V3         76    // Geeetech GT2560 Rev B for A10(M/D)
113
+#define BOARD_GT2560_V3_MC2     73    // Geeetech GT2560 Rev B for Mecreator2																		   																	 
113
 #define BOARD_EINSTART_S        666   // Einstart retrofit
114
 #define BOARD_EINSTART_S        666   // Einstart retrofit
114
 
115
 
115
 //
116
 //

+ 4
- 4
Marlin/src/pins/pins.h 查看文件

150
   #include "pins_TRIGORILLA_14.h"     // ATmega2560                                 env:megaatmega2560
150
   #include "pins_TRIGORILLA_14.h"     // ATmega2560                                 env:megaatmega2560
151
 #elif MB(RAMPS_ENDER_4)
151
 #elif MB(RAMPS_ENDER_4)
152
   #include "pins_RAMPS_ENDER_4.h"     // ATmega2560                                 env:megaatmega2560
152
   #include "pins_RAMPS_ENDER_4.h"     // ATmega2560                                 env:megaatmega2560
153
-#elif MB(GT2560_V3)
154
-  #include "pins_GT2560_V3.h"         // ATmega2560                                 env:megaatmega2560
155
-#elif MB(FYSETC_F6_13)
156
-  #include "pins_FYSETC_F6_13.h"      // ATmega2560                                 env:megaatmega2560
157
 
153
 
158
 //
154
 //
159
 // Other ATmega1280, ATmega2560
155
 // Other ATmega1280, ATmega2560
195
   #include "pins_GT2560_REV_A.h"      // ATmega1280, ATmega2560                     env:megaatmega1280 env:megaatmega2560
191
   #include "pins_GT2560_REV_A.h"      // ATmega1280, ATmega2560                     env:megaatmega1280 env:megaatmega2560
196
 #elif MB(GT2560_REV_A_PLUS)
192
 #elif MB(GT2560_REV_A_PLUS)
197
   #include "pins_GT2560_REV_A_PLUS.h" // ATmega1280, ATmega2560                     env:megaatmega1280 env:megaatmega2560
193
   #include "pins_GT2560_REV_A_PLUS.h" // ATmega1280, ATmega2560                     env:megaatmega1280 env:megaatmega2560
194
+#elif MB(GT2560_V3)
195
+  #include "pins_GT2560_V3.h"         // ATmega2560                                 env:megaatmega2560
196
+#elif MB(GT2560_V3_MC2)
197
+  #include "pins_GT2560_V3_MC2.h"     // ATmega2560                                 env:megaatmega2560
198
 #elif MB(EINSTART_S)
198
 #elif MB(EINSTART_S)
199
   #include "pins_EINSTART-S.h"        // ATmega1280, ATmega2560                     env:megaatmega1280 env:megaatmega2560
199
   #include "pins_EINSTART-S.h"        // ATmega1280, ATmega2560                     env:megaatmega1280 env:megaatmega2560
200
 
200
 

+ 41
- 0
Marlin/src/pins/pins_GT2560_V3_MC2.h 查看文件

1
+/**
2
+ * Marlin 3D Printer Firmware
3
+ * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
+ *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ *
21
+ */
22
+
23
+/*****************************************************************
24
+ * GT2560 V3.0 pin assignment (for Mecreator 2)
25
+ *****************************************************************/
26
+
27
+#define BOARD_NAME "GT2560 V3.0 (MC2)"
28
+
29
+#include "pins_GT2560_V3.h"
30
+
31
+#undef X_MIN_PIN
32
+#define X_MIN_PIN          22
33
+
34
+#undef X_MAX_PIN
35
+#define X_MAX_PIN          24
36
+
37
+#undef Y_MIN_PIN
38
+#define Y_MIN_PIN          26
39
+
40
+#undef Y_MAX_PIN
41
+#define Y_MAX_PIN          28

正在加载...
取消
保存