Skip to content

Commit 39e22e2

Browse files
committed
Add display fix for extruders also
use style="overflow: hidden;" to avoid overflow
1 parent 9b0ae00 commit 39e22e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp8266/data/printer.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ $INCLUDE[header.inc]$
22
<table>
33
<tr><td style="padding:0px;"><div id="Extruder1" style="visibility:hidden;height:0px;">
44
<table><tr><td><label>E1:&nbsp;</label></td>
5-
<td id="data_extruder1"></td><td>0<input id="rangeinput1" type="range" min=0 max=270 onchange="Updatenumber('1');">270</td>
5+
<td id="data_extruder1" style="overflow: hidden;"></td><td>0<input id="rangeinput1" type="range" min=0 max=270 onchange="Updatenumber('1');">270</td>
66
<td><input class="form-control" id="numberinput1" type="number" min=0 max=270 step=1 value=0 onchange="Updaterange('1');"></td><td> &#176;C
77
<td><input type="button" class="btn btn-primary" value="Set" onclick="SendValue( 'M104 T0 S', '1');"></td></tr></table></div></td></tr>
88
<tr ><td style="padding:0px;"><div id="Extruder2" style="visibility:hidden;height:0px;">
99
<table><tr><td><label>E2:&nbsp;</label></td>
10-
<td id="data_extruder2"></td><td>0<input id="rangeinput2" type="range" min=0 max=270 onchange="Updatenumber('2');">270</td>
10+
<td id="data_extruder2" style="overflow: hidden;"></td><td>0<input id="rangeinput2" type="range" min=0 max=270 onchange="Updatenumber('2');">270</td>
1111
<td><input class="form-control" id="numberinput2" type="number" min=0 max=270 step=1 value=0 onchange="Updaterange('2');"></td><td>&#176;C
1212
<input type="button" class="btn btn-primary" value="Set" onclick="SendValue( 'M104 T1 S', '2');">
1313
</td></tr></table></div></td></tr>

0 commit comments

Comments
 (0)