Book Image

3D Printing Designs: Design an SD Card Holder

By : Joe Larson
Book Image

3D Printing Designs: Design an SD Card Holder

By: Joe Larson

Overview of this book

Want to model a 3D printed prototype of an object that needs to be replaced or broken? This book will teach you how to accurately measure objects in the real world with a few basic measuring techniques and how to create an object for 3D printing around the objects measured. In this book, you'll learn to identify basic shapes from a given object, use Vernier and Digital calipers and grid paper tracing techniques to derive measurements for the objects. With the help of measurements, you'll see to model these objects using Blender, organize the parts into layers, and later combine them to create the desired object, which in this book is a 3D printable SD card holder ring that fits your finger.
Table of Contents (11 chapters)

Exporting an STL


Before they can be used in a 3D printer, 3D models created in Blender have to be changed to a file that the 3D printer can use. Blender's default file format isn't readable by 3D printers and can sometimes contain additional information that the 3D printers don't need.

Most 3D printers use a file format called STereoLithography (STL), which contains just the final shape of the object. To export a finished model to an STL for 3D printing, follow these steps:

  1. Select the model or models to be exported.

  2. From the Info panel, choose File | Export | Stl (.stl).

  3. Navigate to a chosen folder or directory.

  4. Give the file a name.

  5. Click on the Export STL button or press the Enter key:

Now, the STL file will be available to send to a 3D printer or printer service.

If multiple objects are selected, the exported STL will have the objects in the same relative orientation to each other; therefore, it's important that they don't overlap and are printable as oriented. It's often preferable to save separate...