19 lines
747 B
HTML
19 lines
747 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>segments</th><td><input id="print-lines" size="10" disabled="true" /></td></tr>
|
|
<tr><th>svg cut color</th><td><input id="print-color" size="10" value="blue" title="must be a valid SVG color" /></td></tr>
|
|
</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>
|