From 5550dbf53f605afa8ae8cc69a8ff6e017a5e5f13 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Fri, 3 Mar 2017 12:41:14 +0100 Subject: [PATCH] JSON fix: don't expand bottom skins by default (CURA-3440) --- resources/definitions/fdmprinter.def.json | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index c0f4536eb0..cadbc55f38 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1269,7 +1269,6 @@ "description": "Expand lower skin areas (areas with air below) so that they are anchored by the infill layers above and below.", "type": "bool", "default_value": false, - "value": "expand_skins_into_infill", "enabled": "expand_skins_into_infill", "settable_per_mesh": true }