Browse Source

Geeetech A30 / GTM32 support (#16071)

pull/1/head
Vertabreaker 5 years ago
committed by Scott Lahteine
parent
commit
3874f4a097
  1. 3
      Marlin/src/core/boards.h
  2. 6
      Marlin/src/pins/pins.h
  3. 2198
      config/examples/Geeetech/A30/Configuration.h
  4. 2866
      config/examples/Geeetech/A30/Configuration_adv.h

3
Marlin/src/core/boards.h

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

6
Marlin/src/pins/pins.h

@ -457,6 +457,12 @@
#include "stm32/pins_STM3R_MINI.h" // STM32F1 env:STM32F103RE
#elif MB(GTM32_PRO_VB)
#include "stm32/pins_GTM32_PRO_VB.h" // STM32F1 env:STM32F103RE
#elif MB(GTM32_MINI_A30)
#include "stm32/pins_GTM32_MINI_A30.h" // STM32F1 env:STM32F103RE
#elif MB(GTM32_MINI)
#include "stm32/pins_GTM32_MINI.h" // STM32F1 env:STM32F103RE
#elif MB(GTM32_REV_B)
#include "stm32/pins_GTM32_REV_B.h" // STM32F1 env:STM32F103RE
#elif MB(MORPHEUS)
#include "stm32/pins_MORPHEUS.h" // STM32F1 env:STM32F103RE
#elif MB(CHITU3D)

2198
config/examples/Geeetech/A30/Configuration.h

File diff suppressed because it is too large

2866
config/examples/Geeetech/A30/Configuration_adv.h

File diff suppressed because it is too large
Loading…
Cancel
Save