mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-25 08:58:35 -07:00
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:
parent
938d8c219c
commit
21764d3db0
1 changed files with 1 additions and 2 deletions
|
|
@ -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 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue