|
@@ -3356,13 +3356,14 @@
|
|
|
"retraction_combing":
|
|
|
{
|
|
|
"label": "Combing Mode",
|
|
|
- "description": "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas by combing within the infill only.",
|
|
|
+ "description": "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas and also to only comb within the infill. Note that the 'Within Infill' option behaves exactly like the 'Not in Skin' option in earlier Cura releases.",
|
|
|
"type": "enum",
|
|
|
"options":
|
|
|
{
|
|
|
"off": "Off",
|
|
|
"all": "All",
|
|
|
- "noskin": "Not in Skin"
|
|
|
+ "noskin": "Not in Skin",
|
|
|
+ "infill": "Within Infill"
|
|
|
},
|
|
|
"default_value": "all",
|
|
|
"resolve": "'noskin' if 'noskin' in extruderValues('retraction_combing') else ('all' if 'all' in extruderValues('retraction_combing') else 'off')",
|