I’ve had no luck. I made several attempts.
Hi Adam,
Are there any instructions on reloading the original firmware? I don’t even know the version (Creator 1?).
The board itself looks pretty much like a MightyBoard Rev E with the Atmega1280 and mega8u…
This website appears to to provide the original firmware but does not reload it thru the boot loader but via the ISP port:
http://www.unclechucks3dprinterstuff.com/firmware%20restore.htm 14
Any info would be appreciated. Thanks,
Bill
Hi Bill,
I ordered a programmer very similar to the one you linked (except it is a native 6-wire one). Just waiting for it to arrive from China and then I will be programming right away! And I’ll be sure to post my results.
For mods, I also have an active cooling fan (same one as yours), a new filament tube holder above the extruder steppers, dual filament duster/oilers, heatsinks on extruder stepper motors, filament guide on rear of machine, glass bed with corner clips, bed adjustment thumbwheels, rounded bridge top for the upper enclosure, and reversed the power toggle switch (to make it easier to reach from the left side of the printer).
Out of interest, have you tried a dual extrusion with it? It took me a while to get the toolhead offsets to something I’m happy with (-1.19 X and 0.096 Y), but it seems like it could still be a tiny bit better. Looking for someone to share their experience with this and let me know if I’m on track with it.
Adam
Bill thank you for your investigative work on the Qidi Tech.
I received one of the programmers from Amazon today. I’m going to try the instructions on changing ISP Fuse settings tonight.
Then upgrade Sailfish.
Do I have to do the sailfish upgrade a version at a time or can I just go to the latest one?
Your recommendation should I stay with 7.6 or go all the way to 7.7?
I haven’t seen any problems with 7.7 so far and that is what is used on the Flashforge Creator Pro we have at work. Of course I don’t know what the advantage is of 7.7 over 7.6 either…
Good luck with the fuse setting. Let us know how things go!
Bill
Adam please let me know how it goes. I am going to order the programmer as well. Thank you Bill and Adam
Awesome looking set up. I did print the filament guide also, a truly wonderful thing. I have done a few dual prints but just some dual color figurines and the like. I see that #3DBenchy has a dual color torture test, which I think I will try. I will let you know if I get any results from that. Benchy is a minor obsession.
The cone looks pretty dead on, maybe just a tiny bit of shifting on the top two layers (or that could just be the photo). I have taken to clamping my glass bed (made some little stainless steel clips from old windshield wiper blades) because occasionally it would slip and produce funky print results. I would love to dampen the frame a little bit to reduce the hard jerking of the print head.
Bill
Sorry did not answer your original question: I believe you can just program whatever SF level you want. I don’t think SF needs to be incremented up. I jumped from 7.1 (via Adam’s instructions) to 7.6 directly after resetting the fuses.
Bill
Thanks for bringing the dual print up!.
My first couple of tries under SF7.7 were a disaster with the print cartridge trying to drive itself out the left side of the printer. Turns out my extruder X offset had defaulted to 399mm!!!
WARNING! IF YOU UPGRADE TO SF 7.7 DO THE NEXT TWO STEPS…
I found this page:
http://www.sailfishfirmware.com/doc/troubleshooting-common-issues.html 1
I set both X and Y offsets to ZERO (0.0mm) at the front panel using the submenu:
http://www.sailfishfirmware.com/doc/ui-utilities-menu.html#x17-470003.7.11
Dual prints are no longer trying to take the printer apart. The prints are pretty close but about a mm off between layers it looks like.
Looks like I need to do this next to tune it in:
http://www.sailfishfirmware.com/doc/tuning-dual-extruder-calibration.html 1
Bill
My report on a successful upgrade to Sailfish 7.6.
Or why can’t I just leave things alone instead of putting myself into these situations.
I tried using AVRstudio version 4-7 but was unable figure out how to get it to recognize the usbasp programmer http://www.amazon.com/gp/product/B00AX4WQ00?psc=1&redirect=true&ref_=oh_aui_detailpage_o03_s02 3 with http://www.amazon.com/gp/product/B00CW80MP6?psc=1&redirect=true&ref_=oh_aui_detailpage_o00_s00 2 10 to 6 pin adapter.
What I succeeded in doing was totally erasing the programming from the board. (@&$#)
Remember Google is your friend in times like this and I found a thread in the Google group MakerBot Operators. https://groups.google.com/forum/#!topic/makerbot/tBTVx85-hpg 5
Titled Loading firmware on a new Mightyboard Rev E.
What they do is link you to the hex files and give instructions needed to reload a blank Mightyboard just like mine was.
Using a program called AVRDude google it and a couple command prompts I was able to reload the hex files giving the board back USB functionality and then the bootloader which had the added benefit of setting the correct fuse bits. I’m not going to go in to detail on how to do It. It’s all in the MakerBot Operators thread.
I had to copy and make the hex files usable then modify and run their command lines to fit my programmer and environment.
The command line I used to load the bootloader hex file.
avrdude -p m1280 -F -P usb -c usbasp -U flash:w:bootloader/atmega1280.hex \ -U lfuse:w:0xFF:m -U hfuse:w:0xDA:m -U efuse:w:0xF4:m -U lock:w:0x0F:m
I do not recommend this procedure unless you’re your desperate and have a so called bricked board.
If you do decide to use this method I will not responsible for the results but you should read the MakerBot Operators thread closely.
Ron
Yikes! And congratulations on getting thru it Ron. Awesome recovery! Glad you are back up and running.
I will see if I can find anything about using AVR studio with these 3rd party vendor ISP programmers. The AVR studio way is obviously easier (and less heart stopping). I had just assumed, incorrectly it seems, that the 3rd party vendors would emulate an ISP programmer Atmel already makes.
(Perhaps just the command line for reprogramming the fuses with AVRDude…)
See my comment below on resetting the extruder offset in SF before doing any dual extruder prints. You will want to do that sooner than later…
Bill