Ensure that the correct properties get set for writing profiles to g-code

CURA-2462
This commit is contained in:
Jaime van Kessel 2016-09-27 14:05:56 +02:00
parent 9e47a87375
commit 960a390350
2 changed files with 13 additions and 1 deletions

View file

@ -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.