From d6d73ed6e6da9def205e69c330a88acc6ae7d048 Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:23:49 +0100 Subject: [PATCH 1/2] - Bug fix: ensure the product names in the material files match the Makerbot Method machine definition id --- plugins/XmlMaterialProfile/product_to_id.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plugins/XmlMaterialProfile/product_to_id.json b/plugins/XmlMaterialProfile/product_to_id.json index 7f37a2e2b49..e0f3d74e649 100644 --- a/plugins/XmlMaterialProfile/product_to_id.json +++ b/plugins/XmlMaterialProfile/product_to_id.json @@ -13,5 +13,10 @@ "DUAL600": "strateo3d", "IDEX420": "strateo3d_IDEX420", "IDEX420 Duplicate": "strateo3d_IDEX420_duplicate", - "IDEX420 Mirror": "strateo3d_IDEX420_mirror" -} + "IDEX420 Mirror": "strateo3d_IDEX420_mirror", + "Makerbot Method": "ultimaker_method", + "Makerbot Method X": "ultimaker_methodx", + "Makerbot Method XL": "ultimaker_methodxl", + "Makerbot Sketch": "ultimaker_sketch", + "Makerbot Sketch Large": "ultimaker_sketch_large" +} \ No newline at end of file From 55f8ef9791ef8c901311ad6fb9af69bbc1e8d179 Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:31:41 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Change Makerbot to UltiMaker Co-authored-by: Casper Lamboo --- plugins/XmlMaterialProfile/product_to_id.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/XmlMaterialProfile/product_to_id.json b/plugins/XmlMaterialProfile/product_to_id.json index e0f3d74e649..5349360d6a9 100644 --- a/plugins/XmlMaterialProfile/product_to_id.json +++ b/plugins/XmlMaterialProfile/product_to_id.json @@ -14,9 +14,9 @@ "IDEX420": "strateo3d_IDEX420", "IDEX420 Duplicate": "strateo3d_IDEX420_duplicate", "IDEX420 Mirror": "strateo3d_IDEX420_mirror", - "Makerbot Method": "ultimaker_method", - "Makerbot Method X": "ultimaker_methodx", - "Makerbot Method XL": "ultimaker_methodxl", - "Makerbot Sketch": "ultimaker_sketch", - "Makerbot Sketch Large": "ultimaker_sketch_large" + "UltiMaker Method": "ultimaker_method", + "UltiMaker Method X": "ultimaker_methodx", + "UltiMaker Method XL": "ultimaker_methodxl", + "UltiMaker Sketch": "ultimaker_sketch", + "UltiMaker Sketch Large": "ultimaker_sketch_large" } \ No newline at end of file