mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
Slightly longer allowed temp mod time
This commit is contained in:
parent
44f3895d34
commit
6c7018a00d
@ -17,7 +17,7 @@ function Printer() {
|
|||||||
|
|
||||||
this.wifiboxURL;
|
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.checkTemperatureInterval = 6000;
|
||||||
this.checkTemperatureDelay;
|
this.checkTemperatureDelay;
|
||||||
|
Loading…
Reference in New Issue
Block a user