Browse Source

Geeetech A30 / GTM32 support (#16071)

Vertabreaker 5 years ago
parent
commit
3874f4a097

+ 3
- 0
Marlin/src/core/boards.h View File

@@ -278,6 +278,9 @@
278 278
 #define BOARD_FYSETC_CHEETAH          4016  // FYSETC Cheetah
279 279
 #define BOARD_FYSETC_CHEETAH_V12      4017  // FYSETC Cheetah V1.2
280 280
 #define BOARD_LONGER3D_LK             4018  // Alfawise U20/U20+/U30 (Longer3D LK1/2) / STM32F103VET6
281
+#define BOARD_GTM32_MINI              4019  // STM32F103VET6 controller
282
+#define BOARD_GTM32_MINI_A30          4020  // STM32F103VET6 controller
283
+#define BOARD_GTM32_REV_B             4021  // STM32F103VET6 controller
281 284
 
282 285
 //
283 286
 // ARM Cortex-M4F

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

@@ -457,6 +457,12 @@
457 457
   #include "stm32/pins_STM3R_MINI.h"            // STM32F1                                env:STM32F103RE
458 458
 #elif MB(GTM32_PRO_VB)
459 459
   #include "stm32/pins_GTM32_PRO_VB.h"          // STM32F1                                env:STM32F103RE
460
+#elif MB(GTM32_MINI_A30)
461
+  #include "stm32/pins_GTM32_MINI_A30.h"        // STM32F1                                env:STM32F103RE
462
+#elif MB(GTM32_MINI)
463
+  #include "stm32/pins_GTM32_MINI.h"            // STM32F1                                env:STM32F103RE 
464
+#elif MB(GTM32_REV_B)
465
+  #include "stm32/pins_GTM32_REV_B.h"           // STM32F1                                env:STM32F103RE
460 466
 #elif MB(MORPHEUS)
461 467
   #include "stm32/pins_MORPHEUS.h"              // STM32F1                                env:STM32F103RE
462 468
 #elif MB(CHITU3D)

+ 2198
- 0
config/examples/Geeetech/A30/Configuration.h
File diff suppressed because it is too large
View File


+ 2866
- 0
config/examples/Geeetech/A30/Configuration_adv.h
File diff suppressed because it is too large
View File


Loading…
Cancel
Save