mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Update modified setting keys
This commit is contained in:
parent
082b9a4076
commit
ef5107e025
2 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@ class SliceInfo(QObject, Extension):
|
|||
|
||||
data["quality_profile"] = global_stack.quality.getMetaData().get("quality_type")
|
||||
|
||||
data["user_modified_setting_keys"] = ",".join(self._getUserModifiedSettingKeys())
|
||||
data["user_modified_setting_keys"] = self._getUserModifiedSettingKeys()
|
||||
|
||||
data["models"] = []
|
||||
# Listing all files placed on the build plate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue