mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 01:46:00 +08:00
Make the previously 'bottom' wall line count only apply to initial.
Otherwise the walls will adhere less well to the model, and while this is a nice visual change, structural integrity (especially when briding) is more important. Also this is what it already says in the ticket is needed, nothing really specified about non-top, non-initial layers. part of CURA-12446
This commit is contained in:
parent
5507996651
commit
cc55ef7996
@ -1845,8 +1845,8 @@
|
|||||||
},
|
},
|
||||||
"wall_line_count_skin":
|
"wall_line_count_skin":
|
||||||
{
|
{
|
||||||
"label": "Total Wall Line Count In Skin",
|
"label": "Wall Line Count Top/Initial",
|
||||||
"description": "The number of walls in the top- and bottom-most skin parts. This allows for setting less (or more) walls to parts of the model 'exposed to air'.",
|
"description": "The number of walls in the top-skin and initial-layer-skin parts. This allows for setting less (or more) walls to parts of the model 'exposed to air' (except for bottom parts higher up in the model).",
|
||||||
"default_value": 1,
|
"default_value": 1,
|
||||||
"value": "wall_line_count",
|
"value": "wall_line_count",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
@ -1858,10 +1858,10 @@
|
|||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"children":
|
"children":
|
||||||
{
|
{
|
||||||
"wall_line_count_bottom":
|
"wall_line_count_0":
|
||||||
{
|
{
|
||||||
"label": "Total Wall Line Count In Bottom Skin",
|
"label": "Wall Line Count Initial Layer",
|
||||||
"description": "The number of walls in the bottom-most skin parts, 'exposed to air'.",
|
"description": "The number of walls in the initial layer.",
|
||||||
"default_value": 1,
|
"default_value": 1,
|
||||||
"value": "wall_line_count_skin",
|
"value": "wall_line_count_skin",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
@ -1874,7 +1874,7 @@
|
|||||||
},
|
},
|
||||||
"wall_line_count_top":
|
"wall_line_count_top":
|
||||||
{
|
{
|
||||||
"label": "Total Wall Line Count In Top Skin",
|
"label": "Wall Line Count Top",
|
||||||
"description": "The number of walls in the top-most skin parts, 'exposed to air'.",
|
"description": "The number of walls in the top-most skin parts, 'exposed to air'.",
|
||||||
"default_value": 1,
|
"default_value": 1,
|
||||||
"value": "wall_line_count_skin",
|
"value": "wall_line_count_skin",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user