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>2021-12-17 17:42:28 +0300
committerGhostkeeper <rubend@tutanota.com>2021-12-17 17:42:28 +0300
commit3913d1e2ba36a525f86367e7cd6981536d9c981e (patch)
tree2b467122147ea81b294a34fb75532a63d45d70e3 /resources/definitions/mixware_hyper_s.def.json
parentce196d551a9f0a89471dcc4a8e5ff64c24ccd61d (diff)
Fix non-existing preferred materials and extruder trains
This was causing a crash. The extruder train had a different ID. The preferred material doesn't exist so it selects a random one that does match. I've set it to be default. The preferred quality needs to refer to the quality type. Contributes to issue CURA-8782.
Diffstat (limited to 'resources/definitions/mixware_hyper_s.def.json')
-rw-r--r--resources/definitions/mixware_hyper_s.def.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/definitions/mixware_hyper_s.def.json b/resources/definitions/mixware_hyper_s.def.json
index 1527e09529..0c93c2793e 100644
--- a/resources/definitions/mixware_hyper_s.def.json
+++ b/resources/definitions/mixware_hyper_s.def.json
@@ -10,10 +10,10 @@
"file_formats": "text/x-gcode",
"platform": "hyper_s_platform.stl",
"has_materials": true,
- "preferred_material": "*hyper_s_pla*",
- "preferred_quality": "*extra*",
+ "preferred_material": "generic_pla",
+ "preferred_quality": "coarse",
"machine_extruder_trains": {
- "0": "hyper_s_extruder_0"
+ "0": "mixware_hyper_s_extruder_0"
}
},
"overrides": {