From d5e3ed4c0e9d626fbf569a8d48a0a924fbc54571 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 12 Oct 2021 11:39:26 +0200 Subject: [PATCH] New material API endpoint URL This is the new URL they have settled on. Contributes to issue CURA-8609. --- cura/PrinterOutput/UploadMaterialsJob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/PrinterOutput/UploadMaterialsJob.py b/cura/PrinterOutput/UploadMaterialsJob.py index 57f6332755..e500d8d407 100644 --- a/cura/PrinterOutput/UploadMaterialsJob.py +++ b/cura/PrinterOutput/UploadMaterialsJob.py @@ -25,7 +25,7 @@ class UploadMaterialsJob(Job): Job that uploads a set of materials to the Digital Factory. """ - UPLOAD_REQUEST_URL = f"{UltimakerCloudConstants.CuraDigitalFactoryURL}/materials/profile_upload" + UPLOAD_REQUEST_URL = f"{UltimakerCloudConstants.CuraCloudAPIRoot}/connect/v1/materials/upload" class Result(enum.IntEnum): SUCCCESS = 0