From 88df1280f8a3c5fe755c8607569cbb4cd4404fcf Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 2 Oct 2024 11:05:26 +0200 Subject: [PATCH] Add warning when changing the MATERIAL-MAP list CURA-12165 --- cura/PrinterOutput/FormatMaps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cura/PrinterOutput/FormatMaps.py b/cura/PrinterOutput/FormatMaps.py index cc384c1add..80eb8049a3 100644 --- a/cura/PrinterOutput/FormatMaps.py +++ b/cura/PrinterOutput/FormatMaps.py @@ -46,6 +46,7 @@ class FormatMaps: "hips": {"name": "HIPS", "guid": "a468d86a-220c-47eb-99a5-bbb47e514eb0"}, "tpu": {"name": "TPU 95A", "guid": "19baa6a9-94ff-478b-b4a1-8157b74358d2"}, "im-pla": {"name": "Tough", "guid": "96fca5d9-0371-4516-9e96-8e8182677f3c"} + # /!\ When changing this list, make sure the changes are reported accordingly on Digital Factory } __inverse_printer_name: Optional[Dict[str, str]] = None