-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypes.html
More file actions
executable file
·47 lines (36 loc) · 2.27 KB
/
types.html
File metadata and controls
executable file
·47 lines (36 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!-- final project - 3D printers
Author: Gabriel Garrett
-->
<!DOCTYPE html>
<head>
<title>3D Printer FAQ</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
<header>
<h1 class="header">3D Printer Facts, Questions, and Answers</h1>
<h2 class="header">Your source for all of your 3D printing information and needs</h2>
</header>
<nav>
<ul>
<a href="index.html"><div><li>Home</li></div></a>
<a href="information.html"><div><li>What is 3D Printing?</li></div></a>
<a href="types.html"><div><li>Different types of 3D printers</li></div></a>
<a href="materials.html"><div><li>Materials</li></div></a>
<a href="futureuses.html"><div><li>Future Uses</li></div></a>
<a href="contactus.html"><div><li>Contact Us</li></div></a>
</ul>
</nav>
<div class="info">
<h1 class="info">Different Types of 3D Printing</h1>
<h2 class="info">3D Printing</h2>
<p class="info">3D printing is an inexact name, but usually refers to object made using ink jet technology in three dimensions. As its name implies it is a close cousin to traditional 2D printing. These printers work by layering a powder substrate and binding it with pigmented glue. This is the only 3D printing technology capable of printing in full color.</p>
<h2 class="info">Selective Laser Sinthering Printers</h2>
<p class="info">
Selective Laser Sintering (SLS) is an additive rapid manufacturing (or 3D Printing) process that builds three dimensional parts by using a laser to selectively sinter (heat and fuse) a powdered material. The printing process begins with a 3D CAD file which is mathematically sliced into 2D cross-sections. The SLS prototype or part is built a layer at a time until completed.
</p>
<h2 class="info">Direct Metal Laser Sintering Printers</h2>
<p class="info">Direct Metal Laser Sintering (DMLS) is an additive manufacturing technology that produces metal prototype and production parts in a matter of hours. DMLS utilizes a variety of metal and alloy materials to create strong durable parts from 3D CAD data without the need of tooling. Metal parts built with this technology have the design versatility of layer additive manufacturing while possessing the mechanical properties and appearance of metal materials.</p>
</div>
</body>
</html>