mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-06 22:09:01 +08: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
@ -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…
x
Reference in New Issue
Block a user