From 87c15b0d354a01afe583e10e1c2356dd02a8e2ef Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:48:23 +0200 Subject: [PATCH] Updating name translation tables for Factor 4. PP-470 --- plugins/UM3NetworkPrinting/src/Cloud/machine_id_to_name.json | 3 ++- plugins/XmlMaterialProfile/product_to_id.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/src/Cloud/machine_id_to_name.json b/plugins/UM3NetworkPrinting/src/Cloud/machine_id_to_name.json index ccd76ab34b..282f05b536 100644 --- a/plugins/UM3NetworkPrinting/src/Cloud/machine_id_to_name.json +++ b/plugins/UM3NetworkPrinting/src/Cloud/machine_id_to_name.json @@ -1,5 +1,6 @@ { "ultimaker_method": "MakerBot Method", "ultimaker_methodx": "MakerBot Method X", - "ultimaker_methodxl": "MakerBot Method XL" + "ultimaker_methodxl": "MakerBot Method XL", + "ultimaker_factor4": "Ultimaker Factor 4" } diff --git a/plugins/XmlMaterialProfile/product_to_id.json b/plugins/XmlMaterialProfile/product_to_id.json index 5349360d6a..e99ead0985 100644 --- a/plugins/XmlMaterialProfile/product_to_id.json +++ b/plugins/XmlMaterialProfile/product_to_id.json @@ -6,6 +6,7 @@ "Ultimaker #+": "ultimaker#_plus", "Ultimaker #+ Connect": "ultimaker#_plus_connect", "Ultimaker S#": "ultimaker_s#", + "Ultimaker Factor #": "ultimaker_factor#", "Ultimaker Original": "ultimaker_original", "Ultimaker Original+": "ultimaker_original_plus", "Ultimaker Original Dual Extrusion": "ultimaker_original_dual",