Renaud11232 / OctoPrint-Marlin-Flasher

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

[FR] Apply precompiled firmware. #82

Closed spacecabbie closed 2 years ago

spacecabbie commented 2 years ago

Is your feature request related to a problem? Please describe.

I had thought this would allow me to upload firmware.bin to my surprise there is no option for this. It actualy compiles every thing witch is nice but it would be handy to skip that and straight upload the bin file.

Renaud11232 commented 2 years ago

Hello,

This has already been asked (#58).

Sadly, I don't believe there is a way to do that using PlatformIO. The closest way to upload firmware without having to compile on the OctoPrint machine, would be to use Platform IO remote upload (#71). I have been working on adding this but at the moment there is an issue with PlatformIO and I don't have a way to fix it myself.

If you are using arduino-cli, you can already upload precompiled .hex files.

Depending on your board, the "Firmware Updater" plugin might be able to solve your issue. Here are the supported board types.

I'm closing this since it's a duplicate