Move skin extra wall count from experimental to shell category

Nobody sees any risk in this.
This commit is contained in:
Ghostkeeper 2017-09-12 11:27:35 +02:00
parent 3fe75d9c95
commit 14e10c6987
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -1298,6 +1298,17 @@
"default_value": true,
"limit_to_extruder": "top_bottom_extruder_nr",
"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_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":
{
"label": "Alternate Skin Rotation",