Renaud11232 / OctoPrint-Marlin-Flasher

Arduino/Marlin firmware flasher for OctoPrint
MIT License
38 stars 10 forks source link

Is Bigtreeetech SKR 1.x supported? #54

Closed AndKe closed 4 years ago

AndKe commented 4 years ago

I am about to switch to SKR 1.4 , if I compile the .bin file, can OctoPrint+Marlin-Flasher upload it to SKR 1.3 ?

Renaud11232 commented 4 years ago

Hello,

SKR boards are supported (I use one myself) but require some extra steps. To be able to upload the firmware you'll need to install platformio. The wiki should tell how to install platformio and how to set everything up for ARMmbed boards (like the skr 1.3)

PlatformIO installation PlatformIO installation#armmbed-boards PlatformIO flashing

I hope it helped