Skip to content

Commit

Permalink
Merge pull request #17022 from Ultimaker/CURA-11041_fracional_support…
Browse files Browse the repository at this point in the history
…_gap

[CURA-10407] Fix description now that we have fractional layer-heights (for top).
  • Loading branch information
wawanbreton authored Oct 27, 2023
2 parents 15e7bb1 + 33160e9 commit 8897a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/definitions/fdmprinter.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 8897a5c

Please sign in to comment.