Set default of draft shield height to 10mm

This is a fairly arbitrary default until we have tests from materials. The draft shield height is now only used by the engine if the draft shield is enabled and limited.

Contributes to issue CURA-1295.
This commit is contained in:
Ghostkeeper 2016-07-28 13:07:14 +02:00
parent a1bd8f59ed
commit 40932a3ad2
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -3346,8 +3346,8 @@
"type": "float",
"minimum_value": "0",
"maximum_value_warning": "9999",
"default_value": 0,
"value": "9999 if draft_shield_height_limitation == 'full' and draft_shield_enabled else 0.0",
"default_value": 10,
"value": "10",
"enabled": "draft_shield_enabled and draft_shield_height_limitation == \"limited\"",
"settable_per_mesh": false,
"settable_per_extruder": false