Renaud11232 / OctoPrint-Marlin-Flasher

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

IMG file #58

Closed tj51 closed 3 years ago

tj51 commented 3 years ago

can you please add a option to load a img file to the printer to your program, thank you, Tj

Renaud11232 commented 3 years ago

I'm cleaning up issues.

If you are using arduino-cli, you should already be able to upload .hex files.

If you are using PlatformIO, there is no way of directly using a bin file the same way arduino-cli does. I don't believe PlatformIO provides a way to do this

However, I will look if adding #71 is possible which will probably help solve this issue.