mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Ensure that the correct properties get set for writing profiles to g-code
CURA-2462
This commit is contained in:
parent
9e47a87375
commit
960a390350
2 changed files with 13 additions and 1 deletions
|
@ -683,6 +683,7 @@ class MachineManager(QObject):
|
|||
stack_quality_changes = changes[0]
|
||||
else:
|
||||
Logger.log("w", "Unable to find quality changes container. Using empty container instead")
|
||||
print(stack_quality.getMetaDataEntry("quality_type"), quality_changes_container.getName(), extruder_id)
|
||||
stack_quality_changes = self._empty_quality_changes_container
|
||||
else:
|
||||
# This is case of quality container and the no-op quality changes container.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue