mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Revert "better description skin reference wall settings (CURA-3990)"
This reverts commit cbc3daf535
.
This commit is contained in:
parent
b714f0ff3e
commit
8fc5b2dfee
1 changed files with 2 additions and 2 deletions
|
@ -1091,7 +1091,7 @@
|
|||
"top_reference_wall":
|
||||
{
|
||||
"label": "Top Reference Wall",
|
||||
"description": "The number of the wall of the layers above a layer to consider as infill for that layer. Reducing this number reduces the skin on slanted top faces of the input model. Increasing this number causes walls on consecutive layers to be supported better. Zero means the outline of the layer is used.",
|
||||
"description": "The number of the wall of the layers above a layer to consider as infill for that layer. Reducing this number reduces the skin on slanted top faces of the input model. Increasing this number causes walls on consecutive layers to be supported better.",
|
||||
"minimum_value": "0",
|
||||
"maximum_value": "wall_line_count",
|
||||
"default_value": 2,
|
||||
|
@ -1103,7 +1103,7 @@
|
|||
"bottom_reference_wall":
|
||||
{
|
||||
"label": "Bottom Reference Wall",
|
||||
"description": "The number of the wall of the layers below a layer to consider as infill for that layer. Reducing this number reduces the skin on overhanging faces of the input model. Increasing this number causes bridges to attach better to the walls of the previous layer. Zero means the outline of the layer is used.",
|
||||
"description": "The number of the wall of the layers below a layer to consider as infill for that layer. Reducing this number reduces the skin on overhanging faces of the input model.",
|
||||
"minimum_value": "0",
|
||||
"maximum_value": "wall_line_count",
|
||||
"default_value": 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue