mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:35:57 +08:00
Merge remote-tracking branch 'upstream/skin_reference_wall'
This commit is contained in:
commit
ed525478d6
@ -1088,6 +1088,29 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"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.",
|
||||||
|
"minimum_value": "0",
|
||||||
|
"maximum_value": "wall_line_count",
|
||||||
|
"default_value": 2,
|
||||||
|
"type": "int",
|
||||||
|
"value": "wall_line_count",
|
||||||
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
|
"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.",
|
||||||
|
"minimum_value": "0",
|
||||||
|
"maximum_value": "wall_line_count",
|
||||||
|
"default_value": 0,
|
||||||
|
"type": "int",
|
||||||
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"top_bottom_pattern":
|
"top_bottom_pattern":
|
||||||
{
|
{
|
||||||
"label": "Top/Bottom Pattern",
|
"label": "Top/Bottom Pattern",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user