Merge pull request #17022 from Ultimaker/CURA-11041_fracional_support_gap

[CURA-10407] Fix description now that we have fractional layer-heights (for top).
This commit is contained in:
Erwan MATHIEU 2023-10-27 15:55:55 +02:00 committed by GitHub
commit 8897a5c0d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5130,7 +5130,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 up 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. The topmost support layer below the model might be a fraction of regular layers.",
"unit": "mm",
"type": "float",
"minimum_value": "0",
@ -5158,7 +5158,7 @@
"support_bottom_distance":
{
"label": "Support Bottom Distance",
"description": "Distance from the print to the bottom of the support.",
"description": "Distance from the print to the bottom of the support. Note that this is rounded up to the next layer height.",
"unit": "mm",
"minimum_value": "0",
"maximum_value_warning": "machine_nozzle_size",