From ebd3b4b9bf5a6e7a8993a7b725068efba7ac467e Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Wed, 4 Sep 2019 10:26:48 +0200 Subject: [PATCH] Change the URL to check for new firmware Contributes to CURA-6742. --- resources/definitions/ultimaker_s3.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/ultimaker_s3.def.json b/resources/definitions/ultimaker_s3.def.json index c380fcbc50..0fbf4acd77 100644 --- a/resources/definitions/ultimaker_s3.def.json +++ b/resources/definitions/ultimaker_s3.def.json @@ -32,7 +32,7 @@ "weight": -1, "firmware_update_info": { "id": 213482, - "check_urls": ["https://software.ultimaker.com/releases/firmware/213482/stable/version.txt"], + "check_urls": ["https://software.ultimaker.com/releases/firmware/213482/stable/um-update.swu.version"], "update_url": "https://ultimaker.com/firmware" } },