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:
Ghostkeeper 2021-10-13 17:23:09 +02:00
parent f0262abbb5
commit c6d92dc8d6
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -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" },