mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 22:31:21 -07:00
Fix default for sanding pattern
The previous default wasn't even in the options. Contributes to issue CURA-3903.
This commit is contained in:
parent
600b855037
commit
762dbe44b5
1 changed files with 1 additions and 1 deletions
|
|
@ -5402,7 +5402,7 @@
|
||||||
"concentric": "Concentric",
|
"concentric": "Concentric",
|
||||||
"zigzag": "Zig Zag"
|
"zigzag": "Zig Zag"
|
||||||
},
|
},
|
||||||
"default_value": "lines",
|
"default_value": "zigzag",
|
||||||
"enabled": "sanding_enabled",
|
"enabled": "sanding_enabled",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue