From 4cba96078390afbe110ae0830091c46a36d8a702 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 6 May 2021 12:49:54 +0200 Subject: [PATCH] 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 --- resources/definitions/anycubic_i3_mega_s.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 9ab0a69ee9..57d4e97ef3 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -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 },