mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:29:00 +08:00
Adds a setting to select skin pattern for first layer
This commit is contained in:
parent
6b7bae4dff
commit
8ee6b89a56
@ -890,6 +890,20 @@
|
|||||||
"default_value": "lines",
|
"default_value": "lines",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"top_bottom_pattern_0":
|
||||||
|
{
|
||||||
|
"label": "Bottom Pattern Initial Layer",
|
||||||
|
"description": "The pattern on the bottom of the print on the first layer.",
|
||||||
|
"type": "enum",
|
||||||
|
"options":
|
||||||
|
{
|
||||||
|
"lines": "Lines",
|
||||||
|
"concentric": "Concentric",
|
||||||
|
"zigzag": "Zig Zag"
|
||||||
|
},
|
||||||
|
"default_value": "lines",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"wall_0_inset":
|
"wall_0_inset":
|
||||||
{
|
{
|
||||||
"label": "Outer Wall Inset",
|
"label": "Outer Wall Inset",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user