kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
Cleanup
rodzic
6590f0bc16
commit
c8ab20ee24
|
@ -311,14 +311,14 @@
|
|||
<input id="xPosInput" class="m-0 p-0 droInput float-right fg-red" />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<!-- <td>
|
||||
<div class="pos-relative">
|
||||
<button class="button light"><i class="fas fa-caret-down fg-grayBlue"></i></button>
|
||||
<ul class="d-menu context drop-shadow drop-right" data-role="dropdown">
|
||||
<li><a href="#" onclick="sendGcode( 'G0 X0')"><span class="fas fa-chart-line fg-grayBlue icon"></span>Goto X Zero (G0 X0)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
</td> -->
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -342,14 +342,14 @@
|
|||
<input id="yPosInput" class="m-0 p-0 droInput float-right fg-green" />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<!-- <td>
|
||||
<div class="pos-relative">
|
||||
<button class="button light"><i class="fas fa-caret-down fg-grayBlue"></i></button>
|
||||
<ul class="d-menu context drop-shadow drop-right" data-role="dropdown">
|
||||
<li><a href="#" onclick="sendGcode( 'G0 Y0')"><span class="fas fa-chart-line fg-grayBlue icon"></span>Goto Y Zero (G0 Y0)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
</td> -->
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
@ -372,7 +372,7 @@
|
|||
<input id="zPosInput" class="m-0 p-0 droInput float-right fg-blue" />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<!-- <td>
|
||||
<div class="pos-relative">
|
||||
<button class="button light"><i class="fas fa-caret-down fg-grayBlue"></i></button>
|
||||
<ul class="d-menu context drop-shadow drop-right" data-role="dropdown">
|
||||
|
@ -381,7 +381,7 @@
|
|||
<li><a href="#" onclick="sendGcode('G38.2 F10 Z-20');"><span class="fas fa-podcast fa-rotate-180 fg-grayBlue icon"></span>Probe Z (G38.2 F10 Z-20)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
</td> -->
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
@ -407,9 +407,9 @@
|
|||
|
||||
</button>
|
||||
</td>
|
||||
<td>
|
||||
<!-- -->
|
||||
</td>
|
||||
<!-- <td>
|
||||
|
||||
</td> -->
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
|
Ładowanie…
Reference in New Issue