Go to homepage
1 / 6
Jul 2015

Hi, first post and I’m going to start with a newbie question! I can’t seem to get my CTC printer to update. Its running 7.2, makerware says 7.5 is ready, but I’ve been trying for over an hour to get it to update. I’ve tried every combination of reset, then upload, other way round, etc. Sometimes I get a box saying my printer needs to update appearing, but it always results in a fail from conveyer message. Please help me! I feel I need the update, as my z axis keeps messing up.

  • created

    Jul '15
  • last reply

    Oct '15
  • 5

    replies

  • 2.3k

    views

  • 4

    users

Update to sailfish with rep g as makerware dosent support ctc printers and sd card slot stops working and to update them press upload then briefly wait half a second or less then click reset on the printer don’t do really fast click then reset, do it at an average pass let’s say

Thank you for your reply! I’m following the instructions for sailfish on the makerbot website, I’ve copied the new firmware url to the sailfish location, and I’m getting network unavailable or update site timed out. Any ideas what I’m doing wrong?

Are you using r28 or r30 mine didn’t work on 28 so you need the latest one

Not sure I can help too much. I’m running sailfish 7.7 I believe. It was a challenge to get working. There are some YouTube videos on this that helped me out. Maybe reference those to try and get it working. The reset procedure is a pain in the ass. But it will work eventually.

4 months later

Hi. I don’t know if your issue was resolved, but I had the same problem. It seems to be related to a rights problem when MakerWare launches avrdude.exe. The solution for me was to check the MakerWare’s service log to find what it was trying to do.

If you try to start an uprade and it fails, you’ll find in the log a json line with the parameters passed to avrdude.exe.

So what you do is launch the upgrade, wait for t to fail, open the log (Services -> Show Background Service Log) and search it for the line containing “avrdude.exe”. Something like this:

CalledProcessError: Command ‘[u’avrdude.exe’, u’-Cavrdude.conf’, ‘-pm1280’, ‘-b57600’, ‘-cstk500v1’, u’-P\\\\.\\COM15’, u’-Uflash:w:c:\\windows\\temp\\tmpdg2ud6\\mighty_one_v7.3.0.hex:i’]’ returned non-zero exit status 1

Copy this line to the notepad and clean all the json “coating”. You’ll enventually end with something like this (written in a single text line):

avrdude.exe -Cavrdude.conf -pm1280 -b57600 -cstk500v1 -P\\.\COM15 -Uflash:w:c:\\windows\\temp\\tmp9y7py4\\mighty_one_v7.3.0.hex:i

Open a command prompt with administrator rights, for Windows: Start -> Programs -> Accessories -> Command Prompt (RIGHT click) -> Run as administrator.

From the command prompt, change the directory to the MakerWare’s one (might be different in your setup):

cd "C:\Program Files\MakerBot\MakerWare\"

Now, you can type in (or just copy/paste) the avrdude.exe line you prepared earlier BUT DO NOT PRESS ENTER YET :

avrdude.exe -Cavrdude.conf -pm1280 -b57600 -cstk500v1 -P\\.\COM15 -Uflash:w:c:\\windows\\temp\\tmp9y7py4\\mighty_one_v7.3.0.hex:i

Press the reset button near the USB connector of your printer and just after releasing it, press ENTER on your keyboard.

If everything went right, you’ll see avrdude doing its magic…

For information, here are the upgrade command lines I got while upgrading my CTC Bizer:

avrdude.exe -Cavrdude.conf -pm1280 -b57600 -cstk500v1 -P\\.\COM15 -Uflash:w:c:\\windows\\temp\\tmp9y7py4\\mighty_one_v7.3.0.hex:i

avrdude.exe -Cavrdude.conf -pm1280 -b57600 -cstk500v1 -P\\.\COM15 -Uflash:w:c:\\windows\\temp\\tmp6fyfcj\\mighty_one_v7.4.0.hex:i

avrdude.exe -Cavrdude.conf -pm1280 -b57600 -cstk500v1 -P\\.\COM15 -Uflash:w:c:\\windows\\temp\\tmpyntcov\\mighty_one_v7.5.0.hex:i

PS: Some users recommend to do the firmware updates in steps from Mighty 7.2.0:

Mighty 7.3.0 -> Mighty 7.4.0 -> Mighty 7.5.0 and only then do the Sailfish jump with ReplicatorG040.

After that, do the final Sailfish updates with ReplicatorG040-Sailfish…

Hope this can help you or someone else…

Regards.

- DonJuanito -