Merge pull request #1787 from smartavionics/mb-add-smooth-spiralized-contours-setting-for-master

Add smooth_spiralized_contours setting to control smoothing of contours when spiralizing.
This commit is contained in:
jack 2017-05-09 14:41:40 +02:00 committed by GitHub
commit ef5d72a72a

View file

@ -4587,7 +4587,17 @@
"type": "bool",
"default_value": false,
"settable_per_mesh": false,
"settable_per_extruder": false
"settable_per_extruder": false,
"children":
{
"smooth_spiralized_contours":
{
"label": "Smooth Spiralized Contours",
"description": "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z-seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details.",
"type": "bool",
"default_value": true
}
}
}
}
},