mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-31 05:10:42 -07:00
Let "retraction_combing" be overriden with "infill" as default value
"infill" option was not added to "resolve" after adding additional combing setting, so that wasn't possible to add it as override value in printer definition
This commit is contained in:
parent
1b7b302f42
commit
d499f780c8
1 changed files with 1 additions and 1 deletions
|
|
@ -3395,7 +3395,7 @@
|
|||
"infill": "Within Infill"
|
||||
},
|
||||
"default_value": "all",
|
||||
"resolve": "'noskin' if 'noskin' in extruderValues('retraction_combing') else ('all' if 'all' in extruderValues('retraction_combing') else 'off')",
|
||||
"resolve": "'noskin' if 'noskin' in extruderValues('retraction_combing') else ('infill' if 'infill' in extruderValues('retraction_combing') else ('all' if 'all' in extruderValues('retraction_combing') else 'off'))",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue