mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 23:31:42 -07:00
Add sanding pattern setting
I should probably remove Lines or Zig Zag as option, since they are basically the same. Contributes to issue CURA-3903.
This commit is contained in:
parent
5400e87548
commit
33dccc1340
1 changed files with 15 additions and 0 deletions
|
|
@ -5348,6 +5348,21 @@
|
|||
"type": "bool",
|
||||
"default_value": false,
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"sanding_pattern":
|
||||
{
|
||||
"label": "Sanding Pattern",
|
||||
"description": "The pattern to use for sanding top surfaces.",
|
||||
"type": "enum",
|
||||
"options":
|
||||
{
|
||||
"lines": "Lines",
|
||||
"concentric": "Concentric",
|
||||
"zigzag": "Zig Zag"
|
||||
},
|
||||
"default_value": "lines",
|
||||
"enabled": "sanding_enabled",
|
||||
"settable_per_mesh": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue