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:
HellAholic 2025-01-29 14:02:51 +01:00 committed by GitHub
commit 49cc44b4ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')" }
}
}