From ecfac2fbebe8b60aba09f728a82b955c7c509ae2 Mon Sep 17 00:00:00 2001 From: David Kocik Date: Wed, 11 Sep 2024 12:51:31 +0200 Subject: [PATCH] SPE-2481: Updated Manifest file to match information from server. --- resources/profiles/ArchiveRepositoryManifest.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/resources/profiles/ArchiveRepositoryManifest.json b/resources/profiles/ArchiveRepositoryManifest.json index 0a1a916fa9..3063db61e2 100644 --- a/resources/profiles/ArchiveRepositoryManifest.json +++ b/resources/profiles/ArchiveRepositoryManifest.json @@ -15,11 +15,19 @@ "index_url": "https://preset-repo-api.prusa3d.com/v1/repos/prusa-sla/vendor_indices.zip", "selected": 1 }, { - "name": "Non Prusa FFF", - "description": "FFF printers by other vendors", + "name": "Other FFF", + "description": "FFF Printers by other vendors", "visibility": "", "id": "non-prusa-fff", "url": "https://preset-repo-api.prusa3d.com/v1/repos/non-prusa-fff/", "index_url": "https://preset-repo-api.prusa3d.com/v1/repos/non-prusa-fff/vendor_indices.zip", "selected": 1 -}] +}, { + "name": "Other SLA", + "description": "SLA printers by other vendors", + "visibility": "", + "id": "non-prusa-sla", + "url": "https://preset-repo-api.prusa3d.com/v1/repos/non-prusa-sla/", + "index_url": "https://preset-repo-api.prusa3d.com/v1/repos/non-prusa-sla/vendor_indices.zip", + "selected": 1 +}] \ No newline at end of file