grid-apps-cmms/web/kiri/output-laser.html

18 lines
615 B
HTML
Raw Normal View History

<button id="print-close" class="modal-x">X</button>
2017-04-18 17:09:33 -04:00
<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>segments</th><td><input id="print-lines" size="12" disabled="true" /></td></tr>
2017-04-18 17:09:33 -04:00
</table>
</div>
<div class="print-sel">
<table>
<tr><th><button id="print-svg">download as svg</button></th></tr>
<tr><th><button id="print-dxf">download as dxf</button></th></tr>
<tr><th><button id="print-lg">download as gcode</button></th></tr>
</table>
</div>