🚸 Optional X-Axis (#25418)
Co-authored-by: alextrical <35117191+alextrical@users.noreply.github.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -36,9 +36,10 @@ platform_packages = framework-arduinoststm32@https://github.com/stm32d
|
||||
board = marlin_BTT_EBB42_V1_1
|
||||
board_build.offset = 0x0000
|
||||
board_upload.offset_address = 0x08000000
|
||||
build_flags = ${stm32_variant.build_flags} ${stm32g0_I2C2.build_flags}
|
||||
upload_protocol = stlink
|
||||
build_flags = ${stm32_variant.build_flags} ${stm32g0_I2C2.build_flags} -flto
|
||||
debug_tool = stlink
|
||||
upload_protocol = dfu
|
||||
upload_command = dfu-util -a 0 -s 0x08000000:leave -D "$SOURCE"
|
||||
|
||||
#
|
||||
# BigTreeTech SKR Mini E3 V3.0 (STM32G0B1RET6 ARM Cortex-M0+)
|
||||
|
Reference in New Issue
Block a user