mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
Fix crash when loading multi-extrusion print
Because getProperty needs a property to get.
This commit is contained in:
parent
a7d419f497
commit
ea93490c45
@ -791,7 +791,7 @@ class BuildVolume(SceneNode):
|
|||||||
result[extruder.getId()] = []
|
result[extruder.getId()] = []
|
||||||
|
|
||||||
# Currently, the only normally printed object is the prime tower.
|
# Currently, the only normally printed object is the prime tower.
|
||||||
if self._global_container_stack.getProperty("prime_tower_enable"):
|
if self._global_container_stack.getProperty("prime_tower_enable", "value"):
|
||||||
prime_tower_size = self._global_container_stack.getProperty("prime_tower_size", "value")
|
prime_tower_size = self._global_container_stack.getProperty("prime_tower_size", "value")
|
||||||
machine_width = self._global_container_stack.getProperty("machine_width", "value")
|
machine_width = self._global_container_stack.getProperty("machine_width", "value")
|
||||||
machine_depth = self._global_container_stack.getProperty("machine_depth", "value")
|
machine_depth = self._global_container_stack.getProperty("machine_depth", "value")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user