From 0a1fd51b2f8736b7c2acdf6762800b35f428100c Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Mon, 23 Apr 2018 13:39:42 +0200 Subject: [PATCH] Prefer gcode for UM3 CURA-5143 --- resources/definitions/ultimaker3.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json index 05f74c6342..18e83870c5 100644 --- a/resources/definitions/ultimaker3.def.json +++ b/resources/definitions/ultimaker3.def.json @@ -6,7 +6,7 @@ "author": "Ultimaker", "manufacturer": "Ultimaker B.V.", "visible": true, - "file_formats": "application/gzip;text/x-gcode", + "file_formats": "text/x-gcode;application/gzip", "platform": "ultimaker3_platform.obj", "platform_texture": "Ultimaker3backplate.png", "platform_offset": [0, 0, 0],