File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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:  ; </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 > ° ; 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:  ; </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 >° ; C
1212<input type =" button" class =" btn btn-primary" value =" Set" onclick =" SendValue( 'M104 T1 S', '2');" >
1313</td ></tr ></table ></div ></td ></tr >
You can’t perform that action at this time.
0 commit comments