20 lines
841 B
HTML
20 lines
841 B
HTML
<div class="header"><label>export</label></div>
|
|
<div id="print-info" class="col box">
|
|
<div><label>file name</label><input id="print-filename" size="20" spellcheck="false" /></div>
|
|
<div><label>print 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="row box">
|
|
<button id="print-photon" class="grow">download</button>
|
|
</div>
|
|
|
|
<div class="header"><label>preview</label></div>
|
|
<div class="col box a-center j-center">
|
|
<div class="row a-center j-center">
|
|
<input id="print-range" type="range" class="grow">
|
|
<label id="print-layer"></label>
|
|
</div>
|
|
<canvas id="print-canvas" width="1440" height="2560"></canvas>
|
|
</div>
|