-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1021 Bytes
/
index.html
File metadata and controls
30 lines (26 loc) · 1021 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>REIFY</title>
<link rel="stylesheet" type="text/css" href="./style/main.css">
</head>
<body>
<div style="z-index:1000">
<form action="">
<textarea name="myTextBox" cols="50" rows="5">
Enter some text...
</textarea>
<br />
<input type="submit" />
</form>
</div>
<script src="./deps/gif.js"></script>
<script src="./deps/gif.worker.js"></script>
<script data-main="./app/Main.js" type="text/javascript" src="./deps/require.js"></script>
<div id="Container" style="background-color:#000000"></div>
<div id="canvasDiv"></div>
<div id="other"></div>
<div style="position:relative;color:#ffffff;width:200px"><br><br>s: save data<br>r: apply data<br>a: toggle update<br>4: write makerbot gcode<br>5: write ultiMaker gcode<br>6: check length<br>i: save image<br>m: display ruler<br>c: make .gif<br>8: extrude geo (not interactive)<br>9: unextrude (interactive)<br>0: extrude sleeve<br>p: save extruded geo to obj<br></div>
<div id="images"></div>
</body>
</html>