mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Update setting_version to 3 for XMLMaterial
CURA-4270 Technically, this is not right. This is just to postpone a time bomb... The XML material profile needs a setting number instead of getting it derived from the schema version.
This commit is contained in:
parent
fdf5dc049e
commit
51547bf37a
2 changed files with 2 additions and 3 deletions
|
@ -19,8 +19,7 @@ def getMetaData():
|
|||
"mimetype": "application/x-ultimaker-material-profile"
|
||||
},
|
||||
"version_upgrade": {
|
||||
("materials", 1000000): ("materials", 1000002, upgrader.upgradeMaterial),
|
||||
("materials", 1000000): ("materials", 1000002, upgrader.upgradeMaterial),
|
||||
("materials", 1000000): ("materials", 1000003, upgrader.upgradeMaterial),
|
||||
},
|
||||
"sources": {
|
||||
"materials": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue