-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWebsite.html
More file actions
executable file
·174 lines (134 loc) · 8.4 KB
/
Website.html
File metadata and controls
executable file
·174 lines (134 loc) · 8.4 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Clean Blog - Sample Post</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/clean-blog.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: left;
width: 180px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
</style>
</head>
<body>
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="intro-header" style="background-image: url('img/opening.jpg')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<h1 style="font-family:Courier"><center>Universal Liquid 3D Printer</center></h1>
<p style="font-size:18px; font-family:Courier"><center>Cooper Union Summer STEM Program</center></p>
<p style="font-family:Courier;text-align:center;color:663333">Aida Akuyeva, Warren Wan and Jeffrey Yu</p>
<h2 class="section-heading">Description</h2>
<p>This project developed an apparatus that can allow a traditional fused deposition 3D printer to print with a variety of liquids and pastes. Unlike previous inventions, you can choose what material you want to print with.</p>
<a href="#">
<img class="img-responsive" src="img/photo1.jpg" alt="" height="600" width="600">
</a>
<p>The apparatus utilizes the coordinate system axes of an existing printer and comprises of three main parts: the extruder assembly, pump system, and reservoir.</p>
<a href="#">
<img class="img-responsive" src="img/system.png" alt="" height="600" width="600">
</a>
<br><br>
<p>Our goal is for everyone to be able to use such printers at home, which will be cheap and efficient. Unlike previous inventions, our printer is universal liquid, which means that you can print with various liquids. For instance, with chocolate or gel!</p>
<a href="#">
<video width="600" controls muted>
<source src="printer.mp4" type="video/mp4">
</video>
</a>
<h2 class="section-heading">Reservoir system</h2>
<p>Our reservoir system consists of two levels. The upper one includes a plastic container with an acrylic lid, which we 3D modeled and laser cut, as well as an IV bag inside and the tube.
You can pour any liquid there and it will go though the tube down. The second level is a table, which we laser cut as well. This construction holds the container.</p>
<div class="gallery">
<a target="_blank" href="img/photo4.jpg">
<img src="img/photo4.jpg" width="600" height="600">
</a>
<div class="desc">We laser cut this out of carbon!</div>
</div>
<div class="gallery">
<a target="_blank" href="img/photo6.jpg">
<img src="img/photo10.jpg" width="600" height="600">
</a>
<div class="desc">This is the container with an IV bag inside</div>
</div>
<div class="gallery">
<a target="_blank" href="img/photo7.jpg">
<img src="img/photo7.jpg" width:"50%" height:"50%">
</a>
<div class="desc">This is the top of the construction.</div>
</div>
<div class="container">
<h2 clear:both class="section-heading"><br><br><br><br><br><br><br><br><br>The electronics behind the printer:</h2>
<p>We assembled a 3D printer for which we 3D printed and laser cut details. Then we coded in Arduino the motors to move. After a lot of trials, we succeeded! The printer started working and printing with plastic, so we started re-designing it to work with other materials.</p>
<a href="#">
<img class="img-responsive" src="img/electronics.jpg" alt="" height="750" width="750">
</a>
<span class="caption text-muted;">This is a photo of the circuitry with an Arduino Uno.</span>
<!--extruder assembly-->
<h2 class="section-heading">Extruder assembly</h2>
<br>
<a href="#">
<img class="img-responsive" src="img/photo3.jpg" alt="" height="450" width="450" style="float:left">
</a>
<p><center><i style="color: purple">Clean the extruder before you use the printer with soap and water!</i></center></p>
<p><br><br><center>The present extruder assembly takes the place of a standard stepper motor, but may also be easily adapted to fit any printer’s needs. In addition, the stepper motor which powers the pump system may be controlled by an independent microcontroller or plugged into the mainboard of the pre-existing printer in place of where the previous extruder motor was connected. The pump system and reservoir exist separate from the pre-existing printer.</center></p>
<h2 class="section-heading"><br><br><br><br>Pump system</h2>
<div id="container">
<p>The pump system utilizes a parametric peristaltic pump modified from an Creative Commons design, fitted on top of a stepper motor. This design allows for the smooth transportation of print material from the reservoir to the extruder assembly. The extruder assembly comprises of an adapter from the tubing to a luer lock needle. The needle acts as the extruder tip, laying material onto the build platform of the printer, creating a three-dimensional object.</p>
<p>Here is a small video of how it works:</p>
<a href="#">
<video width="600" controls muted>
<source src="Aida.mp4" type="video/mp4">
</video>
</a>
<h2 class="section-heading">What we learned during this program:</h2>
<p>By working on a project we not only learned new 3D design programs, such as SolidWorks, Inventor, Rhino, Fusion360 and AutoCad, but also collaborated as a team. In addition, we worked on laser cutting and 3D Printing. Overall, Cooper Union Summer STEM Program was an amazing experience for all of us!</p>
</div>
</div>
</div>
</article>
<hr>
</body>
</html>