Fix default for sanding pattern

The previous default wasn't even in the options.

Contributes to issue CURA-3903.
This commit is contained in:
Ghostkeeper 2017-06-06 10:54:01 +02:00
parent 600b855037
commit 762dbe44b5
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -5402,7 +5402,7 @@
"concentric": "Concentric",
"zigzag": "Zig Zag"
},
"default_value": "lines",
"default_value": "zigzag",
"enabled": "sanding_enabled",
"settable_per_mesh": true
},