From b4b5061e0eb71d8f18796241c23c8c8edf869e0b Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Tue, 9 May 2017 14:44:26 +0200 Subject: [PATCH] Visibility for smooth spiralize. CURA-3771 --- resources/definitions/fdmprinter.def.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 82e53ba88b..448dc1c166 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4595,7 +4595,8 @@ "label": "Smooth Spiralized Contours", "description": "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z-seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details.", "type": "bool", - "default_value": true + "default_value": true, + "enabled": "magic_spiralize" } } }