12 lines
621 B
HTML
12 lines
621 B
HTML
<div class="header"><label>export</label></div>
|
|
<div id="print-info" class="f-col box">
|
|
<div><label>file name</label><input id="print-filename" size="20" spellcheck="false" /></div>
|
|
<div><label>resin used ML</label><input id="print-volume" size="10" spellcheck="false" /></div>
|
|
<div><label>layers</label><input id="print-layers" size="10" spellcheck="false" /></div>
|
|
<div><label>print time</label><input id="print-time" size="10" spellcheck="false" /></div>
|
|
</div>
|
|
|
|
<div class="header"><label>download</label></div>
|
|
<div class="f-row box">
|
|
<button id="print-sla" class="grow">download</button>
|
|
</div>
|