mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:56:03 +08:00
Added settings for a different number of walls in top/bottom.
first pass of CURA-12446 -- will need to change things in subsequent commits most likely.
This commit is contained in:
parent
a90b7fb59b
commit
9a33a70914
@ -1843,6 +1843,50 @@
|
|||||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"wall_line_count_skin":
|
||||||
|
{
|
||||||
|
"label": "Total Wall Line Count In Skin",
|
||||||
|
"description": "The number of walls in the skin parts.",
|
||||||
|
"default_value": 1,
|
||||||
|
"minimum_value": "0",
|
||||||
|
"maximum_value_warning": "10",
|
||||||
|
"maximum_value": "999999",
|
||||||
|
"type": "int",
|
||||||
|
"enabled": "(top_layers > 0 or bottom_layers > 0)",
|
||||||
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
|
"settable_per_mesh": true,
|
||||||
|
"children":
|
||||||
|
{
|
||||||
|
"wall_line_count_bottom":
|
||||||
|
{
|
||||||
|
"label": "Total Wall Line Count In Bottom Skin",
|
||||||
|
"description": "The number of walls in the bottom skin parts.",
|
||||||
|
"default_value": 1,
|
||||||
|
"value": "wall_line_count_skin",
|
||||||
|
"minimum_value": "0",
|
||||||
|
"maximum_value_warning": "10",
|
||||||
|
"maximum_value": "999999",
|
||||||
|
"type": "int",
|
||||||
|
"enabled": "bottom_layers > 0",
|
||||||
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
|
"wall_line_count_top":
|
||||||
|
{
|
||||||
|
"label": "Total Wall Line Count In Top Skin",
|
||||||
|
"description": "The number of walls in the top skin parts.",
|
||||||
|
"default_value": 1,
|
||||||
|
"value": "wall_line_count_skin",
|
||||||
|
"minimum_value": "0",
|
||||||
|
"maximum_value_warning": "10",
|
||||||
|
"maximum_value": "999999",
|
||||||
|
"type": "int",
|
||||||
|
"enabled": "top_layers > 0",
|
||||||
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"ironing_enabled":
|
"ironing_enabled":
|
||||||
{
|
{
|
||||||
"label": "Enable Ironing",
|
"label": "Enable Ironing",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user