mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Rename speed to ratio
Contributes to issue CURA-6755.
This commit is contained in:
parent
2abda86162
commit
138d76e7d9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class RetractContinue(Script):
|
||||||
{
|
{
|
||||||
"extra_retraction_speed":
|
"extra_retraction_speed":
|
||||||
{
|
{
|
||||||
"label": "Extra Retraction Speed",
|
"label": "Extra Retraction Ratio",
|
||||||
"description": "How much does it retract during the travel move, by ratio of the travel length.",
|
"description": "How much does it retract during the travel move, by ratio of the travel length.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0.05
|
"default_value": 0.05
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue