Add setting to enable sanding

Contributes to issue CURA-3903.
This commit is contained in:
Ghostkeeper 2017-06-01 17:15:37 +02:00
parent 3d8c932bcc
commit 5400e87548
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -5340,6 +5340,14 @@
"settable_per_mesh": false,
"settable_per_extruder": false,
"settable_per_meshgroup": false
},
"sanding_enabled":
{
"label": "Enable Sanding",
"description": "Go over the top surface one additional time, but without extruding material. This is meant to melt the plastic on top further, creating a smoother surface.",
"type": "bool",
"default_value": false,
"settable_per_mesh": true
}
}
},