Update CR-10S firmware using Octoprint firmware updater
A short video showing how to use the Octoprint firmware updater, and the correct settings for the Cr10s. Keep in mind other printers including the CR10 require a different setup. Updating firmware is always somewhat dangerous so make sure you understand what you are doing before proceeding! A similar method should work for other printers like a cr10, ender3, etc but be sure you have the boot loader installed first, there are some tutorials online for doing this.
Theres been a lot of questions on howto get the hex file, here it is in the Arudino IDE:
Sketch menu
then go to Export Compiled Binary to get the hex file.
Heres a full video on howto configure the th3d marlin firmware, since I got a lot of requests for this:
https://www.youtube.com/watch?v=9lB21ui4nFY
CR10S from Gearbest: https://www.gearbest.com/3d-printers-3d-printer-kits/pp_796478.html?wid=21&lkid=13874394
CR10 From Gearbest: https://www.gearbest.com/3d-printers-3d-printer-kits/pp_441281.html?lkid=13874386
Octoprint firmware updater github page:
https://github.com/OctoPrint/OctoPrint-FirmwareUpdater
CR10S settings in the octoprint firmware updater:
Flash Method: avrdude
AVR MCU: ATmega2560
AVR Programmer type: wiring
Post-flash gcode:
M502; M117 Firmware flashed
AVRDude install:
Raspberry Pi
sudo apt-get update
sudo apt-get install avrdude
Ubuntu (12.04 - 14.04 - 15.04)
Information about the package needed can be found here Ubuntu avrdude package
sudo add-apt-repository ppa:pmjdebruijn/avrdude-release
sudo apt-get update
sudo apt-get install avrdude
#octoprint
#cr10
#3dprinting