Merge pull request #5181 from drzejkopf/patch-4

Let "retraction_combing" be overriden with "infill" as default value
This commit is contained in:
Remco Burema 2019-02-05 11:25:17 +01:00 committed by GitHub
commit 8f5a34c592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
},