enable sla. fix custom device gcode and naming persistence

This commit is contained in:
Stewart Allen 2020-04-16 15:20:24 -04:00
commit 438437e205
5 changed files with 38 additions and 13 deletions

View file

@ -5,7 +5,8 @@
<div>
<table id="print-info">
<tr><th>file name</th><td><input id="print-filename" size="30" spellcheck="false" /></td></tr>
<tr><th>layers</th><td><input id="print-layers" size="10" 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>