- 3D Printing Designs:Fun and Functional Projects
- Joe Larson
- 218字
- 2021-07-02 16:32:12
Summary
3D printing is cool and allows the creation of fantastic and detailed objects without needing much interaction with people after the design is done. But designing for 3D printing is a lot like designing for any other type of manufacturing. It helps to know a bit about the process involved and design with that process in mind.
Fused filament fabrication 3D printing, or FFF for short, is one of the oldest, most mature, and cheapest forms of 3D printing, so this series will focus on designing for it. It involves melting a plastic filament and drawing the object layer by layer, with each layer sitting on top of the one below it.
Designing for the most effective FFF printing means thinking about overhangs and supports and about the parts of the prints that don't have anything underneath them when they print. To avoid needing supports when printing, it can help to remember the letters Y, H, and T when designing, in order to remember to consider gradual overhangs, bridging, and orientation. In addition, it's important to remember that details should be, generally, about 2 mm thick.
Now that the mechanics of 3D printing and how they affect design have been covered, the next chapter will deal with the specific software that will be used in this series.
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Clojure Programming Cookbook
- Git Version Control Cookbook
- LabVIEW程序設計基礎與應用
- Mastering KnockoutJS
- Learning Nessus for Penetration Testing
- Training Systems Using Python Statistical Modeling
- STM8實戰
- Python Web自動化測試設計與實現
- Python一行流:像專家一樣寫代碼
- Python編程基礎教程
- HTML5 WebSocket權威指南
- Flask開發Web搜索引擎入門與實戰
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序