Remove duplicate setting definition

I think this was a merge conflict.

Contributes to issue CURA-4523.
This commit is contained in:
Ghostkeeper 2017-12-12 09:28:42 +01:00
parent 9a94e73b63
commit 948301c531
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -4226,16 +4226,6 @@
"limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_enable and support_use_towers",
"settable_per_mesh": true
},
"remove_empty_first_layers":
{
"label": "Remove Empty First Layers",
"description": "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle.",
"type": "bool",
"default_value": true,
"enabled": "not support_enable and not support_tree_enable",
"settable_per_mesh": false,
"settable_per_extruder": false
}
}
},