mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
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:
parent
f07e2bf799
commit
4cba960783
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue