Go to homepage
25 / 31
Aug 2015

I have very little experience with firmware, but I assume that if you upgrade to twin extruders you need custom firmware? (and is it correct to assume that the e3d hot end does not require any firmware adjustments to work?)

Also, what, if I don’t sound stupid asking, is a drag chain?

I’ve had the ‘dreaded glob’ before but it’s always been to do with the bed adhesion or print settings - if you set your extrusion multiplier a little too high or your retract amount too low you’ll get globbing which may attach itself to your print, or in very extreme case turn into a doughnut around your extruder nozzle.

I don’t know what specifically I did to destroy the Ubis, what I do know is I printed long prints, hit high temperatures and tried about six different materials before it gave up. And it did really well up until the point where I wanted to disassemble and clean it, only for me to find that no amount of cleaning would fix it, and it’s not repairable in the sense that you can’t easily change a thermistor or heat cartridge.

The Printrbots run a version of the Marlin firmware which you can download through their GitHub page.

Changing anything about the machine is as simple as; opening the firmware in the Arduino IDE, changing a single digit in the configuration file, compiling, and uploading. Thankfully Printrbot have a decent guide on the process and even a software program to help with the last step. http://help.printrbot.com/Guide/How+to+Reflash+Firmware+-+Windows+PC/78

Technically using an E3D does require custom firmware, but in the simplest way possible - you literally change a single number in the configuration file to denote a different type of thermal sensor, then follow the steps aforementioned.

Oh and drag chain is the stuff that stops your machine’s wiring from catching in the Y axis belt and shredding to pieces. It’s mandatory on CNC machines, but so far I’ve only seen it on well-built Repraps and E3D’s Kickstarter printer.

Thanks for all this information. It sounds like the jot end is the first thing we would be replacing and I’m glad that it won’t be too difficult. How hard did you find it adding twin extruders?