mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:25:53 +08: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
@ -5348,6 +5348,21 @@
|
|||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"settable_per_mesh": true
|
"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…
x
Reference in New Issue
Block a user