Remove Cubic Subdivision Radius setting

Just removes the definition. No version upgrade yet. That is next up.

Contributes to issue CURA-3427.
This commit is contained in:
Ghostkeeper 2017-05-11 14:27:56 +02:00
parent c5371842c2
commit e7fc36587d
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -1217,19 +1217,6 @@
"enabled": "infill_sparse_density > 0 and spaghetti_infill_enabled",
"settable_per_mesh": true
},
"sub_div_rad_mult":
{
"label": "Cubic Subdivision Radius",
"description": "A multiplier on the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to more subdivisions, i.e. more small cubes.",
"unit": "%",
"type": "float",
"default_value": 100,
"minimum_value": "0",
"minimum_value_warning": "100",
"maximum_value_warning": "200",
"enabled": "infill_sparse_density > 0 and infill_pattern == 'cubicsubdiv'",
"settable_per_mesh": true
},
"sub_div_rad_add":
{
"label": "Cubic Subdivision Shell",