If you have not already installed OpenSCAD please do it now!

Slides:



Advertisements
Similar presentations
3D Printing Change this title.
Advertisements

Computing at Hull David Grey, Rob Miles Department of Computer Science.
Jane Yen Carlo Séquin UC Berkeley I3D 2001 [1] M.C. Escher, His Life and Complete Graphic Work Escher Sphere Construction Kit.
C4 – Rapid Prototype Manufacture
8331 Madison Blvd, Suite 200B Madison, AL GEAR (4327) Introduction to 3D Design.
Improving Sentence Structure
3D Printer Filaments, Accessories & Chemicals. 3D printing What is 3D printing and how does it work? What are the different methods for 3D printing? What.
Rapid prototyping is a computer program that constructs three-dimensional models of work derived from a Computer Aided Design (CAD) drawing. With the use.
AutoMould Rapid Prototype.. Rapid Prototype. Rapid prototyping is the most common name given to a host of related technologies that are used to fabricate.
Introduction to Engineering and Technology Concepts Unit Eight Chapter Two – Virtual Bridge Design.
CAD3D Project. SketchUp - Project Create a new SketchUp project called InitialsXX where the XX are your first and last initial. Use the Rectangle tool.
Join the 3D Revolution.. 3D is Changing the World.
What in the SAMCRO Is 3D Printing?.
3D Printing A new frontier with Sonia Spadafora. Getting Started… 1.Download the newest version of Google SketchUp or Layout at
Change in your CAD Project File - it happens all the time in robotics.
1 POLY JET PROCESS - An effective RP Technique for Sheet Metal Works.
The 3D Printing Process General Overview Created by: JJ Johnson.
Product Design Rapid Prototyping. Rapid Prototyping is the Rapid Prototyping process of producing a 3D model very quickly and accurately from a 3D CAD.
TERMINOLOGY FDM: Fused deposition modeling, the 3D printing technology used by MakerBot Slicing: The act of turning a digital 3D model into thin layers.
MAIL MERGE Letters, Envelopes & Labels. WHAT IS IT? Handling sending the same thing to a list [maybe Christmas cards?] of people: – Envelopes – Labels.
Rapid Prototyping Designing for Rapid Prototyping © 2013 Project Lead The Way, Inc.Computer Integrated Manufacturing.
Using 3D Printers Produced By- Dave White. Head of D&T Clevedon School.
Volumize3d Volumize3d Training Lesson 10 – Slicing Printing.
3D Printing.  What is 3D printing?  General Principles  3D printing Methods  Applications  Challenges  Conclusion  Reference.
3D Printing = additive manufacturing Process of joining materials to make objects from 3D model data, usually layer upon layer, as opposed to subtractive.
Volumize3d Volumize3d Training Lesson 1 - Introduction.
Mr. Hamilton Nelsen Middle School Tech. Ed. Teacher CAD and 3D Printing Workshop.
3D PRINTERS WHAT IS 3D PRINTER? 3D printing also known as additive manufacturing (AM), refers to various processes used to synthesise.
Create E-Marketing for Your Customers Jacque Etherton Marketing Coordinator.
Preparing to Print! Some Basic Things to Check Before Printing
Designing for Rapid Prototyping
Remember, all printers are different and not created equally!
Introducing, Installing, and Upgrading Windows 7
Basics of 3D Printing.
RAPID PROTOTYPING REVISION.
Large-scale extraction, structuring and matching of data
Selective Laser Sintering
3d printing for glass casting
Rapid Prototyping Details
3D printing workshop Introduction to 3D printing
Basics of 3D Printing.
RAPID PROTOTYPING.
And Why You Should Use It In You Websites
More sentence structure stuff…
An-Najah National University – Nablus Faculty of Engineering
How it Works EP 413 Syd Ullrich October 19, 2017
Things you need to know to start 3D printing at Milwaukee Makerspace
SEMINAR REPORT ON “ 3D PRINTING” Presented By – Lina Ashok Rakhunde. EJ 6G (23) Department – Electronics & Name Telecommunication College Name – Mata Mahakali.
3D Printing Bernard Meade.
“Lesson – Installing Material Cartridge and Printing a File”
Combine to make Contract Plan Sheet files
Computer Numerical Control
3D Printing = Additive Manufacturing
After opening Slic3r you will see the Slic3r desktop.
Section 3 Programming with Turtle Graphics
3d vocabulary.
Rapid prototyping Higher product design.
Part 1 Recycling old plastic
Hi, there.
Useful phrases for business meetings
An Overview and Applications for Amateur Radio Paul Cowley W0YR
Changes to expect with SOMAH
Changes to expect with SOMAH
Rapid Manufacturing for Research
Maker Education Manipulator
HP Printer in Error State Windows 10. This problem, usually occur after your system gets new updates causing the connected device to stop the job. When.
By Christian Bravo – W4ALF Ben Von Handorf – KN4COI
Please download this presentation at go/TOT
3D Printing Video of the Creality CR-10
FDM (Fused Deposition Modeling)
Presentation transcript:

If you have not already installed OpenSCAD please do it now! http://www.openscad.org

An introduction to 3D printing

A (very) brief look at 3D printing methods. How Fused Deposition Modelling (FDM) works. Introducing OpenSCAD. Designing your first 3D object. From file to physical object – how things actually get printed. 3D printing tips and techniques. Ready-made models. Hi all, here’s a very quick run down of today.

We’re actually talking additive manufacturing to use its proper title.

And we’re only talking 1 type of 1 strand of AM! Fused Deposition Modelling is what we will be looking at today and pretty much every hobbyist level printer uses this technology.

How does FDM work? X Y Z – some printers move the bed, some move the head. The way the object is built up sets limitations on how something can be designed. You can’t print in thin air! Two main types of plastic filament – PLA and ABS. PLA, easier to work with but more brittle. Heated bed is essential, particularly for larger prints. As the object cools,

OpenSCAD Open Source All platforms Simple to use Design complex objects

You can even 3D print… A 3D printer!

(But let’s not get ahead of ourselves just yet…) OpenSCAD lets you create simple 3D geometric shapes. cube([50,50,50]); cylinder(h=30,r1=10,r2=10) sphere(30)

And then use functions to combine shapes into complex objects… rotate([45,0,0]) cube([50,50,50]); cube([50,50,50]); translate([100,0,0])

Different functions can add objects together. Or take them away. difference(){} Takes one object away from another union(){} Joins two objects together

And now it’s time for a live demo…

Once your design is finished, it needs to be ‘sliced’ for the 3D printer. Finished OpenSCAD design Design imported into slicing software. (Cura) stl file GCODE file

And now it’s your turn!

A final few words… http://www.thingiverse.com Thank you for coming today! Please leave us feedback via knowledgemakers@googlegroups.com Our next Knowledge Makers meetup will be on June 28th You can also create, share and download some amazing 3D designs on http://www.thingiverse.com