Canned Heat

My MakerBot is making stuff again! Yippee!

The new .5mm barrel/nozzle seems to work well so far. The only problem I had, was some serious warping on an object I tried to build. The size of the raft is 50 x 60mm, so it’s not the largest object I’ve ever built, but it’s obviously big enough to make problems.

After 3 or 4 aborted prints I dug out a project I was planning since some weeks now, but never got around to do it: A heated build platform.

After reading about successful (i.e. warp free) prints on a heated build platform, Jordan Miller built at Hive 76,  this seemed to be a solution for my problems and much easier to build than a heated build chamber (well, that’s another project I plan for weeks now…).

So, please put your hands together for the heated build platform:

IMG_4653

I had this aluminum plate lying around for a while and always thought, that it would look nice as the base of a build platform.

It’s a little too big, but since I don’t have the right tools to do a clean trim, I just leave it at its current size for the time being.

I bolted an original MakerBot acrylic build surface down to the aluminum:

IMG_4648

From the back, I drilled the same holes as on the original build platform for the bolt heads of the y stage and for the magnets.

I simply taped the magnets into the 4mm holes. Then I bolted three resistors (2.2 Ω, 25 W) to the plate and taped a thermistor directly on the aluminum.

IMG_4647

The resistors are placed around the y stage, so the built platform still fits into the MarkerBot. However, the front and back resistor are blocking the maximum/minimum movement of the y stage. I’ll have to find a way to rearrange them on the plate so they don’t block the stage’s movements. Don’t be afraid, I already have an idea… :)

I did a first test of the heater and used a spare extruder controller v2.2 to drive the resistors and to read out the thermistor:

IMG_4645

Although it took about 10 minutes to reach the target temperature of 60°C, the test was quite successful. Thanks to the 5mm aliminum base, the build platform nicely heats up very uniformly.

This left me with the problem how to drive the heated build platform inside the MakerBot.

Fortunately, MakerBot Industries was so kind to include three MOSFETs and some spare I/O pins on the Extruder Controller v2.2. So I use one of the MOSFETs (A+A-) to drive the build platform heater. Then, I made a small circuit/connector dongle…

IMG_4424

… and use this to connect the thermistor to one of the Arduino’s unused analog pins (A6):

IMG_4654

On the hardware side, the only thing missing is an ingenious connector for the 4 wires from the extruder controller to the build platform. Right now, I use an insulation screw joint (luster terminal) for the connection. But this means loosen 4 screws each time I want to remove the build platform more than 15 cm from the MakerBot.

I dream of a connector like the MagSafe connector on my MacBook Pro, build right into the y stage/build platform. But that’s another project…

On the software side, the extruder controller firmware needed some work in order to handle the additional heater element/thermistor.

These changes were easy enough, since only the extruder controller firmware need to be changed. The motherboard firmware can stay untouched.

I implemented the second heater section in a way, that it’s automatically initialized with a target temperature of 60° C. So whenever I switch on the MakerBot, the build platform starts warming up and hold the target temperature until the whole system is switched off.

Since it takes a while to heat up the build platform (around 10 minutes), it’s ok to start early with the warm up cycle.

Of course, it would be nice to have control over the built platform temperature without the need to upload a new firmware version each time. I already implemented all needed functions to read the current temperature and set the target temperature thru Replicator G. But this needs changes in Replicator G (including the UI). I’ll do that as soon as possible.

Finally: Does it work?

Yes!

It’s amazing to see large rafts staying down on the build surface, as if it were the most normal thing on earth.

Here are two parts I printed today. Guess which one I printed before having a heated build platform and which one after…

IMG_4656

IMG_4666

18 comments

  1. Man, this is awesome, I’m going to build heated bed tonight for my repman (about 16x16cm :-P or maybe full 20cm size) and test it tomorow on printing monome faceplate (140x140x3mm). Why is the temperature only 60°C? Bigger temperatures arent providing any benefits?

  2. Jason Miller did some successful tests before with surface temperatures between 60 and 70°C, so I just started there.
    I don’t really know what’s the “right” temperature yet. I did several very successfuls prints (even without raft) at 60°C. I currently test to print more complex shapes without raft, maybe these tests result in a higher temperature (I don’t know yet).

    Generally, I try to keep the build temperature as low as possible. It already needs some time to heat up the platform to 60°C (about 10 minutes in my case). I guess heating it up to 80°C or even higher would need longer. I also try to put as less stress to the extruder controller electronics as possible…

    I just updated the ReplG/G3Firmware branches I’m working on today. I hope the new version will be available soon, either thru Jason’s GitHub repository (http://github.com/jmil) or maybe even in the official firmware release.

  3. I’m now curing epoxy glue in my print bed. Design is 3layered 1) 4mm plexiglass 2) resistor wire in epoxy glue + temp sensor 3) 4mm plexiglass
    :-)
    It can do 60°C in 15minutes, with 15V and 2.4A :-)

    Its 20x20cm :-)

    I’m so thrilled, i’m looking forward to print on it :-)

  4. You are heating a shape with a significant amount of surface area. Insulating the bottom would help the heat up time and reduce the overall power required.

    Good luck!

  5. You said you have an idea about how to rearrange resistors so as to not block the Y stage movement. I’m sitting here staring at a chunk of aluminum and 3 of the same resistors you used, and the only thing I can think of is to set the whole assembly on top of the original wood build platform. (From bottom up: wood platform, resistors, aluminum platform, acrylic.) This would reduce Z travel by 20mm, but restore full range of Y travel. Would you care to share your alternate layout?

Leave a Reply