diff --git a/plugins/VersionUpgrade/VersionUpgrade54to55/VersionUpgrade54to55.py b/plugins/VersionUpgrade/VersionUpgrade54to55/VersionUpgrade54to55.py index a65a938320..d1a85d49bd 100644 --- a/plugins/VersionUpgrade/VersionUpgrade54to55/VersionUpgrade54to55.py +++ b/plugins/VersionUpgrade/VersionUpgrade54to55/VersionUpgrade54to55.py @@ -11,7 +11,7 @@ import re class VersionUpgrade54to55(VersionUpgrade): profile_regex = re.compile( - r"um\_(?Ps(3|5|7))_(?Paa|cc|bb)(?P0\.(6|4|8))_(?Ppla|petg|abs)_(?P0\.\d{1,2}mm)") + r"um\_(?Ps(3|5|7))_(?Paa|cc|bb)(?P0\.(6|4|8))_(?Ppla|petg|abs|cpe|cpe_plus|nylon|pc|petcf|tough_pla|tpu)_(?P0\.\d{1,2}mm)") @staticmethod def _isUpgradedUltimakerDefinitionId(definition_id: str) -> bool: @@ -63,7 +63,6 @@ class VersionUpgrade54to55(VersionUpgrade): intent_id = VersionUpgrade54to55.profile_regex.sub( "um_\g_\g\g_um-\g_\g", intent_id) - parser["containers"]["3"] = quality_id parser["containers"]["2"] = intent_id