Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-09-28 12:44:19 +0300
committerGhostkeeper <rubend@tutanota.com>2020-09-28 12:44:19 +0300
commita747ca0661c3753e5a91eb8192d0bbd172fd8abc (patch)
treecf7b64bb0f36b0e9a244707ca569840c8fced6c0 /resources/definitions/SV01.def.json
parentd16ab4fdd681a56cf5b5aa66cfda8279700c27cc (diff)
Fix filtering of output MIME types removable drive
The RemovableDriveOutputDevice was selecting the preferred format to save the slice output in automatically. To select this, it was taking the intersection between the available output formats (for which there is a Writer plug-in) and the file formats that the printer supports. However if the printer supports a file format that is not supported by Cura, it would crash here because it was looking up the plug-in for a MIME type it doesn't know about. Stupid mistake. But not half as stupid as the bug I'm about to fix in the next commit. Fixes #4827.
Diffstat (limited to 'resources/definitions/SV01.def.json')
-rw-r--r--resources/definitions/SV01.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/SV01.def.json b/resources/definitions/SV01.def.json
index fb410151a9..02347a8e3b 100644
--- a/resources/definitions/SV01.def.json
+++ b/resources/definitions/SV01.def.json
@@ -14,7 +14,7 @@
"0": "SV01_extruder_0"
}
},
-
+
"overrides": {
"machine_name": { "default_value": "SV01" },
"machine_extruder_count": { "default_value": 1 },