- 3D Printing with RepRap Cookbook
- Richard Salinas
- 259字
- 2021-07-16 11:30:28
Let's print!
We began the chapter by choosing four objects from our physical world, and then we created a digital likeness of each of them. Using two programs, 123D Catch and the Autodesk 3D Print Utility, we were able to accomplish this with relative ease.
The resulting 3D models that were made of the example objects used in this book are shown in the following image:

Each of these models consists of a single watertight mesh. These models are saved as STL files, the proper file format for 3D printing. They are almost ready for printing, but one last step in the process is required.
We need to write a set of instructions for each model that tells our 3D printer how the model is to be printed. We do this using a slicer that generates G-code. G-code is a numerical control programming language that controls the automated functions of a 3D printer. The slicer generates G-code by taking the STL file of the model and slicing it up into many layers. For each of these layers, the variables set in the slicer profile are recorded. The finished G-code generated by the slicer will then instruct the extruder tool head how to move in an x, y, and z coordinate system. The 3D model will be built layer by layer.
In the next two recipes, we will become acquainted with two of the most popular slicers, Slic3r and Skeinforge. We will also run a basic print test of the models using both the slicers and then compare the results.
- 3D Printing with RepRap Cookbook
- 群體智能與數據挖掘
- 21天學通C#
- 21天學通Visual Basic
- 完全掌握AutoCAD 2008中文版:綜合篇
- 精通數據科學算法
- Machine Learning with Apache Spark Quick Start Guide
- 網站入侵與腳本攻防修煉
- Microsoft System Center Confi guration Manager
- Salesforce Advanced Administrator Certification Guide
- Effective Business Intelligence with QuickSight
- 工業機器人應用系統三維建模
- Java Deep Learning Projects
- Office 2010輕松入門
- Azure Serverless Computing Cookbook