mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 12:45:57 +08:00
Fix description now that we have fractional layer-heights (for top).
part of CURA-10407
This commit is contained in:
parent
4378e8a827
commit
d71252dee8
@ -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. 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. Apart from the top-layer, this value is rounded up to a multiple of the layer height.",
|
||||||
"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.",
|
"description": "Distance from the top of the support to the print. Note that this is not rounded.",
|
||||||
"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.",
|
"description": "Distance from the print to the bottom of the support. Not 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…
x
Reference in New Issue
Block a user