From 0ff893c349fcc8deb6549619b0e7157516f898ad Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Fri, 14 Sep 2018 13:49:56 +0200 Subject: [PATCH] [CURA-5689] Make 'Ignore Small Z Gaps' false by default. WARNING: Increases default slicing time! --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 4c87a3bcf0..a3f507fdae 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1438,7 +1438,7 @@ "label": "Ignore Small Z Gaps", "description": "When the model has small vertical gaps, about 5% extra computation time can be spent on generating top and bottom skin in these narrow spaces. In such case, disable the setting.", "type": "bool", - "default_value": true, + "default_value": false, "limit_to_extruder": "top_bottom_extruder_nr", "settable_per_mesh": true },