Skip to content

Commit

Permalink
Update bettergrblsupport_tab.jinja2
Browse files Browse the repository at this point in the history
I like this much better and is more consistent
  • Loading branch information
synman authored Dec 10, 2021
1 parent 4bc563e commit 03f8d71
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,10 @@
<td width="30%" align="center">
<table class="jog-panel" id="jog_panel" border=0>
<tr>
<td colspan=2 data-bind="style: { text-align: settings.settings.plugins.bettergrblsupport.showZ() ? 'center' : 'left' }"><h5>&nbsp;X/Y</h5></td>
<td align="right" style="padding: 0px 5px 0px 0px;" >
<button class="btn box" data-bind="enable: is_operational() && !is_printing(), click: function() { sendCommand('originxy') }">
<td>&nbsp;</td>
<td align="center"><h5>&nbsp;X/Y</h5></td>
<td align="left" style="padding: 0px 5px 0px 0px;" >
<button class="btn box" data-bind="enable: is_operational() && !is_printing(), click: function() { sendCommand('originxy') }">
<i class="fa fa-crosshairs"></i>
</button>
</td>
Expand Down

0 comments on commit 03f8d71

Please sign in to comment.