helios 3dp intro and design workshop

51
Intro to and Designing for 3D Printing Alex Ruaux | [email protected] | @molecularcode | #3dprinting

Upload: molecularcode-web-design

Post on 05-Sep-2014

312 views

Category:

Technology


3 download

DESCRIPTION

Introduction to 3D Printing technology and designing with TinkerCAD.

TRANSCRIPT

Page 1: Helios 3DP Intro and Design Workshop

Intro to and Designing for 3D Printing

Alex Ruaux | [email protected] | @molecularcode | #3dprinting

Page 2: Helios 3DP Intro and Design Workshop

What is 3D printing?

Alex Ruaux | [email protected] | @molecularcode | #3dprinting

Page 3: Helios 3DP Intro and Design Workshop

Additive process

Page 4: Helios 3DP Intro and Design Workshop
Page 5: Helios 3DP Intro and Design Workshop
Page 6: Helios 3DP Intro and Design Workshop
Page 7: Helios 3DP Intro and Design Workshop
Page 8: Helios 3DP Intro and Design Workshop
Page 9: Helios 3DP Intro and Design Workshop

Types of 3D Printing

Alex Ruaux | [email protected] | @molecularcode | #3dprinting

Page 10: Helios 3DP Intro and Design Workshop

3 main types:

Extrusion Deposition

Granular materials binding

Polymerization by light

Page 11: Helios 3DP Intro and Design Workshop

Extrusion Deposition:

FDM - Fused Deposition ModelingFFF - Fused Filament Fabrication

Solid Materials:themoplastics, rubbers, clay, silicone

Page 12: Helios 3DP Intro and Design Workshop
Page 13: Helios 3DP Intro and Design Workshop
Page 14: Helios 3DP Intro and Design Workshop

Granular Materials Binding:

Selective Laser Sintering (SLS)Direct Metal Laser Sintering

(DMLS)

Powdered Materials:metals, thermoplastics, ceramics

Page 15: Helios 3DP Intro and Design Workshop

Alex Ruaux | [email protected] | @molecularcode | #3dprinting

Page 16: Helios 3DP Intro and Design Workshop

Photopolymerization:

Digital Light Processing (DLP)Stereolithography (SLA)

Liquid Materials:photopolymer resins

Page 17: Helios 3DP Intro and Design Workshop
Page 18: Helios 3DP Intro and Design Workshop

Form 1 printer

Page 19: Helios 3DP Intro and Design Workshop

How do I Print Something?

Alex Ruaux | [email protected] | @molecularcode | #3dprinting

Page 20: Helios 3DP Intro and Design Workshop

digital file of the 3D model (.stl)

software program to ‘slice’ the

model

software program to talk to the printer

Page 21: Helios 3DP Intro and Design Workshop

But Where Do I Get The Models?

Page 22: Helios 3DP Intro and Design Workshop

model your own

traditional CAD (computer aided design)

parametric design (writing code)

Page 23: Helios 3DP Intro and Design Workshop
Page 24: Helios 3DP Intro and Design Workshop

2D logo openSCAD toextrude vertically

MeshLab to position andmerge 2 .stl files

Page 25: Helios 3DP Intro and Design Workshop

3D scanning

Page 26: Helios 3DP Intro and Design Workshop
Page 27: Helios 3DP Intro and Design Workshop

reconstruct from photos

Autodesk 123D Catch

Page 28: Helios 3DP Intro and Design Workshop

online repository

www.thingiverse.com

Page 29: Helios 3DP Intro and Design Workshop
Page 30: Helios 3DP Intro and Design Workshop
Page 31: Helios 3DP Intro and Design Workshop

;Sliced D:\Downloads\Button.stl at: Fri 16 Nov 2012 22:22:17;Basic settings: Layer height: 0.2 Walls: 1 Fill: 70;Print time: 0:12;Filament used: 0.67m 5.75g;Filament cost: UnknownG21 ;metric valuesG90 ;absolute positioningM107 ;start with the fan offG28 X0 Y0 ;move X/Y to min endstopsG28 Z0 ;move Z to min endstopsG92 X0 Y0 Z0 E0 ;reset software position to front/left/z=0.0G92 E0 ;zero the extruded lengthG92 E0 ;zero the extruded length again;G1 X100 Y100 F9000G1 F9000;LAYER:0;TYPE:SKIRTG1 X74.484 Y100.0 Z0.2 F9000.0G1 X75.028 Y105.148 Z0.2 F1200.0 E2.0789G1 X76.424 Y109.749 E2.1522G1 X78.784 Y114.171 E2.2286

gcode

Page 32: Helios 3DP Intro and Design Workshop
Page 33: Helios 3DP Intro and Design Workshop
Page 34: Helios 3DP Intro and Design Workshop

Montréal 3D PrintingMonday 12th May,

6.30pmLaboratoire de recherches en robotique

des Arts Visuels et Médiatiques de l’U.Q.À.M.

J-5290 405, rue Sainte-Catherine Est, Pavillon Judith-Jasmin, H2L 2C4

and every 2nd Thursday at varying locations

www.meetup.com/Impression-3D-Montreal-3D-Printing

Alex Ruaux | [email protected] | @molecularcode | #3dprinting

Page 35: Helios 3DP Intro and Design Workshop

Alex Ruaux | [email protected] | @molecularcode | #3dprinting

Signup for a free accountwww.tinkercad.com

Shortcutshttp://blog.tinkercad.com/keyboard-shortcuts/

Page 36: Helios 3DP Intro and Design Workshop
Page 37: Helios 3DP Intro and Design Workshop
Page 38: Helios 3DP Intro and Design Workshop
Page 39: Helios 3DP Intro and Design Workshop
Page 40: Helios 3DP Intro and Design Workshop

Considerations When Designing for

3DP

Alex Ruaux | [email protected] | @molecularcode | #3dprinting

Page 41: Helios 3DP Intro and Design Workshop

Considerations When Designing for 3DP

Gravity - 45°

Page 42: Helios 3DP Intro and Design Workshop
Page 43: Helios 3DP Intro and Design Workshop

Considerations When Designing for 3DP

Support Material?

Page 44: Helios 3DP Intro and Design Workshop
Page 45: Helios 3DP Intro and Design Workshop

Considerations When Designing for 3DP

Objects must be closed

This is not really a concern with TinkerCAD, because all the shapes you’re working with

are already closed i.e. all the faces are surfaces.

Page 46: Helios 3DP Intro and Design Workshop

Expanding on TinkerCAD

Alex Ruaux | [email protected] | @molecularcode | #3dprinting

Page 47: Helios 3DP Intro and Design Workshop

Importing and Modifying .stl Models

Page 48: Helios 3DP Intro and Design Workshop

Importing and Modifying .stl Models

Page 49: Helios 3DP Intro and Design Workshop

Extruding 2D Images into 3D Models

Page 50: Helios 3DP Intro and Design Workshop

Extruding 2D Images into 3D Modelshttp://anthonygraglia.com/category/3d-printing/

Page 51: Helios 3DP Intro and Design Workshop

10am – 4pmCentre Greene, Westmountwww.makerfairemontreal.ca