mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-02 16:44:33 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@
|
|||
"overrides":
|
||||
{
|
||||
"retraction_amount": { "default_value": 5 },
|
||||
"retraction_speed": { "value": "machine_max_feedrate_e" }
|
||||
"retraction_speed": { "value": "resolveOrValue('machine_max_feedrate_e')" }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue