Usage - Renaud11232/OctoPrint-Marlin-Flasher GitHub Wiki
Once you have everything installed and configured, you can flash your printer using arduino-cli
and/or PlatformIO-Core
.
Arduino-cli
See : Arduino Flashing
You will want to flash using this method if you usually flash your board using Arduino IDE. This works with 8-bit boards.
PlatformIO
See : PlatformIO Flashing
You will want to flash using this method if you usually flash your board using PlatformIO for Atom or Visual Studio. If you are using a 32bit board, this is your only choice. This works with 8 and 32-bit boards.