Summary
To summarize what was covered in Parts 1, 2 and 3 of "Fixing a failed 3D printer controller board":
- Couldn't update the Printrboard firmware from FLIP; probably due to a locked AVR chip.
- Made note of the printer's calibration settings
- https://printrbot.zendesk.com/hc/en-us/articles/202227454-Default-Steps-Per-Millimeter
- https://printrbot.zendesk.com/hc/en-us/articles/202714930-Default-Build-Dimensions-and-Sensor-Offset
- Downloaded the latest printer firmware hex file from the Printrbot support page
- Got an AVR programmer:
- Built it:
- Downloaded Windows drivers to a laptop and connected to the AVR programmer:
- Downloaded 'avrdude' and connected to the Printrboard
- Re-programmed the Printrboard's AVR fuses for the CDC bootloader
- Downloaded the CDC bootloader, programmed the flash's boot section and application section
- Updated the printer's calibration settings in EEPROM
- Happy printing!
What do you mean by TLDR?
ReplyDeleteJust providing a summary for those who found parts 1,2, and 3 to be too much in depth
ReplyDelete(i.e., TLDR- Too Long, Didn't Read)