Fractional layer-heights description refinement

CURA-10407
This commit is contained in:
Erwan MATHIEU 2023-10-26 15:57:05 +02:00
parent f795909f4a
commit 51ace51218

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. Apart from the top-layer, 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",
@ -5144,7 +5144,7 @@
"support_top_distance":
{
"label": "Support Top Distance",
"description": "Distance from the top of the support to the print. Note that this is not rounded.",
"description": "Distance from the top of the support to the print.",
"unit": "mm",
"minimum_value": "0",
"maximum_value_warning": "machine_nozzle_size",
@ -5158,7 +5158,7 @@
"support_bottom_distance":
{
"label": "Support Bottom Distance",
"description": "Distance from the print to the bottom of the support. Not that this is rounded up to the next layer height.",
"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",