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:
Ghostkeeper 2017-06-01 21:57:26 +02:00
parent 5400e87548
commit 33dccc1340
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -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
}
}
},