From 69331696f0de67998a943460d6354071b6c0870c Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 15 Feb 2016 11:03:44 +0100 Subject: [PATCH] Revert UM2+ machine names This was causing problems in the listing of the printers due to the variants. I still don't really know why it was causing these problems but I've reverted the changes and it seems to have been fixed now. Contributes to issue CURA-440. --- resources/machines/ultimaker2_extended_plus.json | 2 +- resources/machines/ultimaker2plus.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/machines/ultimaker2_extended_plus.json b/resources/machines/ultimaker2_extended_plus.json index 403340cbe3..5f74df23c7 100644 --- a/resources/machines/ultimaker2_extended_plus.json +++ b/resources/machines/ultimaker2_extended_plus.json @@ -1,5 +1,5 @@ { - "id": "ultimaker2_extended_plus", + "id": "ultimaker2_extended_plus_base", "version": 1, "name": "Ultimaker 2 Extended+", "manufacturer": "Ultimaker", diff --git a/resources/machines/ultimaker2plus.json b/resources/machines/ultimaker2plus.json index 8c1c24663f..b75e66122d 100644 --- a/resources/machines/ultimaker2plus.json +++ b/resources/machines/ultimaker2plus.json @@ -1,5 +1,5 @@ { - "id": "ultimaker2plus", + "id": "ultimaker2plus_base", "version": 1, "name": "Ultimaker 2+", "manufacturer": "Ultimaker",