From ce18fdad0249ae631b9f4865747c7be2a08056e7 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 31 Mar 2022 09:48:30 +0200 Subject: [PATCH] automatically remove all holes when spiralizing Spiralize is meant for models which are solid, but many people don't know and model their things hollow. With this automatic setting change these people won't notice that they have modeled it wrong. Which means there are less times I need to explain stuff to users. Profit. --- resources/definitions/fdmprinter.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 0c939e03f2..cb792cbc9d 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -6361,6 +6361,7 @@ "description": "Remove the holes in each layer and keep only the outside shape. This will ignore any invisible internal geometry. However, it also ignores layer holes which can be viewed from above or below.", "type": "bool", "default_value": false, + "value": "magic_spiralize", "settable_per_mesh": true }, "meshfix_extensive_stitching":