Merge branch 'master' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2018-04-12 21:56:13 +02:00
commit 5d1d426037

View File

@ -3281,7 +3281,7 @@
{ {
"off": "Off", "off": "Off",
"all": "All", "all": "All",
"noskin": "No Skin" "noskin": "Not in Skin"
}, },
"default_value": "all", "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 ('all' if 'all' in extruderValues('retraction_combing') else 'off')",