mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Removed the upgrader for the machine and extruder stack
It is known that will cause some user scripts to default behaviour. But this is accepted behaviour, and the benefits of not upgrading the Cura Application version outweigh this.
This commit is contained in:
parent
67e03e8763
commit
4707560dcb
2 changed files with 0 additions and 55 deletions
|
@ -15,8 +15,6 @@ def getMetaData() -> Dict[str, Any]:
|
|||
"version_upgrade": {
|
||||
# From To Upgrade function
|
||||
("preferences", 6000016): ("preferences", 6000017, upgrade.upgradePreferences),
|
||||
("machine_stack", 4000016): ("machine_stack", 4000017, upgrade.upgradeStack),
|
||||
("extruder_train", 4000016): ("extruder_train", 4000017, upgrade.upgradeStack),
|
||||
("setting_visibility", 1000000): ("setting_visibility", 2000017, upgrade.upgradeSettingVisibility),
|
||||
},
|
||||
"sources": {
|
||||
|
@ -24,14 +22,6 @@ def getMetaData() -> Dict[str, Any]:
|
|||
"get_version": upgrade.getCfgVersion,
|
||||
"location": {"."}
|
||||
},
|
||||
"machine_stack": {
|
||||
"get_version": upgrade.getCfgVersion,
|
||||
"location": {"./machine_instances"}
|
||||
},
|
||||
"extruder_train": {
|
||||
"get_version": upgrade.getCfgVersion,
|
||||
"location": {"./extruders"}
|
||||
},
|
||||
"setting_visibility": {
|
||||
"get_version": upgrade.getCfgVersion,
|
||||
"location": {"./setting_visibility"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue