MarlinFirmware / AutoBuildMarlin

Visual Studio Code extension to more easily build Marlin Firmware
GNU General Public License v3.0
259 stars 60 forks source link

Building reality ender 3 pro firmware Vscode 4.2.2 board #53

Closed ADBW007 closed 2 years ago

ADBW007 commented 2 years ago

This throws an error and will not build when selecting the two board options of STM32F103RET6_creality or STM32F103RET6_creality_maple. This was also the case if I tried any combination of upper case or low case with the platform.ini as well. Not sure if I should try the STM32F103RE board or not

rongoodman303 commented 2 years ago

Probably a duplicate of Issue #51. MOTHERBOARD selection based on logic.

Workaround: Comment out the board not to be selected, or swap logic around so board to be selected is the first uncommented one in the logic tree.