Helical Extruder Gear for Printrbot with Optimized Topology |
I've used a couple different methods for stringing together open source tools to do topology optimization, but they have all required some interactive user input. Here are some previous posts demonstrating those manual methods:
- Open Source Topology Optimization for 3D Printing
- Octet Truss for Topology Optimization
- Prusa Mendel RepRap Frame Vertex Topology Optimization Using ToPy
- 3-in Tack Strip Bracket TopOpt
Here's the basic steps of the automated workflow (only in 2D so far, all files on github):
- Define a design space and boundary / load conditions in a tpd file for ToPy
- Run the optimizations. Here's a python script that defines a bunch of tpd files and cunches through the jobs using itertools and multiprocessing.
- Trace the bitmap with pstoedit and export a dxf with potrace
- Import dxf file and process in OpenSCAD
- Export stl for printing or whatever
[*update with GE gear pic*]
The 3D printed locomotive gear from GE in this article has some similar looking features to my topology optimized gears from this little study: https://www.machinedesign.com/3d-printing/what-will-3d-printing-look-2019-part-1
ReplyDelete