-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.jade
38 lines (36 loc) · 1.43 KB
/
index.jade
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
//
Created by Mikk on 20.10.2015.
doctype html
html
head
meta(http-equiv="Content-Type", content="text/html; charset=UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
title SimplifyS3D
link(href="http://fonts.googleapis.com/icon?family=Material+Icons", rel="stylesheet")
link(href="css/materialize.min.css", rel="stylesheet", media="screen,projection")
link(href="css/main.css", rel="stylesheet", media="screen,projection")
script(src="js/jquery-2.1.4.min.js")
script(src="js/materialize.min.js")
script(src="js/line-navigator.min.js")
script(src="js/file-navigator.min.js")
script(src="js/FileSaver.min.js")
script(src="js/app.js")
body
div.container
form#s3d.col.s12
div.row
div.input-field.col.s6
input#xyResolution.validate(type="number", min="0", step="0.01", value="0.01")
label(for="xyResolution") XY Resolution
div.input-field.col.s6
input#eResolution.validate(type="number", min="0", step="0.0005", value="0.0005")
label(for="eResolution") E Resolution
div.row
div.input-field.file-field
div.btn
span File
input#file(type="file", multiple)
div.file-path-wrapper
input.file-path.validate(type="text")
p#stats.flow-text
p.grey-text Gcode is processed locally, no uploads will be done.