mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fix resolve logic for adhesion_type
Pick the most "sticky" option of all the enabled extruders for `adhesion_type`
This commit is contained in:
parent
6cf55cd743
commit
12e681e6ac
1 changed files with 1 additions and 1 deletions
|
@ -6063,7 +6063,7 @@
|
|||
"none": "None"
|
||||
},
|
||||
"default_value": "brim",
|
||||
"resolve": "extruderValue(adhesion_extruder_nr, 'adhesion_type')",
|
||||
"resolve": "min(extruderValues('adhesion_type'), key=('raft', 'brim', 'skirt', 'none').index)",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue