From 22e281f36865dde0fc6121523b954f3896b3fd60 Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Wed, 29 Sep 2021 13:36:29 +0200 Subject: [PATCH] Fix using the wrong combing enum value in maker_made_300x The correct enum value should be 'infill'. 'Within infill' is the display name of that enum value. CURA-7976 --- resources/definitions/maker_made_300x.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/maker_made_300x.def.json b/resources/definitions/maker_made_300x.def.json index ae112af5d1..ddb936cd36 100644 --- a/resources/definitions/maker_made_300x.def.json +++ b/resources/definitions/maker_made_300x.def.json @@ -101,7 +101,7 @@ "acceleration_enabled": {"value": false }, "acceleration_roofing": {"value": 3000 }, "jerk_enabled": {"value": false }, - "retraction_combing": {"value": "'within infill'" }, + "retraction_combing": {"value": "'infill'" }, "travel_retract_before_outer_wall": {"value": false }, "travel_avoid_other_parts": {"value": true }, "retraction_hop_enabled": {"value": false },