Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhjschulz/3d-triforce
A Triforce made with OpenSCAD for 3D-printing
https://github.com/nhjschulz/3d-triforce
Last synced: about 1 month ago
JSON representation
A Triforce made with OpenSCAD for 3D-printing
- Host: GitHub
- URL: https://github.com/nhjschulz/3d-triforce
- Owner: nhjschulz
- License: mit
- Created: 2019-01-21T17:36:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T18:59:24.000Z (almost 6 years ago)
- Last Synced: 2024-10-25T20:26:48.033Z (3 months ago)
- Language: OpenSCAD
- Size: 285 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3D-Triforce
A mathematical correct tetrahedron Triforce made with OpenSCAD for 3D-printing
![Printed 3D-Triforce Structure](/docs/triforce_printed.jpg "Printed 3D-Triforce Structure")
The used OpenSCAD version was 2015.03-2.
## Parameters
The script uses the following parameters add its beginning to modify the model.
Dimensions are in millimeter.| Parameter | Default | Description |
| --------------|---------| -----------------------------------------------------|
| edge_length | 100.0 | The length of a tetrahedron edge. |
| frame_width | 5.0 | The length for a frame edge |
| frame_standout| 5.0 | How much the edge is "extruded" out of the tri-force.|The default parameters provide this model with a small frame to give it a
3D-look:![Default settings with frame ](/docs/triforce_frame_10cm.png "10cm wide with 3D-frame")
Setting frame_standout to 0.0 gives a plain triforce where the frame only joins the
tetrahedrons together:![STL result without frame standout](/docs/triforce_plain_10cm.png "10cm wide without 3D-frame")
Playing with frame_standout can create other interesting 3D-Models. Here is an example
with a huge frame_standout value of 36.0 mm:![STL result without frame standout](/docs/triforce_frame36_10cm.png "10cm wide with a large frame")
## Printing RecommendationsPrint with supports enabled. My recommended Cura slicer settings are
* Support Placement: Everywhere
* Support Overhang Angle: 50
* Support Pattern: Concentric
Setting the "Outer Wall Line Count" to 5 creates more sturdiness and prevents
the infill from shining through.