Merge branch 'main' into PP-535_add_pa_setting

This commit is contained in:
HellAholic 2025-01-30 08:48:41 +01:00 committed by GitHub
commit 1b485824cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 100 additions and 22 deletions

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