Difference between revisions of "MakerBot Replicator 1 Firmware Upgrade"

From ivc wiki
Jump to navigationJump to search
Line 67: Line 67:
** Pause at Z Height, elapsed time displays during prints, minor bug fixes.
** Pause at Z Height, elapsed time displays during prints, minor bug fixes.
* [http://firmware.makerbot.com/firmware/mighty_two_old_v7.4.0.hex MakerBot Replicator 2 "Mighty Two Old" v7.4.0 firmware download]
* [http://firmware.makerbot.com/firmware/mighty_two_old_v7.4.0.hex MakerBot Replicator 2 "Mighty Two Old" v7.4.0 firmware download]
* [http://firmware.makerbot.com/firmware/mighty_two_old_rep2_v7.4.0.hex MakerBot Replicator 2 "Mighty Two Rep2" v7.4.0 firmware download]
* [http://firmware.makerbot.com/firmware/mighty_two_rep2_v7.4.0.hex MakerBot Replicator 2 "Mighty Two Rep2" v7.4.0 firmware download]
** Bugfix release for firmware 7.3. Fixes issues with Z Pause and elapsed print time.
** Bugfix release for firmware 7.3. Fixes issues with Z Pause and elapsed print time.
* [http://firmware.makerbot.com/firmware/mighty_two_old_v7.5.0.hex MakerBot Replicator 2 "Mighty Two Old" v7.5.0 firmware download]
* [http://firmware.makerbot.com/firmware/mighty_two_old_v7.5.0.hex MakerBot Replicator 2 "Mighty Two Old" v7.5.0 firmware download]
* [http://firmware.makerbot.com/firmware/mighty_two_old_rep2_v7.5.0.hex MakerBot Replicator 2 "Mighty Two Rep2" v7.5.0 firmware download]
* [http://firmware.makerbot.com/firmware/mighty_two_rep2_v7.5.0.hex MakerBot Replicator 2 "Mighty Two Rep2" v7.5.0 firmware download]
** Bugfix release for firmware 7.4. Fixes issue with Heat Hold.
** Bugfix release for firmware 7.4. Fixes issue with Heat Hold.
* [http://firmware.makerbot.com/firmware/mighty_two_old_v7.6.0.hex MakerBot Replicator 2 "Mighty Two Old" v7.6.0 firmware download]
* [http://firmware.makerbot.com/firmware/mighty_two_old_v7.6.0.hex MakerBot Replicator 2 "Mighty Two Old" v7.6.0 firmware download]
* [http://firmware.makerbot.com/firmware/mighty_two_old_rep2_v7.6.0.hex MakerBot Replicator 2 "Mighty Two Rep2" v7.6.0 firmware download]
* [http://firmware.makerbot.com/firmware/mighty_two_rep2_v7.6.0.hex MakerBot Replicator 2 "Mighty Two Rep2" v7.6.0 firmware download]
** Improves the heating of the Replicator 2X. Following the upgrade, users should reset to factory settings for the changes to take effect.
** Improves the heating of the Replicator 2X. Following the upgrade, users should reset to factory settings for the changes to take effect.



Revision as of 18:19, 27 February 2015

Updating the MakerBot Replicator 1 firmware requires a bit of patient to get right. It requires exact resetting and uploading timing for the process to start.

MakerWare

One way, and the easiest, is to update the firmware via MakerWare (as of writing 3.5.0.39). Select Device and Update Firwmare, and follow the instructions.

I couldn't get the timing right, so I decided to reverse the uploading process and do the update manual using avrdude. See the following section.

Manual avrdude

Getting the timing right is quite finicy and time consiming. Getting down to the command-line and perform the update manually can save you a bit of time and head banging.

Should work equally well on Windows and OS X, Windows 7 64-bit shown below.

  1. Open a command-line window, Start, type cmd and enter
  2. Change directory to MakerWare and avrdude, cd "\Program Files\MakerBot\MakerWare"
  3. Power on the Replicator and find the COM-port used, Start, type Device Manage and enter, under Ports find the port Makerbot firmware device manager.png
  4. Get the firmware binary by either
    1. Starting the MakerWave upload process once and failing (to get the firmware downloaded), then going to \Windows\Temp and searching for *.hex
    2. Download the firmware version from the links below
  5. Copy the firmware (*.hex) to "\Program Files\MakerBot\MakerWare"
  6. Execute the upload command, avrdude.exe -Cavrdude.conf -pm1280 -b57600 -cstk500v1 -P \\.\COM6 -Uflash:w:mighty_one_v7.5.0.hex:i -v -v
    1. Where you change COM6 to your COM-port and firmware file name to your desired one
  7. Move the keyboard and Replicator to arms reach
  8. Simultaneously press the Reset button on the back of the Replicator and the enter key on the computer to start the process
    1. Vary the time between until you see avrdude detecting and uploading the new firmware, this can take 1 to 30 tries but it will work eventually, use arrow up and enter to re-try Makerbot firmware avrdude cmd1.png Makerbot firmware avrdude cmd2.png

Firmwares

Replicator 1 Firmwares

Replicator 2 Firmwares

Replicator 2X Firmwares

Thing-O-Matic Firmwares

Note: Requires Extruder Controller firmware 3.1 or newer.