2017-04-18 17:09:33 -04:00
|
|
|
<button id="print-close">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>segments</th><td><input id="print-lines" size="10" disabled="true" /></td></tr>
|
2017-12-06 14:09:29 -05:00
|
|
|
<tr><th>svg cut color</th><td><input id="print-color" size="10" value="blue" title="must be a valid SVG color" /></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>
|