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:
Jelle Spijker 2022-12-28 14:57:54 +01:00
parent 866071d86d
commit 53f6c63876

View File

@ -10,6 +10,6 @@
"overrides": "overrides":
{ {
"retraction_amount": { "default_value": 5 }, "retraction_amount": { "default_value": 5 },
"retraction_speed": { "default_value": 70 } "retraction_speed": { "value": "machine_max_feedrate_e" }
} }
} }