mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-26 22:35:46 -07:00
Merge pull request #13486 from Ultimaker/CURA-9714_crash_double_loading_file
[CURA-9714] Crash double 3mf that contains printer with no extruders
This commit is contained in:
commit
60e3e50253
1 changed files with 1 additions and 0 deletions
|
|
@ -904,6 +904,7 @@ class MachineManager(QObject):
|
|||
|
||||
if self._global_container_stack is None \
|
||||
or self._global_container_stack.getProperty(setting_key, "value") == new_value \
|
||||
or self._global_container_stack.definitionChanges.getProperty("extruders_enabled_count", "value") is None \
|
||||
or self._global_container_stack.definitionChanges.getProperty("extruders_enabled_count", "value") < 2:
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue