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] - 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 7f37a2e2b4..e0f3d74e64 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