Book Image

Simplifying 3D Printing with OpenSCAD

By : Colin Dow
5 (1)
Book Image

Simplifying 3D Printing with OpenSCAD

5 (1)
By: Colin Dow

Overview of this book

Want to bring your 3D designs to life with OpenSCAD, but don’t know where to start? Simplifying 3D Printing with OpenSCAD will teach you the key skills so that you can focus on your ideas, not troubleshooting your 3D printer. With the help of this book, you’ll build a solid foundation in 3D printing technology, the software used for designing your objects, and an analysis of the G-code produced by the 3D printer slicer software. You’ll also get to know your 3D printer and find out how to set up a printing job effortlessly — from configuring the parameters to build well-defined designs. Consider yourself a practical learner? Use real-world examples such as designing and printing a 3D name badge, model rocket, and laptop stand, to dive into the world of 3D printers build your skillset. By the end of this 3D printing book, you'll be ready to start designing and printing your own 3D printed products using OpenSCAD and being your ideas into reality.
Table of Contents (16 chapters)
1
Part 1: Exploring 3D Printing
5
Part 2: Learning OpenSCAD
9
Part 3: Projects
13
Part 4: The Future

3D printed homes

Fused Deposition Modeling (FDM) printing is a simple method to conceptualize when it comes to 3D printing. It is easy to picture a print head moving in the x, y, and z directions, depositing material in layers. For the examples used in this book, the material was melted plastic that cooled into a solid soon after leaving the print head. The right combination of temperature to melt the plastic, the speed at which to extrude the melted plastic, the temperature of the print bed, and the speed at which to move the print head and bed make FDM printing possible.

It's not hard to imagine that to print larger objects, a bigger printer is required. To print an object the size of a house would require something like what we see in Figure 10.1:

Figure 10.1 – Large 3D printer printing a house

Instead of extruding plastic, the printer in Figure 10.1 extrudes concrete and builds the frame of a house one layer at a time. Space is left for the...