Orca 3D Modular Controller (#26534)

This commit is contained in:
Skopus
2023-12-23 13:54:19 +03:30
committed by GitHub
parent 205b0a679e
commit 71e0275a4c
4 changed files with 356 additions and 0 deletions

View File

@@ -493,3 +493,15 @@ board_build.variant = MARLIN_F103Zx
board_build.offset = 0x7000
board_upload.offset_address = 0x08007000
build_flags = ${stm32_variant.build_flags} -DSTM32F1xx
#
# ORCA 3D SPRINGER Modular Controller (STM32F103VCT6)
#
[env:STM32F103VC_orca3d]
extends = stm32_variant
board = genericSTM32F103VC
board_build.variant = MARLIN_F103Vx
build_flags = ${stm32_variant.build_flags} -DDEBUG_LEVEL=0
monitor_speed = 115200
board_build.offset = 0x8000
board_upload.offset_address = 0x08008000