Allow negative support interface offsets

There is no technical reason why this is not allowed. You could save some material with this.

Contributes to issue CURA-5880.
This commit is contained in:
Ghostkeeper 2018-11-08 12:50:00 +01:00
parent 59b8bdec54
commit dcc6003a92
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -4384,7 +4384,6 @@
"description": "Amount of offset applied to the support interface polygons.",
"unit": "mm",
"type": "float",
"minimum_value": "0",
"default_value": 0.0,
"limit_to_extruder": "support_interface_extruder_nr",
"enabled": "support_interface_enable and (support_enable or support_tree_enable)",