Blender is a popular open source 3D modeling software that you have probably been exposed to if you've watched any sci-fi content produced in the 21st century or if you've played .
Long story short, Blender is rich in modeling features and plugins which makes it a powerful tool for modeling and this note aims to provide some tips on how to leverage the tool for 3D printing.
####Units and Dimensions
The most important thing, when it comes to 3D printing, is understand the size of the thing you are printing. To do so, you need to adjust the units of measurement in Blender. In the example below, I will configure the units so that we work with millimeters:
- open the units in the right sidebar by
scene > units - set the unit system to metric system
- set the length to millimeters for precision measurements
- set the unit scale to
0.001
You'll also have to adjust the view so that the grids represent 1 millimeter squared:
- open the
overlaysmenu - set the scale to
0.001for the Grids under the Guides section
Once you have configured the above, you can confirm the changes by pressing n and reviewing the dimensions of the default cube:
x = 2mmy = 2mmz = 2mm
####Exporting
Most 3D printers support the .stl extension. To export your Blender model to .stl, you'll have to:
- click on
filein the menu bar on the top left corner - click on the
exportdropdown - select
STL (.stl)
Once you have your file, you can send it over to the printer.