mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 07:14:24 +08: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
@ -10,6 +10,6 @@
|
||||
"overrides":
|
||||
{
|
||||
"retraction_amount": { "default_value": 5 },
|
||||
"retraction_speed": { "default_value": 70 }
|
||||
"retraction_speed": { "value": "machine_max_feedrate_e" }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user