Browse Source

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
Konstantinos Karmas 3 years ago
parent
commit
22e281f368
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/maker_made_300x.def.json

+ 1 - 1
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 },