mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Switch descriptions of support top and bottom speed
Had it wrong way around on what it affects. Contributes to issue CURA-3491.
This commit is contained in:
parent
7915dfa103
commit
e09dc40dff
1 changed files with 2 additions and 2 deletions
|
@ -1916,7 +1916,7 @@
|
|||
"speed_support_bottom":
|
||||
{
|
||||
"label": "Support Bottom Speed",
|
||||
"description": "The speed at which the bottoms of support are printed. Printing them at lower speeds can improve overhang quality.",
|
||||
"description": "The speed at which the bottoms of support are printed. Printing them at lower speeds can improve adhesion of support on top of your model.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"default_value": 40,
|
||||
|
@ -1932,7 +1932,7 @@
|
|||
"speed_support_roof":
|
||||
{
|
||||
"label": "Support Roof Speed",
|
||||
"description": "The speed at which the roofs of support are printed. Printing them at lower speeds can improve adhesion of support on top of your model.",
|
||||
"description": "The speed at which the roofs of support are printed. Printing them at lower speeds can improve overhang quality.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"default_value": 40,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue