Links

3D Printing Explained

Learn more about model optimisation, segmentation, colouring and printing images.
For detailed explanations of 3D printing at the Fab Lab, please refer to the online video tutorials:
Geometry
Optimisation
Segmentation
Colour
Textures
Templates

Basics

3D prints are fragile in nature and undergoes numerous processing stages to be strengthened for the outside world. For a successful print, it's important that submitted prints follow the outlined requirements:
  • Minimum of 2mm thickness
  • 1:4 spanning ratio
  • Submission in the form of a closed geometry
Before submitting a print, read through all the necessary information for the selected printing type.

Scale and Details

Resizing geometry/models down to an appropriate scale is essential when preparing a 3D print model. Display models are rarely produced at a 1:1 scale, and different printers will have different boundary sizes to adhere to.

Not all digital models can be 3D printed

Due to digital constraints of geometry, or physical limitations of 3D printers, taking a digital model and simply scaling it down for 3D printing will not always work.
NOTE
Understand what thicknesses are being digitally worked with by using a ruler when adapting a design for 3D printing.
E.g. Standard paper is 0.1mm, and is impossible to print successfully.

Adapt (or rebuild) a digital model

It will almost always be easier to rebuild a model for 3D printing. A properly adapted model can mean a higher quality return, and even save a lot of money in the long run.
Adapting a model could mean:
  • Simplification and/or reduction of design
  • Converting thin frames and/or columns to surface details
  • Elimination of elements
[1] Before Adaptation [2] Post Adaptation.
Note in the Above Image
Delicate balustrades eliminated, stairs and columns thickened, roof and wall details simplified.

Thickness to Span Ratio

In order to ensure weak points will be less susceptible to damage when getting handled during the post print processing phases, it's important to consider the thickness to span ratio.

Spanning beams and columns

For beams and similar long, thin structures maintain the 1:4 thickness to span ratio by inserting a supporting element at intersections.
E.g. 2mm thick beam will require a column at every 8mm length

Planar surfaces

For thin planar surfaces, consider including a ribbing designed into the underside.

Creating Closed Geometry

Geometry types

Models for 3D printing should only be composed of solids. In Rhino it's important to understand what type of geometry you are working with:
Type
Description
Point [1]
Represents a coordinate, a single location in space
Line [2]
Whether it is straight or curved, is best thought of as a collection of points. It traces a path through 3D space. A line cut in section creates a point.
Surface [3]
Surfaces have a front and a back, but no inside (thickness) so they cannot be 3D printed. Surfaces can be joined together to create a polysurface. A surface cut in section creates a line.
Solid [4]
A solid is geometry which has a volume. Multiple surfaces can be joined together to enclose a volume, which is then called a closed polysurface. If there is a hole in the surface or the surfaces do not completely enclose the volume, they do not make a solid. Closing these holes to form a solid is known as making the model watertight. A solid cut in section creates a surface.

Volume

In Rhino, geometry with a volume is known as a solid.
Surfaces cannot be 3D printed as they do not have a volume or thickness.
Objects which enclose a volume will have an inside and an outside. If you slice through a surface it will create a single line (Image 5). If you slice through a solid, it will create a closed profile (Image 6).
The easiest way to create solid models in Rhino is using the commands under the solid tools tab or the solid menu option.

Closed polysurfaces

In Rhino, joining surfaces together creates a polysurface, and if they completely enclose a volume, it creates a closed polysurface.
For the model to be 3D printable, the surfaces must be joined together into a single, closed polysurface (Image 8). To join surfaces, they must share an edge. If you are having trouble joining surfaces into a solid, it could be that some edges do not line up.
Did you Know? When you select an object in Rhino, the properties panel will tell you whether it is open or closed geometry.

Watertight models

“Watertight” is a common term used to describe closed or solid geometry. A watertight object has no holes, gaps or unjoined edges. Edges which are around an opening or not properly joined to another surface are called naked edges (Image 9). A watertight model has no naked edges. You can highlight naked edges in Rhino using the showedges > zoom command.

Connected solids

Ensure components within a model are joined before 3D printing. Components not joined together may come out as 2 separate pieces (Image 12).
Solid objects are combined using the BooleanUnion command. To boolean objects together, they must either overlap or have co-planar faces (Image 12). If the command does not work it is an indication that they may be slightly separated or not connected. In this case, move the objects closer to together and try again.
Did you Know? Use the intersect command to check whether objects are overlapping or sharing co-planar faces.

Optimization

In the following titles, the guidelines for an optimised 3D print model will be outlined.
Different 3D printing methods will require different things to be considered. This may include:
  • Cost efficiency
  • Quick turnaround of time
  • High quality finish and/or surface detailing
By considering and adapting a design to the following topics, chances of obtaining a good quality print for a reasonable cost, are maximised.

Hollowing a Model

When should I hollow my model?

Hollowing a model is essential to keep outrageous costs and material waste down.
Prints at the Maker Spaces are typically charged by material consumption, either calculated as the gram or volume (cm3). A hollowed model can at times reduce this number by up to 70%.
Models should be hollowed wherever possible, regardless of the printer type.
Some printers may require hollowed geometry to ensure a successful print.
E.g. 3D Resin Printing

2mm rule of thumb

As a rule of thumb, hollow models enough to leave a 2mm shell thickness to the final geometry. Always hollow out models when printing large, blocky components including bases and columns.
If needed, consider substantial structural components that may be required to be stronger and weightier to print successfully.
Here are some methods to hollowing out geometry.

Rhino: 'Shell' command

Hint
Effective for simple geometries, with minimal surface facets.

Rhino: 'Offset' command

Alternative Software: MeshMixer

Hint
Effective for complex geometries
MeshMixer is a free program available for download, ideal for use when working to manipulate or clean up mesh geometry.

STEP 1

Download MeshMixer and run the program on your computer.

STEP 2

In Rhino, BooleanUnion all intersecting geometry and export as a .stl file format.

STEP 3

Import the geometry into the MeshMixer work space.

STEP 4

Enter the EDIT tab and select the HOLLOW command. MeshMixer will run a default hollow setting before providing parameters for control. Ensure the OffsetDistance parameter is set to a minimum 2 mm.

STEP 5

To ensure openings are then created for excess powder to exit the hollow from, toggle the Holes per Hollow parameter, then click generate holes > update hollow to create openings. The locations of these openings will be controlled by MeshMixer.

STEP 6

Alternatively, to customise the openings, double-click left on desired points on the model surface before clicking Update Hollow.

STEP 7

Accept.

Reducing the Mesh Size

It is essential to keep file sizes to a minimum for NExT Lab to receive and process a 3D print file.
The most common reason for an inflated mesh file size will be due to the resolution of a created mesh upon conversion from a polysurface. Keep in mind that a higher resolution does not always mean a smoother surface finish, or better quality print.
The following are some ways to reduce a mesh.

Convert a polysurface to a mesh

Converting a polysurface into a mesh before exporting is recommended as this will ensure control over the size.

Reconstruct a mesh

Segmenting a Model

A single model may need to be separated into multiple parts. This may be due to:
  • The model being too big to be printed as a complete piece.
  • An uneven distribution of weight across a model making it likely to snap in susceptible places.
Hint
Refer to different templates provided for each printer to keep aware of your printable dimensions.

Segment your model

STEP 1

Create a planar surface to use as the cutting object and place them in the respective cut positions. The commands split and boolean difference will allow you to break the single object into smaller components [Image 1].

STEP 2

STEP 3

Once the components have been broken into smaller components, create the connections to allow the components to fit comfortably together. This connection joint will allow the printed objects to be assembled with little or no additional gluing [Image 2].

STEP 4

Printing Coloured Models

Different printers offer different material capabilities that we recommend users to investigate prior to selecting for a model.
While some printers offer a material colour choice for a print, others require proper file set-up to inject a print with desired colours.
Stress test analysis coloured parts printed on the HP Jet Fusion 300/500

Rhino: solid colour set up

STEP 1

Select your object, in the Properties Tab, select the Material Icon.

STEP 2

From the Use Layer Material drop down, select Use a New Material > Custom, choose the desired colour.
Your model should change colours under the render mode.

STEP 3

Export your geometry collectively as a .vrml file type, and check Save Textures before saving.

STEP 4

When the [WRL EXPORT OPTIONS] box opens, make sure to save as a Version 2.0 file and check Vertex Colours before OK.
Did you know?
Materials are assigned by default to the layer, but may be also be assigned to specific objects. The Materials Tab contains a library from which different materials may be dragged onto designated objects.

Printing Textures and Images

From the previous step, you may have noticed extra options available when selecting a new material.

STEP 1

Select your object, in the Properties Tab, select the Material Icon.

STEP 2

From the Use Layer Material drop down, select Use a New material > More Types. Rhino provides a library of textures available for instant use, that can be exported and 3D printed, OR select Use a New Material > Pictures and import your own image.

STEP 3

Both textures and an image will project at a default size onto your geometry, and may require a bit of tweaking to appear appropriately fitted. Select your object and enter the Properties Tab > Texture Mapping Icon.

STEP 4

You can select from a variety of options presented including surface mapping, box mapping...etc. The mapping method will determine how a texture will project as a surface. [*]

STEP 5

Select an appropriate mapping, and the resulting mapping toggle should aid with scaling and positioning of the texture as projected.

STEP 6

Once you have fitted your mapping, select Show Mapping to freely control the applied texture using the widget toggle.

STEP 7

We then need to export the texture as positioned on the object, to ensure the file can be correctly reopened. Enter the Material Tab and right click the correct texture before Save to File.

STEP 8

Save as a .rmtl file format.

STEP 9

Export the geometry as a .vrml file, and check Save Textures.

STEP 10

Select version 2.0 and check Vertex Normals, Texture Coordinates and Vertex Colours.

STEP 11

Ensure that both the .rmtl and .vrml files are saved in the same folder.
[*] Hint
Selecting a suitable mapping option can be intuitive depending on your geometry and how it may be positioned, but for further information explore the descriptions provided by this McNeel Article

Templates

In order to understand the size limitations of your 3D printing service, download the appropriate templates and nest your geometry within the provided boundaries before submitting.

Download 3D Printing Template file here: