Closed jrgleason closed 1 year ago
Ender-5 S1 support is still pending in the main Marlin repo: https://github.com/MarlinFirmware/Marlin/pull/25382
Processing mega2560 (board: megaatmega2560; platform: atmelavr@~3.4; framework: arduino)
You're also building with the wrong environment. You'll build with STM32F401RE_CREALITY
using the referenced PR above.
Can you possibly be a little clearer with how I run under that environment. I also noticed there is a 2.0.x repo from creality available here https://github.com/CrealityOfficial/Ender-5S1
Bug Description
I am trying to build with the configuration provided by the Ender 5 S1 folder. However, when I do I get the following...
Unknown MOTHERBOARD value set in Configuration.h.
It appears the
BOARD_CREALITY_F401RE
board is not added by default and I am not sure how to add itConfiguration Files
No modification see this
Steps to Reproduce
pio run
Expected behavior:
I would like to be able to compile the bin file to deploy to the printer.
Actual behavior:
I get multiple errors...