mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-24 18:17:56 +01:00
When proces can't be retrieved printing = false
This commit is contained in:
parent
62689b007c
commit
b13f9f541b
@ -211,6 +211,8 @@ function Printer() {
|
|||||||
if(self.printing) {
|
if(self.printing) {
|
||||||
console.log("progress: ",data.data.current_line+"/"+data.data.num_lines+" ("+data.data.last_mod+")");
|
console.log("progress: ",data.data.current_line+"/"+data.data.num_lines+" ("+data.data.last_mod+")");
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
self.printing = false;
|
||||||
}
|
}
|
||||||
//console.log(" this.alive: ",self.alive);
|
//console.log(" this.alive: ",self.alive);
|
||||||
$(document).trigger(Printer.UPDATE);
|
$(document).trigger(Printer.UPDATE);
|
||||||
|
Loading…
Reference in New Issue
Block a user