chiark / gitweb /
Updated doodle3d connection, and added temperature to the connectionBase.
[cura.git] / Cura / util / printerConnection / dummyConnection.py
index e9bc14ebf7def74283f5cfe6c6beef346c49bdca..e05b0bed257a9308a3092c9d0f372b236829d4d3 100644 (file)
@@ -53,7 +53,7 @@ class dummyConnection(printerConnectionBase.printerConnectionBase):
                return self._printing
 
        #Amount of progression of the current print file. 0.0 to 1.0
-       def printProgress(self):
+       def getPrintProgress(self):
                if self._lineCount < 1:
                        return 0.0
                return float(self._progressLine) / float(self._lineCount)