mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-03 14:55:12 +08:00
Merge pull request #19983 from Ultimaker/fix_crash_on_material_management_sovol_sv01
"Sovol Base Bowden Printer" update to add resolveOrValue to retraction_speed override
This commit is contained in:
commit
49cc44b4ec
@ -10,6 +10,6 @@
|
|||||||
"overrides":
|
"overrides":
|
||||||
{
|
{
|
||||||
"retraction_amount": { "default_value": 5 },
|
"retraction_amount": { "default_value": 5 },
|
||||||
"retraction_speed": { "value": "machine_max_feedrate_e" }
|
"retraction_speed": { "value": "resolveOrValue('machine_max_feedrate_e')" }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user