-
Notifications
You must be signed in to change notification settings - Fork 1
/
dremel.html
182 lines (173 loc) · 4.81 KB
/
dremel.html
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
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:900|Raleway:400,700,800,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Dremel Tech Specs</title>
<meta charset="utf-8" />
</head>
<body>
<nav class="nav">
<center>
<a href="index.html"> <img class="logo" title="maker club" src="pictures/CEED_LOGO_BLACK_ORANGE.png" alt="" /></a>
<ul>
<a href="index.html"><button type="button"class="navbutton">Volunteer<br>Information</button></a>
<a href="opportunities.html"><button type="button"class="navbutton">Current<br> Opportunities</button></a>
<a href="resources.html"><button type="button"class="navbutton">Resources</button></a>
<p class="navtext"> This site is a work in progress, more updates to come shortly. If you see any mistakes or typos please email <a href="mailto:[email protected]?Subject=Content%20Error" target="_top">[email protected]</a></p>
</center>
</ul>
</nav>
<article>
<div style="max-width: 70%; margin-left:auto;margin-right:auto;">
<center>
<h1 class="page-title"> Dremel 3D Tech Specs</h1>
</center>
<table>
<tr>
<td> <img title="Dremel triangle" src="Dremeltri.png" class="image-triangle"></td>
<td>
<p>The Dremel 3D printer is ideal for getting a 3D print done fast but quality is not the most important factor. </p>
<p><b>Pros</b></p>
<ul>
<li> Fastest printer in the uOttawa Makerspace
<li>Reliably Finishes Prints
<li>Easy to transfer files to the printer by using either USB or SD card
</ul>
<p><b>Cons</b>
<p>
<ul>
<li>High quality on the dremel is similar to standard quality on our other 3D printers
<li>No heated build-plate
<li> Slicer does not have built in support generator, but supports can be added using
<a href="http://www.meshmixer.com">Meshmixer</a>
</ul>
</td>
</tr>
<centre>
</table>
<table class="table-data">
<thead>
<tr>
<td></td>
<th>Low</th>
<th>Standard</th>
<th>High</th>
</thead>
</tr>
<tbody>
<tr>
<td>
<p>Layer Height (mm)</p>
</td>
<td>
<p>0.30</p>
</td>
<td>
<p>0.20</p>
</td>
<td>
<p>0.15</p>
</td>
</tr>
<tr>
<td>
<p>First layer Height (mm)</p>
</td>
<td>
<p>0.40</p>
</td>
<td>
<p>0.30</p>
</td>
<td>
<p>0.25</p>
</td>
</tr>
<tr>
<td>
<p>Number of Shells</p>
</td>
<td>
<p>2</p>
</td>
<td>
<p>3</p>
</td>
<td>
<p>3</p>
</td>
</tr>
<tr>
<td>
<p>Infill (%)</p>
</td>
<td>
<p>15</p>
</td>
<td>
<p>25 </p>
</td>
<td>
<p>35</p>
</td>
</tr>
<tr>
<td>
<p>Build Speed (mm/s)</p>
</td>
<td>
<p>120</p>
</td>
<td>
<p>100</p>
</td>
<td>
<p>80</p>
</td>
</tr>
<tr>
<td>
<p>Travel Speed (mm/s)</p>
</td>
<td>
<p>120</p>
</td>
<td>
<p>120</p>
</td>
<td>
<p>100</p>
</td>
</tr>
<tr>
<td>
<p>Temperature (C)</p>
</td>
<td>
<p>220</p>
</td>
<td>
<p>220</p>
</td>
<td>
<p>220</p>
</td>
</tr>
</tbody>
</table>
</center>
</div>
</article>
<footer>
<table class="tablefooter">
<tr>
<td>Contact: [email protected]<br>Copyright 2017 © Makerepo.com</td>
<td> <a href="disclaimer.html"><button type="button" class="footerbutton">Disclaimer</button></a></td> <td>
<td>
<a href="francais/avenir.html"><button type="button" class="footerbutton">Français</button></a></td>
</tr>
</table>
</footer>
</body>
</html>