Additive Manufacturing

Size: px
Start display at page:

Download "Additive Manufacturing"

Transcription

1 Additive Manufacturing Prof. J. Ramkumar Department of Mechanical Engineering IIT Kanpur March 28, 2018

2 Outline Introduction to Additive Manufacturing Classification of Additive Manufacturing Systems Introduction to Reverse Engineering

3 Additive Manufacturing Additive Manufacturing (AM) refers to a process by which digital 3D design data is used to build up a component in layers by depositing material. The term AM encompasses many technologies including subsets like 3D Printing, Rapid Prototyping (RP), Direct Digital Manufacturing (DDM), layered manufacturing and additive fabrication. AM application is limitless. Early use of AM in the form of Rapid Prototyping focused on preproduction visualization models. More recently, AM is being used to fabricate end-use products in aircraft, dental restorations, medical implants, automobiles, and even fashion products.

4 Additive Manufacturing contd.

5 Basic structure of additive manufacturing and its subcategories

6 Some Examples

7 Some Examples contd.

8 Some Examples contd.

9 Some Examples contd.

10 Additive vs Subtractive Manufacturing

11 Additive vs Subtractive Manufacturing contd.

12 Evolution of AM Technologies

13 Evolution of AM Technologies contd.

14 Current and Potential industries for Additive Manufacturing

15 Pros and Cons of AM

16 AM Benefits: Weight Reduction

17 AM Benefits: Complexity for Free

18 AM Benefits: Customized Medical Products

19 Future: Home Manufacturing

20 Generic AM Process

21 Generic AM Process contd.

22 Data path for additive manufacturing

23 Generation of Geometrical Layer Information on Single Layers To produce three-dimensional models by layer-oriented additive manufacturing processes, the 3D CAD solid must be mathematically split into the same layers as those produced physically by the AM machine. This process is known as slicing. There are two basic methods of doing this: 1) Triangulation, which leads to the STL format 2) Direct cutting in the CAD system, which leads to the CL (SLI) format

24 STL format STL (STereoLithography) is a file format native to the stereolithography CAD software. It is widely used for rapid prototyping, 3D printing and computer-aided manufacturing. The main purpose of the STL file format is to encode the surface geometry of a 3D object. It encodes this information using a simple concept called tessellation.

25 Tessellation Tessellation is the process of tiling a surface with one or more geometric shapes such that there are no overlaps or gaps. Tessellation can involve simple geometric shapes or very complicated (and imaginative) shapes.

26 Valid vs. Invalid Tessellated Models

27 Exploiting tessellation to encode surface geometry The basic idea is to tessellate the 2 dimensional outer surface of 3D models using tiny triangles (also called facets ) and store information about the facets in a file. For example, if you have a simple 3D cube, this can be covered by 12 triangles and 3D model of a sphere, then it can be covered by many small triangles, as shown in the image below.

28 Exploiting tessellation to encode surface geometry contd. Here is another example of a very complicated 3D shape which has been tessellated with triangles.

29 How does an STL file store information about facets? The STL file format provides two different ways of storing information about the triangular facets that tile the object surface. 1) ASCII encoding 2) The binary encoding In both formats, the following information of each triangle is stored: 1) The coordinates of the vertices. 2) The components of the unit normal vector to the triangle. The normal vector should point outwards with respect to the 3D model.

30 The ASCII STL file format The ASCII STL file starts with the mandatory line: solid < name > The file continues with information about the covering triangles. Information about the vertices and the normal vector is represented as follows: facet normal nx ny nz outer loop vertex v1x v1y v1z vertex v2x v2y v2z vertex v3x v3y v3z endloop endfacet Here, n is the normal to the triangle and v1, v2 and v3 are the vertices of the triangle. The file ends with the mandatory line: endsolid < name >

31 The binary STL file format If the tessellation involves many small triangles, the ASCII STL file can become huge. This is why a more compact binary version exists. The binary STL file starts with a 80 character header. UINT8[80] - Header UINT32 - Number of triangles The information about the triangles follow subsequently. The file simply ends after the last triangle. foreach triangle REAL32[3] - Normal vector REAL32[3] - Vertex 1 REAL32[3] - Vertex 2 REAL32[3] - Vertex 3 UINT16 - Attribute byte count end

32 Special rules for the STL format The STL specification has some special rules for tessellation and for storing information. The vertex rule: The vertex rule states that each triangle must share two vertices with its neighboring triangles.

33 Special rules for the STL format contd. The orientation rule: The orientation rule says that the orientation of the facet (i.e. which way is in the 3D object and which way is out ) must be specified in two ways. The triangle sorting rule: The triangle sorting rule recommends that the triangles appear in ascending z-value order. The all positive octant rule: The all positive octant rule says that the coordinates of the triangle vertices must all be positive.

34 Optimizing an STL file for best 3D printing performance The STL file format approximates the surface of a CAD model with triangles. The approximation is never perfect, and the facets introduce coarseness to the model. It is therefore very important to find the right balance between file size and print quality.

35 Advantages and Disadvantages of STL File Format

36 Classification of Additive Manufacturing Systems The Better way is to classify AM systems broadly by the initial form of its material, all AM Systems can be easily categorised into 1) Liquid Based 2) Solid Based 3) Powder Based

37 Classification of Additive Manufacturing Systems

38 Liquid Based Additive Manufacturing Systems Building material is in the liquid state. The following AM Systems fall into this category: 1) Stereolithography Apparatus(SLA) 2) PolyJet 3D printing 3) Multijet Printing(MJP) 4) Solid Object Ultravoilet-Laser Printer(SOUP) 5) Rapid Freeze Prototyping 1) and 4) are widely used method.

39 Solid Based Additive Manufacturing Systems Building material is in the Solid state (except powder). The solid form can include the shape in the forms of wire, rolls, laminates and pellets. The following AM Systems fall into this category: 1) Fused deposition modeling (FDM) 2) Selective Deposition Lamination (SDL) 3) Laminated Object Manufacturing (LOM) 4) Ultrasonic Consolidation

40 Powder Based Additive Manufacturing Systems Building material is Powder(grain like form). All Powder Based AM Systems employ the joining/binding method. The following AM Systems fall into this category: 1) Selective Laser Sintering(SLS) 2) ColorJet Printing(CJP) 3) Laser Engineered Net Shaping (LENS) 4) Electron Beam Melting(EBM) etc.

41 Important Technologies of AM In the next few slides, we are going to discuss these three AM technologies 1) Stereolithography Apparatus(SLA) 2) Fused deposition modeling (FDM) 3) Selective Laser Sintering(SLS)

42 Stereolithography One of the most important additive manufacturing technologies currently available. The first ever commercial RP systems were resin-based systems commonly called stereolithography or SLA. The resin is a liquid photosensitive polymer that cures or hardens Stereolithography when exposed to ultraviolet radiation. This technique involves the curing or solidification of a liquid photosensitive polymer through the use of the irradiation light source. The source supplies the energy that is needed to induce a chemical reaction (curing reaction), bonding large no of small molecules and forming a highly cross-linked polymer

43 Stereolithography contd.

44 Stereolithography contd.

45 Stereolithography contd. Facts About SLA 1) Each layer is mm to 0.50 mm thick 2) Starting materials are liquid monomers 3) Polymerization occurs on exposure to UV light produced by laser scanning beam - Scanning speeds to 2500 mm/s Part Build Time in SLA Time to complete a single layer : T i = A i vd + T d (1) where T i = time to complete layer i; A i = area of layer i; v = average scanning speed of the laser beam at the surface; D = diameter of the spot size, assumed circular; and T d = delay time between layers to reposition the worktable

46 Stereolithography contd. Time to build a part ranges from one hour for small parts of simple geometry up to several dozen hours for complex parts SLA Build Cycle Time : n l T c = T i (2) where T c = STL build cycle time; and n l = number of layers used to approximate the part i=1

47 SLA 3D Printing Product

48 Fused deposition modeling Fused Deposition Modeling (FDM), produced and developed by Stratasys, USA. FDM uses a heating chamber to liquefy polymer that is fed into the system as a filament. The filament is pushed into the chamber by a tractor wheel arrangement and it is this pushing that generates the extrusion pressure. The major strength of FDM is in the range of materials and the effective mechanical properties of resulting parts made using this technology. Parts made using FDM are amongst the strongest for any polymerbased additive manufacturing process.

49 Fused deposition modeling contd.

50 Materials for FDM The most popular material is the ABSplus material, which can be used on all current Stratasys FDM machines. Some machines also have an option for ABS blended with Polycarbonate.

51 Materials for FDM contd. Note that FDM works best with polymers that are amorphous in nature rather than the highly crystalline polymers. This is because the polymers that work best are those that are extruded in a viscous paste rather than in a lower viscosity form. As in amorphous polymers, there is no distinct melting point and the material increasingly softens and viscosity lowers with increasing temperature. The viscosity at which these amorphous polymers can be extruded under pressure is high enough that their shape will be largely maintained after extrusion, maintaining the extrusion shape and enabling them to solidify quickly and easily.

52 Limitations of FDM Sharp features or corners not possible to get; Part strength is weak perpendicular to build axis; More area in slices requires longer build times; Temperature fluctuations during production could lead to delamination

53 FDM 3D Printing Product

54 Selective Laser Sintering

55 Selective Laser Sintering contd. Layer thickness: nearly 0.1 mm thick; The part building takes place inside an enclosed chamber filled with nitrogen gas to minimize oxidation and degradation of the powdered material; The powder in the building platform is maintained at an elevated temperature just below the melting point and/or glass transition temperature of the powdered material; Infrared heaters are used to maintain an elevated temperature around the part being formed; A focused CO 2 laser beam is moved on the bed in such a way that it thermally fuses the material to form the slice cross-section; Surrounding powders remain loose and serve as support for subsequent layers.

56 Advantages vs. disadvantages of SLS Advantages 1) A distinct advantage of the SLS process is that because it is fully self-supporting 2) Parts possess high strength and stiffness 3) Good chemical resistance 4) Various finishing possibilities (e.g., metallization, stove enameling, vibratory grinding, tub coloring, bonding, powder, coating, flocking) 5) Complex parts with interior components, channels, can be built without trapping the material inside. 6) Fastest additive manufacturing process Disadvantages SLS printed parts have surface porosity. Such porosity can be sealed by applying sealant such as cyanoacrylate.

57 SLS 3D Printing Product

58 Introduction to Reverse Engineering It is the processes of extracting knowledge or design information from anything man-made and reproducing it or reproducing anything based on the extracted information. The process often involves disassembling something (a mechanical device, electronic component, computer program, or biological, chemical, or organic matter) and analyzing its components and workings in detail. Product of World War II.

59 Motivation for Reverse Engineering Interfacing: Reverse engineering can be used when a system is required to interface to another system. Military or commercial espionage: Learning about an enemy s or competitor s latest research by stealing or capturing a prototype and dismantling it. Product security analysis: To examine how a product works, what are specifications of its components, estimate costs and identify potential patent infringement. Academic/learning purposes: Reverse engineering for learning purposes may be to understand the key issues of an unsuccessful design and subsequently improve the design. Saving money: when one finds out what a piece of electronics is capable of, it can spare a user from purchase of a separate product.

60 Reverse Engineering Process Prediction What is the purpose of this product? How does it work? Observation How do you think it works? How does it meet design objectives (overall)? Disassemble How does it work? How is it made? How many parts and moving parts? Analyze Carefully examine and analyze subsystems (i.e. structural, mechanical, and electrical) and develop annotated sketches that include measurements and notes on components, system design, safety, and controls.

61 Reverse Engineering Process contd. Test Carefully reassemble the product. Operate the device and record observations about its performance in terms of functionality (operational and ergonomic) and projected durability. Documentation Inferred design goals Inferred constraints Design (functionality, form (geometry), and materials) Schematic diagrams Lists (materials, components, critical components, flaws, successes, etc.) Identify any refinements that might enhance the products usefulness. Upgrades and changes

62 Reverse Engineering Process contd.

63 Example of Reverse Engineering

64 ... Thank You

Sharif University of Technology. Session # Rapid Prototyping

Sharif University of Technology. Session # Rapid Prototyping Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # Rapid Prototyping Contents: Rapid prototyping and manufacturing RP primitives Application

More information

Rapid Prototyping Rev II

Rapid Prototyping Rev II Rapid Prototyping Rev II D R. T A R E K A. T U T U N J I R E V E R S E E N G I N E E R I N G P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N 2 0 1 5 Prototype A prototype can be defined as a model

More information

Keywords: Rapid Prototyping (RP), Fused Deposition Modeling (FDM), Geneva Mechanism.

Keywords: Rapid Prototyping (RP), Fused Deposition Modeling (FDM), Geneva Mechanism. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Prototype of Mechanisms using Fused Deposition Modelling Process Mr. Shrikant B. Gawas *, Mr.Pranit M. Patil *# Assistant Professor,

More information

April 27, :38 9in x 6in B-741 b741-ch13 FA

April 27, :38 9in x 6in B-741 b741-ch13 FA CHAPTER 13 Inkjet 3D Printing Eduardo Napadensky Objet Geometries Ltd., Israel INTRODUCTION Inkjet three-dimensional (3D) Printing is a fast, flexible and cost effective technology which enables the construction

More information

3D PRINTER USING ARDUINO 644p FIRMWARE

3D PRINTER USING ARDUINO 644p FIRMWARE International Journal of Recent Innovation in Engineering and Research Scientific Journal Impact Factor - 3.605 by SJIF e- ISSN: 2456 2084 3D PRINTER USING ARDUINO 644p FIRMWARE Samarshi Baidya 1, Manyala

More information

Chapter 2. Literature Review

Chapter 2. Literature Review Chapter 2 Literature Review This chapter reviews the different rapid prototyping processes and process planning issues involved in rapid prototyping. 2.1 Rapid Prototyping Processes Most of the rapid prototyping

More information

INNOVATIONS IN 3D PRINTING MATERIALS FOR ADDITIVE MANUFACTURING. Dr Mike J Idacavage, Amelia Davenport and Dr Neil Cramer

INNOVATIONS IN 3D PRINTING MATERIALS FOR ADDITIVE MANUFACTURING. Dr Mike J Idacavage, Amelia Davenport and Dr Neil Cramer INNOVATIONS IN 3D PRINTING MATERIALS FOR ADDITIVE MANUFACTURING Dr Mike J Idacavage, Amelia Davenport and Dr Neil Cramer Introduction Prototyping Targeted Performance Properties Improve the dimensional

More information

Analogue Processes, Additive Manufacturing and RepRap

Analogue Processes, Additive Manufacturing and RepRap Analogue Processes, Additive Manufacturing and RepRap Adrian Bowyer 9 March 2012 5 ways to make things 1. Cut 5 ways to make things 2. Bend 5 ways to make things 3. Mould 5 ways to make things 4. Add 5

More information

3D printing as an inspiring technology for challenges in 21 st century

3D printing as an inspiring technology for challenges in 21 st century 3D printing as an inspiring technology for challenges in 21 st century Marianna Zichar zichar.marianna@inf.unideb.hu/homepage University of Debrecen Faculty of Informatics HUNGARY 18.05.2017, Valencia

More information

COPYRIGHTED MATERIAL RAPID PROTOTYPING PROCESS

COPYRIGHTED MATERIAL RAPID PROTOTYPING PROCESS 2 RAPID PROTOTYPING PROCESS The objective of rapid prototyping is to quickly fabricate any complex-shaped, three-dimensional part from CAD data. Rapid prototyping is an example of an additive fabrication

More information

Figure 1

Figure 1 Figure 1 http://www.geeky-gadgets.com/wp-content/uploads/2013/11/robox-3d-printer5.jpg Table of Contents What 3D printing is... 1 How does 3D Printing work?... 1 Methods and technologies of 3D Printing...

More information

3D Printing Technologies and Materials. Klaus Gargitter

3D Printing Technologies and Materials. Klaus Gargitter 3D Printing Technologies and Materials Klaus Gargitter Agenda 3D Printing Technologies and Materials 3D printing technologies SLA /DLP CLIP/CDLP Material Jetting SLS FDM Near Future 3D Printing technologies

More information

An introduction to. the Additive Direct Digital Manufacturing (DDM) Value Chain. Terrence J. McGowan Associate Technical Fellow Boeing

An introduction to. the Additive Direct Digital Manufacturing (DDM) Value Chain. Terrence J. McGowan Associate Technical Fellow Boeing An introduction to the Additive Direct Digital Manufacturing (DDM) Value Chain Terrence J. McGowan Associate Technical Fellow Boeing Copyright 2015 2014 Boeing. All rights reserved. GPDIS_2015.ppt 1 Intro

More information

TTH 3D Printing Handbook

TTH 3D Printing Handbook A Guide to Understanding and Applying the 3D Printing Process Page 2 The technology and techniques of 3D printing and additive manufacturing have drastically changed and improved over the years. These

More information

Design, Planning, Machining, and Manufacturing Using Rapid Prototyping Technologies in Modern Engineering Md.Hira Hashimi, Md Abdul Basith

Design, Planning, Machining, and Manufacturing Using Rapid Prototyping Technologies in Modern Engineering Md.Hira Hashimi, Md Abdul Basith International Journal of Scientific Research and Management (IJSRM) Volume 5 Issue 01 Pages 5064-5074 2017 Website: www.ijsrm.in ISSN (e): 2321-3418 Design, Planning, Machining, and Manufacturing Using

More information

3D PRINTING TECHNOLOGY

3D PRINTING TECHNOLOGY ABSTRACT 3D PRINTING TECHNOLOGY Mrs. Rita S. Pimpalkar Mr. Akshay D. Gosavi Mr. Pavankumar K. Godase Mr. Nandkishor B. Gutte 3D printing is a process of making a three -dimensional solid objects from a

More information

THE EXAMPLE OF A PEN HOLDER PRODUCTION IN 3D PRINTER

THE EXAMPLE OF A PEN HOLDER PRODUCTION IN 3D PRINTER THE EXAMPLE OF A PEN HOLDER PRODUCTION IN 3D PRINTER IZZAT KASS HANNA Abstract This article describes the production of a simple shape (pen holder) by 3D printer using Fused Deposition Modelling, the features,

More information

Miniaturizing Components by Reverse Engineering and Rapid Prototyping Techniques

Miniaturizing Components by Reverse Engineering and Rapid Prototyping Techniques Miniaturizing Components by Reverse Engineering and Rapid Prototyping Techniques L. Francis Xavier 1, Dr. D. Elangovan 2, N.Subramani 3, R.Mahesh 4 Assistant Professor, Department of Mechanical Engineering,

More information

The interfacing software named PSG Slice has been developed using the. computer programming language C. Since, the software has a mouse driven

The interfacing software named PSG Slice has been developed using the. computer programming language C. Since, the software has a mouse driven CHAPTER 6 DEVELOPMENT OF SLICING MODULE FOR RAPID PROTOTYPING MACHINE 6.1 INTRODUCTION The interfacing software named PSG Slice has been developed using the computer programming language C. Since, the

More information

A Review on 3D Printing and Technologies Used For Developing 3D Models

A Review on 3D Printing and Technologies Used For Developing 3D Models A Review on 3D Printing and Technologies Used For Developing 3D Models Priyanka Takalkar 1, Prof. A. S. Patel 2 ME Scholar 1, Asst. Prof. 2, Departme nt of E & TC, MSSCET, Jalna ABSTRACT This paper presents

More information

Smart Integration of JT in Additive Manufacturing - A Use Case for 3D Printing

Smart Integration of JT in Additive Manufacturing - A Use Case for 3D Printing Smart Integration of JT in Additive Manufacturing - A Use Case for 3D Printing ProSTEP ivip Symposium 2015 May 6 th, 2015 Marco Grimm, Alexander Christ, Reiner Anderl 1 Outline 1 Motivation 2 Additive

More information

Computational Tools for 3D Printing Ariel Shamir Bernd Bickel Wojciech Matusik

Computational Tools for 3D Printing Ariel Shamir Bernd Bickel Wojciech Matusik Computational Tools for 3D Printing Ariel Shamir Bernd Bickel Wojciech Matusik About This Course Basics of 3D printing hardware and software Computation, 3D printing, interactive techniques Overview of

More information

Additive Manufacturing (AM) in a Nutshell Spring 2016 Nick Meisel

Additive Manufacturing (AM) in a Nutshell Spring 2016 Nick Meisel Additive Manufacturing (AM) in a Nutshell Spring 2016 Nick Meisel Additive vs. Subtractive Manufacturing Traditional subtractive manufacturing involves the removal of unwanted material from a block of

More information

3D Printing A Processing Approach CONTENTS

3D Printing A Processing Approach CONTENTS 3D Printing A Processing Approach 1 CONTENTS 3D Printing Workflow Digital Modeling Simple Rules for Printable Model Digital Modeling Tools Case 1 Battery Cover Case 2 Housing Case 3 Broken Edge Repair

More information

Study of RP&M and Implementation of the Software For General Part Fabrication

Study of RP&M and Implementation of the Software For General Part Fabrication Study of RP&M and Implementation of the Software For General Part Fabrication Submitted to Committee Members Dr. Kai-Hsiung Chang Dr. Bor.Z Jang Dr. Wen-Chen Hu By Qiang Yao In Partial Fulfillment of the

More information

3D Printed Droid Parts

3D Printed Droid Parts 3D Printed Droid Parts 1 8/6/13 02:45:36 PM Outline Background of 3D Printing Typical 3D Printers The 3D Printing Process 3D Printing Capabilities & Limitations Designing Parts for 3D printing Foibles

More information

A Method for Slicing CAD Models in Binary STL Format

A Method for Slicing CAD Models in Binary STL Format 6 th International Advanced Technologies Symposium (IATS 11), 16-18 May 2011, Elazığ, Turkey A Method for Slicing CAD Models in Binary STL Format O. Topçu 1, Y. Taşcıoğlu 2 and H. Ö. Ünver 3 1 TOBB University

More information

Rapid Prototyping & Manufacturing. ENGI 7962 Computer-Aided Engineering

Rapid Prototyping & Manufacturing. ENGI 7962 Computer-Aided Engineering Rapid Prototyping & Manufacturing Outline Why RP&M Technology? Basic Principles Currently Available/Developing l i Systems Directions for RP&M Research R&D Directions in Manufacturing Intelligent Manufacturing

More information

Rapid prototyping for engineers.

Rapid prototyping for engineers. Rapid prototyping for engineers carmelo.demaria@centropiaggio.unipi.it 3D world A picture says than 1000 words...... a model tells the whole story Building 3D object Building 3D object: subtractive Milling

More information

SURVEY OF RAPID PROTOTYPING TECHNOLOGY IN MECHANICAL SCALE MODELS

SURVEY OF RAPID PROTOTYPING TECHNOLOGY IN MECHANICAL SCALE MODELS SURVEY OF RAPID PROTOTYPING TECHNOLOGY IN MECHANICAL SCALE MODELS 1 NISHAN SHETTY, 2 NISCHITH SHETTY 1,2 Mechanical Engineering Department, DayanandaSagar College of Engineering, Bangalore, India Email:

More information

New product design using prototype manufacturing using CAD-CAM-CAE 3D printing and Analysis

New product design using prototype manufacturing using CAD-CAM-CAE 3D printing and Analysis New product design using prototype manufacturing using CAD-CAM-CAE 3D printing and Analysis Tapasya.Borate 1, R.S Shelake 2 1 Student, Mechanical, SVIT, Maharashtra, India 2 Professors, Mechanical, SVIT,

More information

EVALUATION OF ACCURACY AND USEFULLNES OF OPTICAL ENCODER MADE WITH 3D PRINTER

EVALUATION OF ACCURACY AND USEFULLNES OF OPTICAL ENCODER MADE WITH 3D PRINTER EVALUATION OF ACCURACY AND USEFULLNES OF OPTICAL ENCODER MADE WITH 3D PRINTER M.Sc. Eng Wiktor Harmatys, M.Sc. Eng Piotr Gąska, M.Sc. Eng Maciej Gruza, Abstract Rapid Prototyping Techniques allow to put

More information

August 29, Reverse Engineering Equipment:

August 29, Reverse Engineering Equipment: August 29, 2008 At WCU in the ET Program, course content is brought to life through collaborative projects at our Center for Rapid Product Realization where students come into contact with industry leading

More information

3D Printing. Kenny George

3D Printing. Kenny George 3D Printing Kenny George What is 3D printing 3D printing is form or rapid prototyping that allows for one off manufacturing of physical objects. There are many types of 3D printing applications: SLS -

More information

Computer Aided Engineering Applications 3. Advanced Manufacturing 3.5 NC programming 3.6 Automated Manufacturing systems 3.7 Rapid prototyping

Computer Aided Engineering Applications 3. Advanced Manufacturing 3.5 NC programming 3.6 Automated Manufacturing systems 3.7 Rapid prototyping Computer Aided Engineering Applications 3. Advanced Manufacturing 3.5 NC programming 3.6 Automated Manufacturing systems 3.7 Rapid prototyping Engi 6928 - Fall 2014 3.5 Part programming Structure of an

More information

Additive Manufacturing Module 2

Additive Manufacturing Module 2 Additive Manufacturing Module 2 Spring 2015 Wenchao Zhou zhouw@uark.edu (479) 575-7250 The Department of Mechanical Engineering University of Arkansas, Fayetteville Energy Additive: reducing material interface

More information

Maximizing your 3D Printing Workflow

Maximizing your 3D Printing Workflow Maximizing your 3D Printing Workflow Integration of Solid Edge & 3YOURMIND The Solid Edge-3YOURMIND print service portal provides an end-to-end additive manufacturing solution (AM) for product development.

More information

ScienceDirect. Reverse Engineering of Parts with Optical Scanning and Additive Manufacturing

ScienceDirect. Reverse Engineering of Parts with Optical Scanning and Additive Manufacturing Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 69 (2014 ) 795 803 24th DAAAM International Symposium on Intelligent Manufacturing and Automation, 2013 Reverse Engineering

More information

Design for Manufacture

Design for Manufacture ME170 CAD Design for Manufacture Instructor: Mike L. Philpott mphilpot@illinois.edu Part A - Introduction to Sheet Metal, Injection Molding of Plastics, and Rapid Prototyping Design for Manufacture (DFM)

More information

Additive manufacturing.

Additive manufacturing. Additive manufacturing carmelo.demaria@centropiaggio.unipi.it Building 3D object Building 3D object: subtractive Milling Turning Drilling Planning Sawing Grinding EDM Laser cutting Water jet cutting Building

More information

TOOL PATH GENERATION FOR 5-AXIS LASER CLADDING

TOOL PATH GENERATION FOR 5-AXIS LASER CLADDING TOOL PATH GENERATION FOR 5-AXIS LASER CLADDING Author: M. Kerschbaumer *, G. Ernst * P. O Leary ** Date: September 24, 2004 * JOANNEUM RESEARCH Forschungsgesellschaft mbh Laser Center Leoben, Leobner Strasse

More information

3D Printing Process Using Fused Deposition Modelling (FDM)

3D Printing Process Using Fused Deposition Modelling (FDM) 3D Printing Process Using Fused Deposition Modelling (FDM) Miss Urvashi Damor 1, Prof. Tushar J Raval 2, Prof. Karishma A chaudhary 3 1 M.tech Student, Computer engineering, L.D. College of Engineering,

More information

Vat Photopolymerization

Vat Photopolymerization Kon-15.4126 Production Technology, Special Topics Vat Photopolymerization Pekka Lehtinen pekka.a.lehtinen@aalto.fi Content Vat photopolymerization Photopolymerization Stereolithography Part fabrication

More information

A Multimedia Approach to Teaching Rapid Prototyping Systems*

A Multimedia Approach to Teaching Rapid Prototyping Systems* Int. J. Engng Ed. Vol. 13, No. 2, p. 108±116, 1997 0949-149X/91 $3.00+0.00 Printed in Great Britain. # 1997 TEMPUS Publications. A Multimedia Approach to Teaching Rapid Prototyping Systems* C. K. CHUA,

More information

Design And Integration Of A Laser-Based Material Deposition System

Design And Integration Of A Laser-Based Material Deposition System Design And Integration Of A Laser-Based Material Deposition System J. Laeng@Jamaluddin Abdullah*, Frank Liou**, M.N. Mohamad Ibrahim and W.M. Wan Muhammad* *School of Mechanical Engineering, Universiti

More information

Successful STLs for 3D Printing

Successful STLs for 3D Printing HOW-TO GUIDE Successful STLs for 3D Printing OVERVIEW This document will help 3D printing users ensure their STL files produce successful 3D printed parts. It will help them become familiar with popular

More information

A New Slicing Procedure for Rapid Prototyping Systems

A New Slicing Procedure for Rapid Prototyping Systems Int J Adv Manuf Technol (2001) 18:579 585 2001 Springer-Verlag London Limited A New Slicing Procedure for Rapid Prototyping Systems Y.-S. Liao 1 and Y.-Y. Chiu 2 1 Department of Mechanical Engineering,

More information

3D PRINTING 1. INTRODUCTION 2. HISTORY 3. GENERAL PRINCIPLES 4. WORKFLOW 5. APPLICATIONS 6. CONCLUSION CONTENT: 12 DECEMBER 2017 PETR VALENTA

3D PRINTING 1. INTRODUCTION 2. HISTORY 3. GENERAL PRINCIPLES 4. WORKFLOW 5. APPLICATIONS 6. CONCLUSION CONTENT: 12 DECEMBER 2017 PETR VALENTA 3D PRINTING 1 12 DECEMBER 2017 PETR VALENTA CONTENT: 1. INTRODUCTION 2. HISTORY 3. GENERAL PRINCIPLES 4. WORKFLOW 5. APPLICATIONS 6. CONCLUSION 1. Introduction 2 2005 2007, Software: Blender 1. Introduction

More information

3d Building Model Printing

3d Building Model Printing Volume 6 Issue V, May 2018- Available at www.ijraset.com 3d Building Model Printing Vidula Waskar 1, Gautami Ugale 2, Akshaya Taralekar 3 1 Assistant Professor, 2, 3 Student, Department of Civil Engineering,

More information

Permeability experiments using 3D printed fracture network sample. Presenter:Chun-Kai Yang Advisor:Jia-Jyun Dong Date:

Permeability experiments using 3D printed fracture network sample. Presenter:Chun-Kai Yang Advisor:Jia-Jyun Dong Date: Permeability experiments using 3D printed fracture network sample Presenter:Chun-Kai Yang Advisor:Jia-Jyun Dong Date:2018.11.01 Literature Review Ishutov et al., 2017 Try to make the Berea sandstone sample

More information

MDMD Rapid Product Development

MDMD Rapid Product Development MSc in Manufacturing and Welding Engineering Design - Dr.-Eng. Antonios Lontos Department of Mechanical Engineering School of Engineering and Applied Sciences Frederick University 7 Y. Frederickou Str.,

More information

3D Printing. Rob Miles. Department of Computer Science University of Hull

3D Printing. Rob Miles. Department of Computer Science University of Hull 3D Printing Rob Miles Department of Computer Science University of Hull Agenda 3D Printing Overview 3D Printing Workflow Design something and Print it The future of 3D Printing 2 Printing Not that many

More information

CHAPTER 4 GEOMETRIC MODELING AND RAPID PROTOTYPING

CHAPTER 4 GEOMETRIC MODELING AND RAPID PROTOTYPING CHAPTER 4 GEOMETRIC MODELING AND RAPID PROTOTYPING 4.1 Geometric modeling for non-contact analysis The geometric modeling of the knee joint was done using the modeling features of ANSYS 8.1 software. During

More information

Successful STLs For Polyjet 3D Printing

Successful STLs For Polyjet 3D Printing POLYJET BEST PRACTICE Successful STLs For Polyjet 3D Printing Overview This document will help PolyJet 3D Printing users ensure their STL files produce successful 3D printed parts. You ll become familiar

More information

3D Turtle Graphics by 3D Printers. Yasusi Kanada Dasyn.com

3D Turtle Graphics by 3D Printers. Yasusi Kanada Dasyn.com 3D Turtle Graphics by 3D Printers Yasusi Kanada Dasyn.com Introduction: Conventional 3D Object Design and Printing FDM-type 3D printers There are many types of 3D printers, but a popular cheap one is called

More information

HP 3D Multi Jet Fusion DYNAGRAPH 08/05/2018

HP 3D Multi Jet Fusion DYNAGRAPH 08/05/2018 HP 3D Multi Jet Fusion DYNAGRAPH 08/05/2018 1 Contents DISRUPT TO CREAT CHANGE CURRENT AVAILABLE 3D TECHNOLOGIES WHAT MAKES HP 3D MJF DIFFERENT HOW HP 3D MJF WORKS POST FINISHING MATERIALS MARKET OPPORTUNITIES

More information

SYSTEMS ADVANCED PROCESSING THROUGH RAPID PROTOTYPING

SYSTEMS ADVANCED PROCESSING THROUGH RAPID PROTOTYPING PRODUCTICA Scientific Session Online ISSN 2067-9564 23 rd April 2010 127 SYSTEMS ADVANCED PROCESSING THROUGH RAPID PROTOTYPING Marius Costin V. MANEA 1, Andrei C. IONESCU 2 Rezumat: Prototipajul rapid

More information

Achieving Higher Level Data Interoperability with 3D Printing

Achieving Higher Level Data Interoperability with 3D Printing Achieving Higher Level Data Interoperability with 3D Printing Sally Chan Associate Technical Fellow Copyright 2014 Boeing. All rights reserved. GPDIS_2015.ppt 1 Biography Education B.A. UCLA Design M.A.

More information

3D Printing. Bringing new dimensions to advanced visualization A FEATURED EBOOK

3D Printing. Bringing new dimensions to advanced visualization A FEATURED EBOOK A FEATURED EBOOK 3D Printing Bringing new dimensions to advanced visualization A 3D Printing CONTENTS 3 4 5 6 7 8 What is 3D Printing? Obstacles to Widespread Adoption Voxels to Vectors Printers and Materials

More information

Automatic NC Part. Programming Interface for a UV Laser Ablation Tool

Automatic NC Part. Programming Interface for a UV Laser Ablation Tool Automatic NC Part Programming Interface for a UV Laser Ablation Tool by Emir Mutapcic Dr. Pio Iovenitti Dr. Jason Hayes Abstract This research project commenced in December 2001 and it is expected to be

More information

DESIGN AND DEVELOPMENT OF A FUSED DEPOSITION MODELLING RAPID PROTOTYPING MACHINE

DESIGN AND DEVELOPMENT OF A FUSED DEPOSITION MODELLING RAPID PROTOTYPING MACHINE International Journal of Advances in Scientific Research and Engineering (ijasre) E-ISSN : 2454-8006 Vol.3, Special Issue 1 Aug - 2017 DESIGN AND DEVELOPMENT OF A FUSED DEPOSITION MODELLING RAPID PROTOTYPING

More information

Recent Advances in MSC/PATRAN Pre-Processing Software Allows Modeling of Complex Automotive Lamp Designs

Recent Advances in MSC/PATRAN Pre-Processing Software Allows Modeling of Complex Automotive Lamp Designs Recent Advances in MSC/PATRAN Pre-Processing Software Allows Modeling of Complex Automotive Lamp Designs William I. Moore, Eric S. Donovan and Christopher R. Powers Delphi Interior and Lighting Systems

More information

3D Printing in the FIRST Community. IN FIRST FORUMS Rufus Cochran 10/22/2016

3D Printing in the FIRST Community. IN FIRST FORUMS Rufus Cochran 10/22/2016 3D Printing in the FIRST Community IN FIRST FORUMS Rufus Cochran 10/22/2016 Hello, I am Rufus Cochran 447 student from 2001 to 2006 From Co-Operation FIRST to Aim High FIRST mentor for a decade 447 and

More information

DESIGN CONCEPT AND MANUFACTURE OF AIDS FOR TESTING OF TOY CONFORMITY BY POLYJET PROCESS

DESIGN CONCEPT AND MANUFACTURE OF AIDS FOR TESTING OF TOY CONFORMITY BY POLYJET PROCESS 5th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING ADDING INNOVATION CAPACITY OF LABOUR FORCE AND ENTREPRENEURS" 20 22 April 2006, Tallinn, Estonia DESIGN CONCEPT AND MANUFACTURE OF AIDS

More information

251 Presentations Dr. Rosen. Benay Sager Ameya Limaye Lauren Margolin Jamal Wilson Angela Tse

251 Presentations Dr. Rosen. Benay Sager Ameya Limaye Lauren Margolin Jamal Wilson Angela Tse 251 Presentations Dr. Rosen Benay Sager Ameya Limaye Lauren Margolin Jamal Wilson Angela Tse Use of Cure Modeling in Process Planning to Improve SLA Surface Finish Benay Sager SRL Presentation June 7,

More information

Who Are We? Who is CTC? 10/13/2017. Simulation 2017: Collaborate, Create, Elevate

Who Are We? Who is CTC? 10/13/2017. Simulation 2017: Collaborate, Create, Elevate Who Are We? Josh Radle 3 years at CTC Experience: VR, 3D Printing, Training, Visualization Software A.A. in 3D Art & Animation A.A. in Visual Effects and Motion Graphics Kiefer Paulson 3D Generalist, Game

More information

Interim Project Report!

Interim Project Report! Interim Project Report Innovative software for 3D printing Project Website: http://i.cs.hku.hk/fyp/2013// Student: Zhejiao Chen Supervisor: Prof. Francis Lau Department of Computer Science University of

More information

3D PRINTING TECHNIQUES AND RAPID PROTOTYPING. Distributed in Australia by: Document Solutions

3D PRINTING TECHNIQUES AND RAPID PROTOTYPING. Distributed in Australia by: Document Solutions 3D PRINTING TECHNIQUES AND RAPID PROTOTYPING Distributed in Australia by: Document Solutions CONTENTS INTRODUCTION 3 3D PRINTING PROCESS 4 3D PRINTING TECHNOLOGIES 6 FUSED FILAMENT FABRICATION 7 STEREO-LITHOGRAPHY

More information

Technical keys to understand 3D-printing. Lucile BONHOURE. Sartomer, Arkema

Technical keys to understand 3D-printing. Lucile BONHOURE. Sartomer, Arkema RTE Conference & Exhibition 2017 Technical keys to understand 3D-printing Lucile BONHOURE Sartomer, Arkema Prague, October 19th, 2017 Agenda Introduction to 3D-Printing, stakes and technical challenges

More information

Printer specifications

Printer specifications STUDIO SYSTEM Printer specifications The printer was designed from the ground-up for simple installation and use. Its process is similar to the safest, most widely used 3D printing process Fused Filament

More information

ROBUST PROTOTYPING. Jana K. Chari Dr. Jerry L. Hall

ROBUST PROTOTYPING. Jana K. Chari Dr. Jerry L. Hall ROBUST PROTOTYPING Jana K. Chari Dr. Jerry L. Hall Department of Mechanical Engineering Engel Manufacturing Laboratory Iowa State University Ames, IA 50011 Submitted for Publication in Solid Freeform Fabrication

More information

RAPID PROTOTYPING TECHNOLOGY AND ITS APPLICATIONS

RAPID PROTOTYPING TECHNOLOGY AND ITS APPLICATIONS RAPID PROTOTYPING TECHNOLOGY AND ITS APPLICATIONS 1. SHASHWAT DWIVEDI, 2.SHALU RAI 1.UG Student, Dept. of Mechanical Engineering, Krishna Institute of Engineering and Technology, Ghaziabad, U.P., India

More information

Using intra oral scanning and CAD-CAM technology to create accurate and esthetic restorations

Using intra oral scanning and CAD-CAM technology to create accurate and esthetic restorations Using intra oral scanning and CAD-CAM technology to create accurate and esthetic restorations ITI Canadian Section Meeting, Montreal May 7, 2011 Professor Ivar A Mjor Jan 1986: Crash of their mainframe

More information

Surface Roughness Estimation for FDM Systems

Surface Roughness Estimation for FDM Systems Surface Roughness Estimation for FDM Systems by Behnam Nourghassemi Master of Science, Weingarten University 2009 Bachelor of Engineering, Sahand University 2005 A thesis presented to Ryerson University

More information

Additive Manufacturing in the Aviation Industry

Additive Manufacturing in the Aviation Industry Additive Manufacturing in the Aviation Industry Federico Sciammarella PhD Interim Chair & Associate Professor Mechanical Engineering College of Engineering & Engineering Technology Efforts in Advanced

More information

Release Notes: MaterialUniverse Data Module for GRANTA MI

Release Notes: MaterialUniverse Data Module for GRANTA MI Release Notes: MaterialUniverse Data Module for GRANTA MI December 2014 Release The Granta MaterialUniverse data module provides engineering, economic, and environmental property profiles designed for

More information

The Optimization of Surface Quality in Rapid Prototyping

The Optimization of Surface Quality in Rapid Prototyping The Optimization of Surface Quality in Rapid Prototyping MIRCEA ANCĂU & CRISTIAN CAIZAR Department of Manufacturing Engineering Technical University of Cluj-Napoca B-dul Muncii 103-105, 400641 Cluj-Napoca

More information

3D SCANNING FOR 3D PRINTING: MAKING REALITY DIGITAL AND THEN PHYSICAL AGAIN. Michael Raphael Founder & CEO

3D SCANNING FOR 3D PRINTING: MAKING REALITY DIGITAL AND THEN PHYSICAL AGAIN. Michael Raphael Founder & CEO 3D SCANNING FOR 3D PRINTING: MAKING REALITY DIGITAL AND THEN PHYSICAL AGAIN ) Michael Raphael Founder & CEO mraphael@dirdim.com 410-998-0880 3D Scanning vs. 3D Printing Both over 20 years old, actually

More information

Resolution-Aware Slicing of CAD Data for 3D Printing

Resolution-Aware Slicing of CAD Data for 3D Printing Resolution-Aware Slicing of CAD Data for 3D Printing ISIDORE ONYEAKO Thesis submitted to the Faculty of Graduate and Postdoctoral Studies In partial fulfillment of the requirements for the degree Master

More information

3D Printing: With POLAR3D

3D Printing: With POLAR3D 3D Printing: With POLAR3D Buttercup The Duck Buttercup The Duck Nike Prototype Nike Prototype ow does 3D Printing work? What is 3D Printing? Additive Manufacturing is the process of making a 3D, solid

More information

manufactured parts carry good precision, excellent surface precision and high flexibility. This Baan-Chyan, Taipei, Taiwan, 220, R.O.C.

manufactured parts carry good precision, excellent surface precision and high flexibility. This Baan-Chyan, Taipei, Taiwan, 220, R.O.C. The Approach of Complex Insert Packaging Fabrication in Stereolithography Y. Y. Chiu * and J. H. Chang ++ Department of Industrial and Commercial Design, Oriental Institute of Technology, 58, Sec. 2, Syh-Chuan

More information

3D SCANNING & 3D PRINTING. 2/21/2019 GINGER CHICOS and JUAN PINTO

3D SCANNING & 3D PRINTING. 2/21/2019 GINGER CHICOS and JUAN PINTO 3D SCANNING & 2/21/2019 GINGER CHICOS and JUAN PINTO TYPES OF 3D SCANNERS MOST COMMONLY USED IN CONSTRUCTION LASER PULSE (LIDAR) STRUCTURED LIGHT PHOTOGRAMMETRY 3D SCANNING TYPES OF 3D SCANNERS LASER

More information

VINTAGE COMPUTER DESIGN AND REPAIR WITH 3D PRINTING J. ALEXANDER JACOCKS

VINTAGE COMPUTER DESIGN AND REPAIR WITH 3D PRINTING J. ALEXANDER JACOCKS VINTAGE COMPUTER DESIGN AND REPAIR WITH 3D PRINTING J. ALEXANDER JACOCKS INTRODUCTION A BRIEF HISTORY OF 3D PRINTING 1981: Hideo Kodama, from Nagoya Municipal Industrial Research Institute, describes a

More information

3D Printing. Rob Miles. Department of Computer Science University of Hull

3D Printing. Rob Miles. Department of Computer Science University of Hull 3D Printing Rob Miles Department of Computer Science University of Hull Agenda 3D Printing Overview 3D Printing Workflow Design something and Print it The future of 3D Printing Printing Not that many years

More information

Application of Intelligent Component Evaluation to the Design of RSP Tooling

Application of Intelligent Component Evaluation to the Design of RSP Tooling Application of Intelligent Component Evaluation to the Design of RSP Tooling Final Report Prepared for: The Forging Industry Educational & Research Foundation Suite 300, LTV Building 25 Prospect Avenue

More information

Star Trek TNG 1987 Replicator

Star Trek TNG 1987 Replicator Star Trek TNG 1987 Replicator Engineering Technology Department Three Programs Leading to A.S. Degree Manufacturing Engineering Technologist Nano Engineering Technology Industrial Engineering Technician

More information

Ink Volume Displacement In An Impulse Printhead With Bilaminar Transducer

Ink Volume Displacement In An Impulse Printhead With Bilaminar Transducer Ink Volume Displacement In An Impulse Printhead With Bilaminar Transducer Hue Le and Ron Burr Tektronix, Inc., Wilsonville, Oregon Qiming Zhang and Qichang Xu Pennsylvania State University, University

More information

Geometric Modeling Topics

Geometric Modeling Topics Geometric Modeling Topics George Allen, george.allen@siemens.com Outline General background Convergent modeling Multi-material objects Giga-face lattices Page 2 Boundary Representation (b-rep) Topology

More information

4/26/2014. Sharif University of Technology. Session # 11. Instructor. Class time. Course evaluation. Department of Industrial Engineering

4/26/2014. Sharif University of Technology. Session # 11. Instructor. Class time. Course evaluation. Department of Industrial Engineering Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 11 Instructor Omid Fatahi Valilai, Ph.D. Industrial Engineering Department, Sharif University

More information

Dental Lab Additive Manufacturing Systems

Dental Lab Additive Manufacturing Systems S p r i n g 2 0 1 3 Dental Lab Additive Manufacturing Systems DWS profile DWS, Additive Manufacturing DWS, Digital Wax Systems, was founded in Italy, in Vicenza, in 2007. It already had a long experience

More information

Rapid Fabrication of Large-sized Solid Shape using Variable Lamination Manufacturing and Multi-functional Hotwire Cutting System D.Y. Yang 1, H.C.

Rapid Fabrication of Large-sized Solid Shape using Variable Lamination Manufacturing and Multi-functional Hotwire Cutting System D.Y. Yang 1, H.C. Rapid Fabrication of Large-sized Solid Shape using Variable Lamination Manufacturing and Multi-functional Hotwire Cutting System D.Y. Yang 1, H.C.Kim 1, S.H.Lee 1,*, D.G.Ahn 1,** S.K.Park 2 1 Dept. of

More information

The Future of 3D Printing. Michael Wilson 3M Buckley Innovation Centre, Huddersfield

The Future of 3D Printing. Michael Wilson 3M Buckley Innovation Centre, Huddersfield The Future of 3D Printing Michael Wilson 3M Buckley Innovation Centre, Huddersfield What will be covered What the 3D printing process is like What is on the horizon in terms of Potential business threats

More information

CAD - CAM Procedures Used for Rapid Prototyping of Prosthetic Hip Joint Bone

CAD - CAM Procedures Used for Rapid Prototyping of Prosthetic Hip Joint Bone IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS CAD - CAM Procedures Used for Rapid Prototyping of Prosthetic Hip Joint Bone To cite this article: Luminita I. Popa and Vasile

More information

RESTRICTED WORLD TRADE G/IT/SPEC/8/Rev.1 23 February 1998 ORGANIZATION PROPOSED ADDITIONS TO PRODUCT COVERAGE. Submission by Australia.

RESTRICTED WORLD TRADE G/IT/SPEC/8/Rev.1 23 February 1998 ORGANIZATION PROPOSED ADDITIONS TO PRODUCT COVERAGE. Submission by Australia. RESTRICTED WORLD TRADE G/IT/SPEC/8/Rev.1 23 February 1998 ORGANIZATION (98-0664) Committee of Participants on the Expansion of Trade in Information Technology Products Original: English PROPOSED ADDITIONS

More information

AN ABSTRACT OF THE THESIS OF

AN ABSTRACT OF THE THESIS OF AN ABSTRACT OF THE THESIS OF Mohammad Velayati for the degree of Master of Science in Mechanical Engineering presented on September 5, 2017. Title: Design Automation for 3D Circuits. Abstract approved:

More information

A REVIEW OF RAPID TOOLING TECHNOLOGIES IN TECHNICAL PRODUCTION PREPARATION A VACUUM CASTING PRACTICAL EXAMPLE

A REVIEW OF RAPID TOOLING TECHNOLOGIES IN TECHNICAL PRODUCTION PREPARATION A VACUUM CASTING PRACTICAL EXAMPLE S E L E C T E D E N G I N E E R I N G P R O B L E M S N U M B E R 3 I N S T I T U T E O F E N G I N E E R I N G P R O C E S S E S A U T O M A T I O N A N D I N T E G R A T E D M A N U F A C T U R I N G

More information

Detection of Elevated Regions in Surface Images from Laser Beam Melting Processes

Detection of Elevated Regions in Surface Images from Laser Beam Melting Processes Detection of Elevated Regions in Surface Images from Laser Beam Melting Processes YF005622 Joschka zur Jacobsmühlen, Stefan Kleszczynski, Gerd Witt, Dorit Merhof IECON 2015 Yokohama Japan What is Laser

More information

Investigation of the Effect of Fused Deposition Process Parameter on Compressive Strength and Roughness Properties of Abs-M30 Material

Investigation of the Effect of Fused Deposition Process Parameter on Compressive Strength and Roughness Properties of Abs-M30 Material 2016 IJSRSET Volume 2 Issue 2 Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology Investigation of the Effect of Fused Deposition Process Parameter on Compressive

More information

PROCESS PLANNING FOR SHAPE DEPOSITION MANUFACTURING

PROCESS PLANNING FOR SHAPE DEPOSITION MANUFACTURING PROCESS PLANNING FOR SHAPE DEPOSITION MANUFACTURING a dissertation submitted to the department of mechanical engineering and the committee on graduate studies of stanford university in partial fulfillment

More information

Offset Triangular Mesh Using the Multiple Normal Vectors of a Vertex

Offset Triangular Mesh Using the Multiple Normal Vectors of a Vertex 285 Offset Triangular Mesh Using the Multiple Normal Vectors of a Vertex Su-Jin Kim 1, Dong-Yoon Lee 2 and Min-Yang Yang 3 1 Korea Advanced Institute of Science and Technology, sujinkim@kaist.ac.kr 2 Korea

More information