-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (55 loc) · 1.36 KB
/
index.html
File metadata and controls
58 lines (55 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<title>m01 - printer</title>
<link href='https://fonts.googleapis.com/css?family=Work+Sans:400,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="heading">
<div id = "title">
<a href="index.html">m01</a>
</div>
<div id = "info">
<a href="http://generaltrademark.com">generaltrademark</a>
</div>
</div>
<div id="container">
<div id="first">
<img src="printer.jpg"></a>
</div>
<div id="second">
<div id="infocontent">
<ul>
<li>
300x300x300mm build area
</li>
<li>
Auto bed leveling
</li>
<li>
Near silent operation (1/256 stepper drivers)
</li>
<li>
Wifi printing and printer control
</li>
<li>
Dual Extrusion (with single print head) to enable dissolvable supports.
</li>
<li>
Heated Bed
</li>
<li>
e3d hotend with .4 to 1.2mm bore extrusion (small detail -> fast large prints)
</li>
<li>
80mm/s print speeds
</li>
</ul>
<p>
Open Source -- files coming soon.
</p>
</div>
</div>
</body>
</html>