mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Correct description of Support Z Distance setting
It's rounded up, not down. Contributes to issue CURA-2364.
This commit is contained in:
parent
0b364558a0
commit
8b21efb18b
1 changed files with 1 additions and 1 deletions
|
|
@ -2815,7 +2815,7 @@
|
|||
"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",
|
||||
"type": "float",
|
||||
"minimum_value": "0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue