mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-06 02:24:39 -07:00
Merge 8d42d19e3d into 3b0ec140a2
This commit is contained in:
commit
36bd8080ea
1 changed files with 14 additions and 0 deletions
|
|
@ -1229,6 +1229,20 @@
|
|||
"default_value": "inside_out",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"initial_layer_inset_direction":
|
||||
{
|
||||
"label": "Initial Layer Wall Ordering",
|
||||
"description": "Determines the order in which walls are printed on the initial layer. This allows different wall ordering specifically for the first layer to improve bed adhesion. When set to 'Not Overridden', the regular Wall Ordering setting is used. For better adhesion with small inner features, 'Outside To Inside' is recommended.",
|
||||
"type": "enum",
|
||||
"options":
|
||||
{
|
||||
"inside_out": "Inside To Outside",
|
||||
"outside_in": "Outside To Inside"
|
||||
},
|
||||
"default_value": "inside_out",
|
||||
"value": "inset_direction",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"alternate_extra_perimeter":
|
||||
{
|
||||
"label": "Alternate Extra Wall",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue