mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-24 18:17:56 +01:00
removed debug-method (thermo and progress (dis)appearing)
This commit is contained in:
parent
69933b3b41
commit
b89f2385b8
17
js/main.js
17
js/main.js
@ -98,25 +98,8 @@ $(function() {
|
||||
}, 1000);
|
||||
//*/
|
||||
}
|
||||
showhideInterval = setInterval(showOrHideThermo, 2500);
|
||||
});
|
||||
|
||||
var showhideInterval;
|
||||
var showOrHide = false;
|
||||
|
||||
function showOrHideThermo() {
|
||||
console.log("f:showOrHideThermo()");
|
||||
if (showOrHide) {
|
||||
thermometer.hide();
|
||||
progressbar.hide();
|
||||
} else {
|
||||
thermometer.show();
|
||||
progressbar.show();
|
||||
|
||||
}
|
||||
showOrHide = !showOrHide;
|
||||
}
|
||||
|
||||
function settingsLoaded() {
|
||||
console.log("settingsLoaded");
|
||||
console.log("autoHeatup: ",settings["printer.heatup.enabled"]);
|
||||
|
Loading…
Reference in New Issue
Block a user