0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-13 06:27:55 +01:00
This commit is contained in:
Rick Companje 2015-06-02 14:39:52 +02:00
parent ab7e087449
commit a7e1ee72a8

View File

@ -278,6 +278,7 @@ function Printer() {
this.checkStatus = function() {
if (limitedFeatures) {
console.log(className,'ignoring checkStatus due to limitedFeatures mode');
return; //don't check printer status when in limitedFeatures mode
}