Correct description of Support Z Distance setting

It's rounded up, not down.

Contributes to issue CURA-2364.
This commit is contained in:
Ghostkeeper 2017-01-06 15:37:21 +01:00
parent 0b364558a0
commit 8b21efb18b
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -2815,7 +2815,7 @@
"support_z_distance": "support_z_distance":
{ {
"label": "Support Z Distance", "label": "Support Z Distance",
"description": "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded down to a multiple of the layer height.", "description": "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"minimum_value": "0", "minimum_value": "0",