Remove duplicate property

I think this is the result of a merge conflict or something. This entry should not be dependent on the number of bottom layers so I'm keeping the first one.
This commit is contained in:
Ghostkeeper 2019-02-27 10:23:46 +01:00
parent e2adc1791f
commit c44a207744
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -2901,7 +2901,6 @@
"default_value": 3000,
"value": "acceleration_topbottom",
"enabled": "resolveOrValue('acceleration_enabled') and roofing_layer_count > 0 and top_layers > 0",
"enabled": "top_layers > 0 or bottom_layers > 0",
"limit_to_extruder": "roofing_extruder_nr",
"settable_per_mesh": true
},