mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Store "quality_changes" type containers in the quality directory
Contributes to CURA-2006
This commit is contained in:
parent
4eb4a90ded
commit
b6d0c40852
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ class CuraApplication(QtApplication):
|
||||||
path = None
|
path = None
|
||||||
if instance_type == "material":
|
if instance_type == "material":
|
||||||
path = Resources.getStoragePath(self.ResourceTypes.MaterialInstanceContainer, file_name)
|
path = Resources.getStoragePath(self.ResourceTypes.MaterialInstanceContainer, file_name)
|
||||||
elif instance_type == "quality":
|
elif instance_type == "quality" or instance_type == "quality_changes":
|
||||||
path = Resources.getStoragePath(self.ResourceTypes.QualityInstanceContainer, file_name)
|
path = Resources.getStoragePath(self.ResourceTypes.QualityInstanceContainer, file_name)
|
||||||
elif instance_type == "user":
|
elif instance_type == "user":
|
||||||
path = Resources.getStoragePath(self.ResourceTypes.UserInstanceContainer, file_name)
|
path = Resources.getStoragePath(self.ResourceTypes.UserInstanceContainer, file_name)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue