From 60060db0d5d89389b48dbb901ee7b30a5913e88e Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 13 May 2019 15:47:47 +0200 Subject: [PATCH] Reduce weight of S5 definition It's now the 2nd year after the introduction of the S5 so we have to reduce this weight by one. Contributes to issue CURA-6500. --- resources/definitions/ultimaker_s5.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json index baa09b7392..0ebd956aa1 100644 --- a/resources/definitions/ultimaker_s5.def.json +++ b/resources/definitions/ultimaker_s5.def.json @@ -31,7 +31,7 @@ "supported_actions": [ "DiscoverUM3Action" ], "supports_usb_connection": false, "supports_network_connection": true, - "weight": -1, + "weight": -2, "firmware_update_info": { "id": 9051, "check_urls": ["http://software.ultimaker.com/releases/firmware/9051/stable/um-update.swu.version"],