Cura/plugins/VersionUpgrade/VersionUpgrade21to22
Remco Burema 8aa071056b
Now unused API field only took integers originally.
We want to keep it this way so people can still make plugins work for older versions of Cura, like 3.6, where the 'api' field with just a single major version, instead of the 'supported_sdk_versions', which can be either a version-string like '7.6.0' or a list of version strings.
2021-06-17 11:15:33 +02:00
..
__init__.py Add typing for all version upgrade plug-ins 2018-11-14 13:41:23 +01:00
MachineInstance.py Added an extra import module, did not pass coding style test 2018-11-22 11:36:32 +01:00
plugin.json Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
Preferences.py Fix type issues in old version upgrade plug-ins 2018-11-14 13:56:46 +01:00
Profile.py Remove a bunch of unused imports 2019-11-08 13:38:42 +01:00
VersionUpgrade21to22.py Move the getCfgVersion to base version upgrade 2020-04-22 11:30:35 +02:00