Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Ha <j.ha@ultimaker.com>2017-03-30 17:20:08 +0300
committerJack Ha <j.ha@ultimaker.com>2017-03-30 17:20:08 +0300
commit3135dc7d77add478c3ed1d62d40948ac6435ca5b (patch)
tree7355b7cf9686cd9a29c360c62444a38387db97ea /cura/PrintInformation.py
parent1bc383b615be34c8ed4fa5bda11923c2b0581474 (diff)
parentfa7a026efecc51e55cc696e14c04c936514d4cf1 (diff)
Solved MC
Diffstat (limited to 'cura/PrintInformation.py')
-rw-r--r--cura/PrintInformation.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py
index b066a1693d..1eb7aaa7dd 100644
--- a/cura/PrintInformation.py
+++ b/cura/PrintInformation.py
@@ -75,6 +75,8 @@ class PrintInformation(QObject):
Application.getInstance().getMachineManager().activeMaterialChanged.connect(self._onActiveMaterialChanged)
self._onActiveMaterialChanged()
+ self._material_amounts = []
+
currentPrintTimeChanged = pyqtSignal()
preSlicedChanged = pyqtSignal()