Fix incorrect value for anycubic profile

This was done as part of merging the printer. Since the issue is so small
I decided to fix it right away instead of bouncing it back & forth with the
original author

CURA-8221
This commit is contained in:
Jaime van Kessel 2021-05-06 12:49:54 +02:00
parent f07e2bf799
commit 4cba960783
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -93,7 +93,7 @@
"retraction_hop": { "value": 0.075 },
"retraction_hop_only_when_collides": { "value": true },
"retraction_combing": { "value": "off" },
"retraction_combing": { "value": "'off'" },
"retraction_combing_max_distance": { "value": 30 },
"travel_avoid_other_parts": { "value": true },
"travel_avoid_supports": { "value": true },