mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix combing mode override
This needs quotes, since it's a Python expression. Otherwise it would get interpreted as a variable name which doesn't exist. Contributes to issue CURA-8627.
This commit is contained in:
parent
f0262abbb5
commit
c6d92dc8d6
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
|||
"raft_margin": { "value": "10" },
|
||||
"raft_surface_layers": { "value": "1" },
|
||||
"retraction_amount": { "value": "6.5" },
|
||||
"retraction_combing": {"value": "no_outer_surfaces"},
|
||||
"retraction_combing": {"value": "'no_outer_surfaces'"},
|
||||
"retraction_count_max": { "value": "10" },
|
||||
"retraction_extrusion_window": { "value": "1" },
|
||||
"retraction_hop": { "value": "2" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue