mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 19:56:00 +08:00
material_amounts is now defined in init
Somehow this was forgotten, which could cause issues in certain cases. CURA-3617
This commit is contained in:
parent
0655771cb8
commit
13561bdb46
@ -75,6 +75,8 @@ class PrintInformation(QObject):
|
||||
Application.getInstance().getMachineManager().activeMaterialChanged.connect(self._onActiveMaterialChanged)
|
||||
self._onActiveMaterialChanged()
|
||||
|
||||
self._material_amounts = []
|
||||
|
||||
currentPrintTimeChanged = pyqtSignal()
|
||||
|
||||
preSlicedChanged = pyqtSignal()
|
||||
|
Loading…
x
Reference in New Issue
Block a user