bigtreetech / BIGTREETECH-SKR-mini-E3

BIGTREETECH SKR-mini-E3 motherboard is a ultra-quiet, low-power, high-quality 3D printing machine control board. It is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard.
2.01k stars 1.97k forks source link

Issues following instructions will not compile missing enviroment in platformio.ini #141

Closed Gnoarn closed 4 years ago

Gnoarn commented 4 years ago

Following instructions from BIGTREETECH-SKR-mini-E3/firmware/V1.2/readme.md the profile for STM32F103RC_bigtree_NOUSB

This is what does exist and would still cause issues being its for the dip version of the board [env:STM32F103RE_bigtree_NOUSB] platform = ststm32 framework = arduino board = genericSTM32F103RE board_upload.maximum_size=524288 platform_packages = tool-stm32duino extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RE_SKR_E3_DIP.py build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 build_unflags = -std=gnu++11 lib_deps = ${common.lib_deps} SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip lib_ignore = SPI src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> monitor_speed = 115200

And the board i have has the rct6 chip instead of the ret6. i tried configuring a profile but failed

Gnoarn commented 4 years ago

Never mind found it. i must have missed it in the profiles.

[env:STM32F103RC_bigtree_USB] platform = ststm32 framework = arduino board = genericSTM32F103RC platform_packages = tool-stm32duino extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DUSE_USB_COMPOSITE build_unflags = -std=gnu++11 lib_deps = ${common.lib_deps} lib_ignore = SPI src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> monitor_speed = 115200