Posts Tagged ‘design trick’

How to Make a Printing Plate

Printing plates for Mr. Maker by ErikJDurwoodII

Printing plates for Mr. Maker by ErikJDurwoodII

Yesterday I spent some time organizing the parts in the MakerBot mascot entry “Mr. Maker” by ErikJDurwoodII into printing plates.  Afterward, Erik asked how I did this.  While I had posted some tips on creating printing plates earlier, I didn’t really give a decent step-by-step guide.  I like using OpenSCAD to orient the parts, but I’m sure there are other ways.  Here’s my process:

  1. Orient.  Make sure all STL parts are centered and flat on the build surface.
    1. The easiest way to ensure this is to open the STL in ReplicatorG, click “Move” in the bottom right corner, then “Center” in the right panel.  Matt demonstrates how to do this in MakerBot TV episode one @ 2:56.
  2. Sort.  Sort all STL’s by the number of times each part needs to be printed.  I like to put them into folders labeled “1″, “2″, “3″, etc.
  3. Make a Plate.  I use a simple OpenSCAD command to create a transparent representation of the build area.  I like to use an 80×80 mm square so that I can be sure everything is going to fit.  Here’s the command I used:
    1. % cube([80,80,0.01],true);
  4. Practice Moving/Spinning.  Using just the OpenSCAD translate and rotate commands, you’ll be able to move, spin, and place any part.
  5. Plan for Multiples.  Looking at all of the parts that need to printed multiple times, see if you can place them together so that printing a single plate more than once will give you the proper number of parts.
  6. Biggest Parts.  The largest parts that can’t be included with other large parts will essentially determine the number of printing plates you need.  Place each large part onto it’s own plate.
  7. Medium Parts.  Once you have a general idea of the number of plates you need, as determined by the biggest pieces that can’t be combined with other parts, try to fit the medium pieces in and around other parts.  If you can’t fit them around the large pieces, you’ll need to create a plate of medium parts.
  8. Small Parts.  The smallest parts can be sprinkled in and around all the large and medium parts.
  9. Pro Tips:
    1. If you have a part that needs to be printed an odd number of times, consider putting a single occurrence of this same part into a plate that needs to be printed only once.
    2. Sometimes it helps to have extra parts, so printing an even number of a piece that you need an odd number of isn’t actually very wasteful.
    3. Consider mirror-flipping a part if it won’t fit.  Some parts won’t fit onto a plate unless they’re flipped, but are just as functional either way.
    4. Consider printing small parts multiple times if you can fit an extra instance onto a plate.  Small parts can rip off the build platform, get deformed, break, or get lost.  Printing an extra small part along with larger parts doesn’t add that much time or plastic and will probably save you a lot more time down the road.
    5. Save yourself some heartache and make sure you use a Stepper based extruder that will allow you print without a mess of strings between all the parts.
    6. Always include the individual STL’s for parts even if you’re uploading printing plates.  Sometimes people just need to print or reprint one little piece and it can be a real pain to carve one out of a printing plate.
  10. Rock Star Tips:
    1. Some parts such as complex gears or external pieces can better benefit from high resolution, slower printing, or different infill ratios than other simple or internal pieces.  Consider organizing the parts so that certain pieces that need similar resolution/speed/infill ratios are printed together.  Thanks to Bobbens for including this tip in his Mini servo gripper plate.
    2. How about creating the entire GCode setup for printing everything using an Automated Build Platform?
    3. If you’ve got a MK7 Dual Extruder setup with soluble support material, you could stack parts on top of one another.  This means you could turn a multipart print into one single long print task, print everything as one big chunk of plastic, drop the result in water, let the PVA dissolve, and pull out all of your parts.

Do you use production or printing plates?  What program do you use to make them?  What additional tips do you have?

Tagged with , , , , , , , One comment
 

Colorbroken’s 120 Film Advance Crank

120 Film Advance Crank - now with a solid-ish core!

colorbroken's Film Advance Crank

Colorbroken on Thingiverse just uploaded a 120 Film Advance Crank.  Replacement cranks and knobs are nothing new to Thingiverse.  Replacement cranks and knobs are probably the first repair people think of when looking at a MakerBot.  They’re easy to model, small enough to print without too many problems, and relatively easy to print.

What makes this particular knob special is how colorbroken designed it.  A typical knob design would include a thin cylinder sitting atop a flat… knobby bit.  Using Skeinforge, you would then set the desired fill ratio of plastic.  However, there are different benefits to different fill ratios. 1  The problem with a heavy fill is that the part uses more plastic, takes longer to print, and is heavier – the upside being it will be a more sturdy part.  The problem with a low fill is the part is more sparse and potentially weaker2 , but it prints much quicker and conserves plastic.

But what if you need one area of the part to print quickly and another area of the part to be extra sturdy?

Well, colorbroken thought of an interesting way around this problem.  By putting a hollow core inside the axle for the knob, the MakerBot printed a thick ring inside the axle.  The end result is the knob is whatever fill he specified, but the axle has a thick sturdy hard core running all the way through it providing additional strength and durability.  I love this design tip for its simplicity and effectiveness.

Thanks for the idea colorbroken!

  1. Fill ratios aren’t rocket science.  I use 20% fill on all of parts unless I absolutely have to change that setting. []
  2. Although, I’ve printed amazingly sturdy parts using a fill as low as 10%.  It’s really a testament to the strength of ABS. []
Tagged with , , , , , , , , One comment