From 8ca005f8040cfeda45ef687030ea63bb1ae24f4c Mon Sep 17 00:00:00 2001 From: "saumya.jain" Date: Mon, 16 Oct 2023 14:13:12 +0200 Subject: [PATCH] Updated upgrade script. removed update of materials other than: abs pla petg and tough-pla CURA-11151 --- .../VersionUpgrade/VersionUpgrade54to55/VersionUpgrade54to55.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/VersionUpgrade/VersionUpgrade54to55/VersionUpgrade54to55.py b/plugins/VersionUpgrade/VersionUpgrade54to55/VersionUpgrade54to55.py index e5a79e74af..c972df0b50 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|cpe|cpe_plus|nylon|pc|petcf|tough_pla|tpu)_(?P0\.\d{1,2}mm)") + r"um\_(?Ps(3|5|7))_(?Paa|cc|bb)(?P0\.(6|4|8))_(?Ppla|petg|abs|tough_pla)_(?P0\.\d{1,2}mm)") @staticmethod def _isUpgradedUltimakerDefinitionId(definition_id: str) -> bool: