mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
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.
This commit is contained in:
parent
ce196d551a
commit
3913d1e2ba
1 changed files with 3 additions and 3 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue