Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantinos Karmas <konskarm@gmail.com>2021-09-29 14:36:29 +0300
committerKonstantinos Karmas <konskarm@gmail.com>2021-09-29 14:36:29 +0300
commit22e281f36865dde0fc6121523b954f3896b3fd60 (patch)
tree65cca29059831b5e3b3be43b2d47a73132ca906d /resources/definitions/maker_made_300x.def.json
parent61d18f22b2e1cfefc32a3457f302a5ed21b8b1a0 (diff)
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
Diffstat (limited to 'resources/definitions/maker_made_300x.def.json')
-rw-r--r--resources/definitions/maker_made_300x.def.json2
1 files changed, 1 insertions, 1 deletions
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 },