Skip to content

Commit

Permalink
Merge pull request #19632 from Ultimaker/PP-521_Fix_adhesion-type_res…
Browse files Browse the repository at this point in the history
…olve-logic

PP-521: Fix resolve logic for adhesion_type
  • Loading branch information
HellAholic authored Oct 7, 2024
2 parents b9344f2 + 058cf13 commit 96abc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/definitions/fdmprinter.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -6064,7 +6064,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
},
Expand Down

0 comments on commit 96abc03

Please sign in to comment.