From 8b72834c9b3013c6c7375a239e24f4d0abe07af4 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 13 Jan 2016 16:24:20 +0100 Subject: [PATCH] Remove skin_no_small_gaps_heuristic Apparently this setting doesn't exist in the legacy Cura. Contributes to issue CURA-37. --- plugins/LegacyProfileReader/DictionaryOfDoom.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/LegacyProfileReader/DictionaryOfDoom.json b/plugins/LegacyProfileReader/DictionaryOfDoom.json index a340fdbea2..8f3a25e523 100644 --- a/plugins/LegacyProfileReader/DictionaryOfDoom.json +++ b/plugins/LegacyProfileReader/DictionaryOfDoom.json @@ -10,7 +10,6 @@ "top_bottom_thickness": "solid_layer_thickness", "top_thickness": "0 if (solid_top == \"False\") else solid_layer_thickness", "bottom_thickness": "0 if (solid_bottom == \"False\") else solid_layer_thickness", - "skin_no_small_gaps_heuristic": "fix_horrible_extensive_stitching", "infill_sparse_density": "fill_density", "infill_overlap": "fill_overlap", "infill_before_walls": "perimeter_before_infill",