How to Make a Printing Plate
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:
- Orient. Make sure all STL parts are centered and flat on the build surface.
- 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.
- 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.
- 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:
- % cube([80,80,0.01],true);
- Practice Moving/Spinning. Using just the OpenSCAD translate and rotate commands, you’ll be able to move, spin, and place any part.
- 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.
- 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.
- 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.
- Small Parts. The smallest parts can be sprinkled in and around all the large and medium parts.
- Pro Tips:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- Rock Star Tips:
- 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.
- How about creating the entire GCode setup for printing everything using an Automated Build Platform?
- 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 | design, design tip, design trick, how to, mr. maker, openscad, printing plate, tutorial | One comment |




