mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix different strategies for machine and quality in project loading
CURA-4839
This commit is contained in:
parent
c0bce6ffd4
commit
1c605a5108
4 changed files with 41 additions and 19 deletions
|
@ -504,7 +504,6 @@ class ExtruderManager(QObject):
|
|||
|
||||
## Updates the material container to a material that matches the material diameter set for the printer
|
||||
def updateMaterialForDiameter(self, extruder_position: int):
|
||||
|
||||
global_stack = Application.getInstance().getGlobalContainerStack()
|
||||
if not global_stack:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue