Remove redundant override

The value is overwritten with the formula in fdmprinter, so setting the default_value does not have any effect in this case.
This commit is contained in:
HellAholic 2025-06-26 10:38:48 +02:00 committed by GitHub
parent 938d8c219c
commit 21764d3db0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,6 @@
"retraction_combing_max_distance": { "default_value": 10 },
"retraction_hop": { "default_value": 0.4 },
"retraction_hop_enabled": { "default_value": true },
"retraction_min_travel": { "default_value": 1 },
"retraction_prime_speed":
{
"maximum_value_warning": 130,
@ -128,4 +127,4 @@
"wall_overhang_speed_factor": { "default_value": 50 },
"zig_zaggify_infill": { "value": true }
}
}
}