mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-08 04:39:03 +08:00
Move skin extra wall count from experimental to shell category
Nobody sees any risk in this.
This commit is contained in:
parent
3fe75d9c95
commit
14e10c6987
@ -1298,6 +1298,17 @@
|
|||||||
"default_value": true,
|
"default_value": true,
|
||||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
|
"skin_outline_count":
|
||||||
|
{
|
||||||
|
"label": "Extra Skin Wall Count",
|
||||||
|
"description": "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material.",
|
||||||
|
"default_value": 1,
|
||||||
|
"minimum_value": "0",
|
||||||
|
"maximum_value_warning": "10",
|
||||||
|
"type": "int",
|
||||||
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
|
"settable_per_mesh": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -5153,17 +5164,6 @@
|
|||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
},
|
},
|
||||||
"skin_outline_count":
|
|
||||||
{
|
|
||||||
"label": "Extra Skin Wall Count",
|
|
||||||
"description": "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material.",
|
|
||||||
"default_value": 1,
|
|
||||||
"minimum_value": "0",
|
|
||||||
"maximum_value_warning": "10",
|
|
||||||
"type": "int",
|
|
||||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
|
||||||
"settable_per_mesh": true
|
|
||||||
},
|
|
||||||
"skin_alternate_rotation":
|
"skin_alternate_rotation":
|
||||||
{
|
{
|
||||||
"label": "Alternate Skin Rotation",
|
"label": "Alternate Skin Rotation",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user