mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07:56 +01:00
commented out call to missing setPrintprogress()
This commit is contained in:
parent
4788321a62
commit
fa0a610a8c
@ -311,7 +311,7 @@ function update() {
|
||||
thermometer.update(printer.temperature, printer.targetTemperature);
|
||||
}
|
||||
|
||||
setPrintprogress(printer.currentLine/printer.num_lines);
|
||||
//setPrintprogress(printer.currentLine/printer.num_lines);
|
||||
|
||||
var btnPrint= $("#btnPrint");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user