mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Properly override retraction_combing_max_distance
Since by default it now defines a value for this one rather than default_value, this override had broken. Thank you, tests. Contributes to issue CURA-6860.
This commit is contained in:
parent
3b1e88e49c
commit
5ddee1e70f
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
"retraction_hop_enabled": { "default_value": true },
|
||||
"retraction_hop": { "default_value": 0.2 },
|
||||
"retraction_combing": { "default_value": "noskin" },
|
||||
"retraction_combing_max_distance": { "default_value": 10 },
|
||||
"retraction_combing_max_distance": { "value": "10" },
|
||||
"travel_avoid_other_parts": { "default_value": false },
|
||||
"speed_travel": { "maximum_value": 300, "value": 300, "maximum_value_warning": 501 },
|
||||
"speed_travel_layer_0": { "value": "math.ceil(speed_travel * 0.4)" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue