1
Presentation QR Code
Tool Chain Process
3D Model → Repair → Slice → G-code → G-code Host
2
Types of FDM 3D Printers
Extruder types:
3
Places to find STL files
4
Models
5
Example of ASCII (text) STL
Most simple 3d model (3-sided pyramid aka “tetrahedron”)
6
solid
facet normal 0.485071 0.840168 0.242536
outer loop
vertex -12.500000 21.650635 0.000000
vertex 0.000000 0.000000 50.000000
vertex 25.000000 0.000000 0.000000
endloop
endfacet
facet normal -0.970143 0.000000 0.242536
outer loop
vertex -12.500000 -21.650635 0.000000
vertex 0.000000 0.000000 50.000000
vertex -12.500000 21.650635 0.000000
endloop
endfacet
(continued →)
facet normal 0.485071 -0.840168 0.242536
outer loop
vertex 25.000000 0.000000 0.000000
vertex 0.000000 0.000000 50.000000
vertex -12.500000 -21.650635 0.000000
endloop
endfacet
facet normal 0.000000 0.000000 -1.000000
outer loop
vertex -12.500000 -21.650635 0.000000
vertex -12.500000 21.650635 0.000000
vertex 25.000000 0.000000 0.000000
endloop
endfacet
endsolid
Size: 825 bytes
Example of Binary (machine readable) STL
7
Comment - 80 bytes (usually text)
#
of �Triangles
3x 4-byte floating point
Vector normal (x,y,z)
For Triangle #1 in Big-endian byte order
Triangle #1, Vertex #2, XYZ
Triangle #1,
Vertex #1,
XYZ
Triangle #1, Vertex #3, XYZ
Size: 284 bytes
STL Viewers
8
STL Editors
9
Demonstrate: Voronoi and Low-Poly in MeshMixer
How to export STL file �from OpenSCAD .scad file
10
STL Repair tools
11
Slicers (produce G-code)
12
Poll: Which slicer(s) do you use?
Layer Height
13
G-code
For example:
Demonstrate: reading a real g-code file in Repetier-Host
14
Editing G-code by Hand
Purposes?
15
G-code Hosts
Normally communicates with 3d printer using Serial TTL
16
Processing
17
3D Printing Services
18
FAQ
Print won’t stick to the bed?
Print sticks too well to bed, difficult to remove?
Firmware: Operating system that tells the printer how to do what it does
19
FAQ
Drill your own nozzle?
Clean your nozzle?
Where to sell my 3d prints, how much to charge?
20
Demo: Etsy and Shapeways
Where to find help online?
21
Et Cetera
How do I see file extensions on Windows?
22
End
Made using Google Slides
Slide Theme: �“Hospital Capacity Surge Team”, SlidesGo.com
23
Presentation QR Code