mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Fractional layer-heights description refinement
CURA-10407
This commit is contained in:
parent
f795909f4a
commit
51ace51218
1 changed files with 3 additions and 3 deletions
|
@ -5130,7 +5130,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. 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",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
|
@ -5144,7 +5144,7 @@
|
||||||
"support_top_distance":
|
"support_top_distance":
|
||||||
{
|
{
|
||||||
"label": "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",
|
"unit": "mm",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value_warning": "machine_nozzle_size",
|
"maximum_value_warning": "machine_nozzle_size",
|
||||||
|
@ -5158,7 +5158,7 @@
|
||||||
"support_bottom_distance":
|
"support_bottom_distance":
|
||||||
{
|
{
|
||||||
"label": "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",
|
"unit": "mm",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value_warning": "machine_nozzle_size",
|
"maximum_value_warning": "machine_nozzle_size",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue