Over the last month or so I've been working on a method to increase
production of my Makerbot 170. Making 608 idler pulleys is pretty
time consuming for such a small part and there are a lot of pieces to
print if I want to rep-strap a Mendel. A conveyor belt that pops
parts out the back would be ideal, but this is a ways off. My
solution is to stack parts on top of each other. It turns out that
you can effectively separate two parts using a little over 1mm between
them such that they can be pulled apart by hand. Of course parts that
won't sit on each other won't stack. In between the parts I add a
layer much like the raft interface which I'm calling a "float" for
lack of a better term (for the time being I map out this layer in a
spreadsheet and write it out to text file).
After some experimentation I've automated the process of converting a
skeinforge produced gcode into a stack. The Perl script is called
MakeNBreak.pl and is documented over at the wiki:
http://wiki.makerbot.com/makenbreak
As I say several times this is really just a first step and I'm
surprised that it seems to work as well as it does.
So far I've managed to take the 608 production code and create a code
to make 7 at a time. This cuts about 3 minutes off the build time for
the raft and decreases failures due to warping. As far as I can tell
they're the same as individually printed parts, and a couple days ago
I sent the gcode and instructions over to the makerbot guys. I've
also managed to make a stack of 3 frame vertex. I figure you can do 6,
but it's taking between 3 and 4 hours to do 3. Also, I tried to print
whistles, but my skeinforge settings aren't airtight apparently so
they didn't work. I'd also like to try the makerbot coin or a
derivative. You could probably print a mess of those at once.
Try it out and give me some feedback.
Ryan