mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 00:55:53 +08:00
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:
commit
8897a5c0d6
@ -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. 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",
|
||||||
@ -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. 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…
x
Reference in New Issue
Block a user