Just wanted to post my settings for this plugin to save others time. I took me a little bit before I found working settings by combing through multiple forums/comment sections.
- Flash Method: avrdude (Atmel AVR Family)
- AVR MCU: ATmega2560
- Path to avrdude: <Your path, you can easily find this by typing “which avrdude” when logged into your OctoPrint via SSH. If the command is not found run “sudo apt-get install avrdude” to install avrdude then re-run “which avrdude”>
- AVR Programmer Type: wiring
I left everything else default and am able to load firmware without issue.
Update:
I’ve also added some post-flash configuration
These gcodes do the following after a flash:
M502; Factory reset your printer M851 Z-2.630; Set Z Probe Offset (mine is -2.630mm, yours will likely be different) M500; Save settings M501; Load settings