JSON: fix: cone angle sign inverted compared to description (CURA-869)

This commit is contained in:
Tim Kuipers 2016-02-22 16:51:34 +01:00
parent 1e7de43934
commit a168eab140

View File

@ -1296,8 +1296,10 @@
"unit": "°", "unit": "°",
"type": "float", "type": "float",
"min_value": "-90", "min_value": "-90",
"min_value_warning": "-45",
"max_value_warning": "45",
"max_value": "90", "max_value": "90",
"default": -30, "default": 30,
"visible": false, "visible": false,
"enabled": "support_conical_enabled and support_enable" "enabled": "support_conical_enabled and support_enable"
}, },