mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Use machine_max_feedrate_e for retraction_speed
Can't move faster than the machine limits after all Contributes to CURA-10084
This commit is contained in:
parent
866071d86d
commit
53f6c63876
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@
|
|||
"overrides":
|
||||
{
|
||||
"retraction_amount": { "default_value": 5 },
|
||||
"retraction_speed": { "default_value": 70 }
|
||||
"retraction_speed": { "value": "machine_max_feedrate_e" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue