0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-06 22:04:33 +02:00
# By peteruithoven
# Via peteruithoven
* 'master' of https://github.com/Doodle3D/doodle3d-client:
  Slightly longer allowed temp mod time
This commit is contained in:
Adriaan Wormgoor 2013-09-18 22:35:59 +02:00
commit 1842ec01b2

View File

@ -17,7 +17,7 @@ function Printer() {
this.wifiboxURL;
this.maxTempLastMod = 5; // max time (seconds) since the last temp info modification before the printer connection is considered lost
this.maxTempLastMod = 7; // max time (seconds) since the last temp info modification before the printer connection is considered lost
this.checkTemperatureInterval = 6000;
this.checkTemperatureDelay;