3D Printing Chapter 3

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:06 PM on 7/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

STL Format

  • consists of an unordered list of triangular facets representing the outside skin of an object

2
New cards

2 STL Formats

  1. binary format

  2. ASCII format

  • larger

  • human readable

X, Y, Z coordinates for the 3 vertices

unit normal vector for whats inside and outside the object

3
New cards

Tessellation

  • process of approximating original surfaces you want with tesselate (create a surface to become triangles or quads, so that there are no overlaps)

  • surfaces can be smooth or precise, faceted or crude

    • (one can never print an object smoother than the STL model)

4
New cards

Chord height

maximum distance between the original surface and the resulting polygonal mesh (triangular mesh)

  • (the smaller the chord height, the smoother the approximated surface)

5
New cards

Chord length

distance between two polygon vertices (intersection points with a surface)

6
New cards

Chord ratio height

1 - chord height/chord length

(the closer to 1 the chord height ratio, the smoother the surface)

7
New cards

STL File/Tessellation advantages

  • simple method

  • used by most CAD + AM systems

  • small and accurate files

8
New cards

STL File/Tessellation disadvantages

  • repeats information

  • geometry flaws

    • requires a “repair software”

  • slicing of large STL can take hours

9
New cards

STL File problems

  • STL files only sees the triangles, not how they connect (no topological data)

  • unreliable

  • errors can occur

    • converting complex curved surfaced into triangles is difficult

  • fixing broken stl models is difficult

10
New cards

Common STL errors

goalies dont own no man

  • gaps in STL file

  • degenerative facet

    • (when a triangle is collapsed)

    • colinear

  • overlapping facets

    • due to rounding errors

  • non-manifold conditions

    • where 4 facets share a common edge

    • one edge shares 2 facets only

11
New cards

Non-Manifold Edges

When more then two facets are connected to the same edge

12
New cards

Valid Tessellated Model

  • valid when there are no errors or abnormalities

  • sliced into 2D layers and converted into 1D scan lines

  • the scan lines act as on/off points for the laser beam controller

13
New cards

Invalid Tessellated Model

  • gap error?

    • system has no way of knowing its boundaries on a particular slide

  • must repair first before building

    • done by generating ‘suitable’ triangular surfaces that fill the gap

14
New cards

STL format then vs. now

them

  • single material

  • homogenous shape

now

  • multi-material and color

  • lattice structure, random shape

  • rough and textured surface

  • microstructures

  • better resolution

15
New cards

Why did we need to change STL file format?

  • a growing need to support these new features

    • multi-material and color

    • lattice structure, random shape

    • rough and textured surface

    • microstructures

    • better resolution

16
New cards

AMF (additive manufacturing file) format

Official ISO/ASTM is…

  • XML-based format

    • allows any CAD software to describe the shape and composition of any 3D object to be fabricated on any printer

17
New cards

What causes missing facets or gaps to occur?

  • tessellation of surfaces with large curvatures