From e30509df535b17f4613ff4864c440db98c6d6770 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 21 Apr 2020 09:54:10 +0200 Subject: [PATCH] Fix link with Deltacomb mesh file I don't know why this one didn't change along. Thanks to the automated tests to catch that for me. --- resources/definitions/deltacomb.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/deltacomb.def.json b/resources/definitions/deltacomb.def.json index ac2ea5abe1..fb0580f49d 100644 --- a/resources/definitions/deltacomb.def.json +++ b/resources/definitions/deltacomb.def.json @@ -10,7 +10,7 @@ "category": "Other", "file_formats": "text/x-gcode", "icon": "icon_ultimaker2", - "platform": "deltacomb.stl", + "platform": "deltacomb.3mf", "has_machine_quality": true, "has_materials": true, "has_variants": true,