22 lines
743 B
HTML
22 lines
743 B
HTML
<button id="print-close" class="modal-x">X</button>
|
|
|
|
<span>output options</span>
|
|
|
|
<div>
|
|
<table id="print-info">
|
|
<tr><th>file name</th><td><input id="print-filename" size="30" spellcheck="false" /></td></tr>
|
|
<tr><th>print layers</th><td><input id="print-layers" size="10" spellcheck="false" /></td></tr>
|
|
<tr><th>print time</th><td><input id="print-time" size="10" spellcheck="false" /></td></tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="print-sel">
|
|
<table>
|
|
<tr><th><button id="print-photon">download</button></th></tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="print-sel">
|
|
<input id="print-range" type="range"><label id="print-layer"></label>
|
|
<canvas id="print-canvas" width="1440" height="2560"></canvas>
|
|
</div>
|