don't enable roofing by default (CURA-3940)

This commit is contained in:
Tim Kuipers 2017-07-17 15:32:57 +02:00
parent 26ac70d2bd
commit 141543d7ca

View file

@ -962,7 +962,7 @@
{ {
"label": "Roofing Layers", "label": "Roofing Layers",
"description": "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces.", "description": "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces.",
"default_value": 1, "default_value": 0,
"minimum_value": "0", "minimum_value": "0",
"maximum_value_warning": "top_layers - 1", "maximum_value_warning": "top_layers - 1",
"type": "int", "type": "int",