Keith Bennett
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
Marlin/src/pins/pins.h
-
platformio.ini
|
@ -507,7 +507,7 @@ |
|
|
#elif MB(MKS_ROBIN_MINI) |
|
|
#elif MB(MKS_ROBIN_MINI) |
|
|
#include "stm32f1/pins_MKS_ROBIN_MINI.h" // STM32F1 env:mks_robin_mini |
|
|
#include "stm32f1/pins_MKS_ROBIN_MINI.h" // STM32F1 env:mks_robin_mini |
|
|
#elif MB(MKS_ROBIN_NANO) |
|
|
#elif MB(MKS_ROBIN_NANO) |
|
|
#include "stm32f1/pins_MKS_ROBIN_NANO.h" // STM32F1 env:mks_robin_nano |
|
|
#include "stm32f1/pins_MKS_ROBIN_NANO.h" // STM32F1 env:mks_robin_nano env:mks_robin_nano35 |
|
|
#elif MB(MKS_ROBIN_LITE) |
|
|
#elif MB(MKS_ROBIN_LITE) |
|
|
#include "stm32f1/pins_MKS_ROBIN_LITE.h" // STM32F1 env:mks_robin_lite |
|
|
#include "stm32f1/pins_MKS_ROBIN_LITE.h" // STM32F1 env:mks_robin_lite |
|
|
#elif MB(BTT_SKR_MINI_V1_1) |
|
|
#elif MB(BTT_SKR_MINI_V1_1) |
|
|
|
@ -541,7 +541,7 @@ build_flags = ${common_stm32f1.build_flags} |
|
|
-DMCU_STM32F103VE |
|
|
-DMCU_STM32F103VE |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# MKS Robin Nano (STM32F103VET6) |
|
|
# MKS Robin Nano (STM32F103VET6) - Emulated Graphical 128x64 (DOGM) UI |
|
|
# |
|
|
# |
|
|
[env:mks_robin_nano] |
|
|
[env:mks_robin_nano] |
|
|
platform = ${common_stm32f1.platform} |
|
|
platform = ${common_stm32f1.platform} |
|
@ -628,7 +628,7 @@ lib_ignore = ${common_stm32f1.lib_ignore} |
|
|
LiquidCrystal, LiquidTWI2, TMCStepper, U8glib-HAL, SoftwareSerialM |
|
|
LiquidCrystal, LiquidTWI2, TMCStepper, U8glib-HAL, SoftwareSerialM |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# MKS Robin Nano (STM32F103VET6) |
|
|
# MKS Robin Nano (STM32F103VET6) - MKS UI (LVGL) |
|
|
# |
|
|
# |
|
|
[env:mks_robin_nano35] |
|
|
[env:mks_robin_nano35] |
|
|
platform = ststm32 |
|
|
platform = ststm32 |
|
|