From bf80e6efd5e064ad11d36648b34d4643d631dcf6 Mon Sep 17 00:00:00 2001 From: Mark Burton Date: Fri, 12 May 2017 09:10:21 +0100 Subject: [PATCH] Just like magic_spiralize, smooth_spiralized_contours should not be settable per model/extruder. --- resources/definitions/fdmprinter.def.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 46b3b125a4..838a1d975d 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4595,7 +4595,9 @@ "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, - "enabled": "magic_spiralize" + "enabled": "magic_spiralize", + "settable_per_mesh": false, + "settable_per_extruder": false } } },