Book Image

Blender 3D Printing Essentials

Book Image

Blender 3D Printing Essentials

Overview of this book

Like computing, 3D printing has been around for decades but it was expensive and was only used for making complex prototypes. Now, prices have dropped and third-party printing services such as Shapeways have become available, making the technology available to everyone.Blender is an open source modeling and animation program popular in the 3D printing community. 3D printing demands more of a modeler than animation or virtual reality. The model maker must engineer their model to work in the real world. They must keep in mind the particular needs of the materials and printers that they are planning to use to print their model. This practical guide gives Blender users all the information they need to design high-quality 3D printed objects. With a solid exploration of the 3D modeling process, design considerations for 3D printing, plus step-by-step exercises, you will soon be comfortable making 3D objects for real-world enjoyment. Starting with an overview of 3D printing, this guide moves onto to precision measurement, fixing problems in a 3D model, and how to make it light and strong enough for real-world use.You will learn how to scale, build, and detail a model for a 3D printer. You will learn to color and decorate it, as well as making parts precisely in the size you want them, so that multi-part objects fit together smoothly. You will also learn tips on saving money when you have printed your model.With the help of this guide, you will be able to complete your project and learn how to export the file so it is ready for a variety of 3D printers.
Table of Contents (12 chapters)

Using Solidify for proper wall thickness


Now it's time to work with the dragon again. It's big, and so we need to do what we can to decrease its volume and reduce the cost. To do that, we will use a modifier called Solidify. What Solidify does is make a second wall parallel to the original wall, but at an offset. It does a good job, especially on simple objects. But our dragon is pretty complex, with thick and thin parts. So, we are going to have to clean up the model after finishing the Solidify operation.

In these following steps, we will investigate the Solidify modifier, apply it, and separate the inner wall we have just created from the original outer wall:

  1. Open up the dragon file you were working on in the last chapter. Press Tab to get into Object mode. Select Layer 1 and the dragon.

  2. Rotate the view so you can see the front and side of the dragon and center the dragon within the view so you can see it well. In the Blender Properties panel, select the Modifiers button in the header.

  3. Check...