3D Design Toolflows

Having bought my Printrbot and printed some previously made models using the instructions from the Quickstart Guide, I would now like to explore the toolflow a little bit so that I can do things like resize models or even design new models myself.

The printrbot wiki breaks down the design process into several steps: CAD (Designing), CAM (Slicing), CAM (Previewing), and CAM (Printing). These seem logical to me so I will do that too.

CAD (Designing)

I have tried several CAD tools for 3D modeling: AutoCAD, Blender, OpenSCAD, Sketchup and Netfab. Netfab and Sketchup seem really great but the evaluation versions limit access to geometric transformations like combining or differencing models. The cost to purchase expanded versions starts pushing into the cost of purchasing a student license of a more powerful professional class modeling tool. That said, Netfab seems really great for fixing models which throw “model is not manifold” type errors or for performing scaling. Blender looks nice but coming from a mechanical design background I found it’s interface non-intuitive.

AutoCAD

AutoCAD is a professional class design tool that is massive overkill for hobbyist use so I have sought out similar alternatives. The powerful features allow accurate modeling and fast rendering to allow a combination of strict mechanical accuracy while providing facilities for snapping to edges and centers to accelerate assembly of sub-parts without resorting to mathematical calculation. I have been looking at Solidworks and RHINO as alternatives with similar benefits without the enormous (complex) feature sets that are not necessarily useful to a typical 3d printing enthusiast (and of course lower cost). My University provides access to Solidworks licenses so I will update this post if I find it a good alternative.

OpenSCAD

OpenSCAD is a script-based modeler. I enjoy the “programming” nature of OpenSCAD as it allows high precision when forming geometrical models. Creating accurate mechanical descriptions is simple and parametric features facilitate flexible resizing and customization. STL files can be exported and sent off for slicing.

There are some drawbacks to OpenSCAD. First, it’s rendering engine is super slow and I’ve had trouble when importing large meshes, rendering even medium size meshes can take tens of minutes, and I’ve also observed crashing when exporting STL files. Second the precise numerical description and slow rendering feedback makes this tool a poor choice for “free-hand” assembly of imported meshes for “artistic” effect.

CAM (Slicing)

I have only tried one tool for slicing: slic3r. I have tried two different versions though because Pronterface and Repetier-host ship with versions 0.5.3 and 0.9.4, respectively. I think that slic3r 0.94 is a large improvement. I really like how it separates the configurations for the printer and filament from the slicing parameters (speeds, shells, fills). A great resource for learning about these parameters and beginning to tune a printer has been provided by “Rich” here. In particular I found the newer versions of slicer improved my models with substantial overhangs.

The other popular tool is skeinforge. I don’t know much about it because I’d heard that the number of configurations is more than a beginner to 3D printing may want to learn at first. Maybe I will revisit this if I see issues in the future.

CAM (Previewing, Printing)

I’ve tried several graphical interface tools for previewing and controlling the printer on both Mac and Windows: Repetier-Host and PrintRun’s Pronterface.

Repetier-Host

Repetier-Host is my favorite slicing and printing interface software that I have tried. The Mac version of Repetier-Host ships with a more recent version of slic3r than PrintRun and I have discussed the advantages of the newer version above. The actual user interface is less intuitive than PrintRun and I wish the authors of Repetier-Host would take some design cues from them. The USB drivers used by Repetier-Host on my Mac have been very reliable.

Pronterface

I’ve also used PrintRun’s Pronterface and I’m very happy with it. The simple manual control and home finding interfaces make calibrating the end stops really easy. I initially chose it because that was recommended by the PrintrBot Getting Started guide. I had issues with the Mac version not using a good USB serial driver and had to switch to running the Windows version in a VMWare VM: that worked great. I would definitely recommend it at first but still prefer Repetier-Host.

The other commonly used tool is ReplicatorG. I don’t know much about it other than most people who use it slice with Skeinforge.

Conclusion

This printer is the funnest but figuring out which tools to use is not very fun so I hope that my experiences will help save you time in choosing. Modeling has not been a priority for me but I’m very hopeful that Solidworks will meet my expectations. Slic3r seems to be getting better with time and I hope to stick with it because of it’s relatively simple configuration interface. Repetier-Host is probably the way to go for printer control but it has limitations. You may notice that I’ve left firmware choices completely out of this discussion, that’s because I’ve been so overwhelmed by the other choices that I haven’t even gotten there yet. The choice of firmware can greatly affect output quality and speed but the default shipped with my PrintrBot — Marlin — seems pretty good. This whole space seems to be rapidly evolving so I’m sure I need to keep looking out for what’s on the horizon.

Links

This entry was posted in 3D Printing, Projects. Bookmark the permalink.

Leave a Reply