mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
don't enable roofing by default (CURA-3940)
This commit is contained in:
parent
26ac70d2bd
commit
141543d7ca
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue