mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Add setting to enable sanding
Contributes to issue CURA-3903.
This commit is contained in:
parent
3d8c932bcc
commit
5400e87548
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue