Add E3V2 427 Env

This commit is contained in:
InsanityAutomation
2021-01-31 15:31:38 -05:00
parent 577ebc6ba4
commit 6af2c36c50
2 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -152,7 +152,7 @@
//#define Melzi_To_SBoardUpgrade // Upgrade Melzi board to 10S board
//#define CrealitySilentBoard // Creality board with TMC2208 Standalone drivers. Disables Linear Advance
//#define Creality422
#define Creality427
//#define Creality427
//#define SKR13 // 32 bit board - assumes 2208 drivers
//#define SKR14
+30
View File
@@ -2682,6 +2682,36 @@ debug_tool = jlink
upload_protocol = jlink
monitor_speed = 115200
[env:Ender3V2_427]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103RC
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
${common.build_flags} -std=gnu++14 -DSTM32_XL_DENSITY -DTEMP_TIMER_CHAN=4 -DMachineEnder3V2 -DCreality427
extra_scripts = ${common.extra_scripts}
pre:buildroot/share/PlatformIO/scripts/random-bin.py
buildroot/share/PlatformIO/scripts/creality.py
lib_ignore = ${common_stm32f1.lib_ignore}
debug_tool = jlink
upload_protocol = jlink
monitor_speed = 115200
[env:Ender3V2_427_BLT]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103RC
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
${common.build_flags} -std=gnu++14 -DSTM32_XL_DENSITY -DTEMP_TIMER_CHAN=4 -DMachineEnder3V2 -DABL_BLTOUCH -DCreality427
extra_scripts = ${common.extra_scripts}
pre:buildroot/share/PlatformIO/scripts/random-bin.py
buildroot/share/PlatformIO/scripts/creality.py
lib_ignore = ${common_stm32f1.lib_ignore}
debug_tool = jlink
upload_protocol = jlink
monitor_speed = 115200
[env:Ender3_422]
platform = ${common_stm32f1.platform}
extends = common_stm32f1