mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
FindAllQualitiesForMachineMaterial only looks with basic materials if it found them
CURA-3911
This commit is contained in:
parent
a306b4dada
commit
9a54ff426b
2 changed files with 2 additions and 2 deletions
|
@ -759,7 +759,6 @@ class MachineManager(QObject):
|
|||
# Fall back to a quality (which must be compatible with all other extruders)
|
||||
new_qualities = quality_manager.findAllUsableQualitiesForMachineAndExtruders(
|
||||
self._global_container_stack, ExtruderManager.getInstance().getExtruderStacks())
|
||||
|
||||
if new_qualities:
|
||||
new_quality_id = new_qualities[0].getId() # Just pick the first available one
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue