Cura/plugins/VersionUpgrade/VersionUpgrade49to50
Konstantinos Karmas ef1d1dda5b Fix skipping the 48to49 upgrade in arachne
Currently:
* 48to49 upgrades the machine stacks from 4000016 to 50000**16**
* 49to50 upgrades the machine stacks from 4000016 to 50000**18**
As a result, the versionUpgrader in arachne skips the 48to49 because it sees that the 49to50 also increments the setting version.
This is now fixed by making sure that the 49to50 upgrades from **5**000016 to 5000018.

CURA-8468
2021-08-18 09:47:06 +02:00
..
__init__.py Fix skipping the 48to49 upgrade in arachne 2021-08-18 09:47:06 +02:00
plugin.json Add VersionUpgrader for libArachne 5.0 2020-12-02 12:04:06 +01:00
VersionUpgrade49to50.py Merge pull request #10261 from Ultimaker/CURA-8468_fix_project_loading 2021-08-13 09:27:28 +02:00