0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-22 09:17:56 +01:00

commented out call to missing setPrintprogress()

This commit is contained in:
peteruithoven 2013-09-18 11:34:36 +02:00
parent 4788321a62
commit fa0a610a8c

View File

@ -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");