Revert "fix: set default of bottom reference wall to legacy behavior (CURA-3990 CURA-4103)"

This reverts commit ce13e84bd0.
This commit is contained in:
Ghostkeeper 2017-08-02 11:00:26 +02:00
parent 3ffa274050
commit 8b77465127
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -1106,8 +1106,7 @@
"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": 2,
"value": "wall_line_count",
"default_value": 0,
"type": "int",
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true