avoid slicing directly on z flat faces
This commit is contained in:
parent
36f47bec58
commit
309ac1d813
3 changed files with 34 additions and 19 deletions
|
|
@ -38,13 +38,13 @@
|
|||
|
||||
<div class="print-sel" id="send-to-gridprint">
|
||||
<table>
|
||||
<tr><th colspan="2"><button id="print-gridprint">send to grid:print</button></th></tr>
|
||||
<tr><th colspan="2"><button id="print-gridprint">send to grid:host</button></th></tr>
|
||||
<tr><th>host:port</th><td><input id="grid-host" size="35" placeholder="http(s)://host:port" /></td></tr>
|
||||
<tr id="gpapik"><th>api key</th><td><input id="grid-apik" size="35" /></td></tr>
|
||||
<tr><th>target</th><td>
|
||||
<!--<input id="grid-target" size="35" />-->
|
||||
<select id="grid-target"></select>
|
||||
</td></tr>
|
||||
<tr><td colspan="2"><span id="grid-hint">setup <a href="https://github.com/stewartoallen/grid-print" target="_help">grid:print</a> for your network</span></td></tr>
|
||||
<tr><td colspan="2"><span id="grid-hint">setup <a href="https://github.com/GridSpace/grid-host" target="_help">grid:host</a> for your network</span></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue