From ef19a9910be02960499bb8775d53469950ed31bb Mon Sep 17 00:00:00 2001 From: 5axes <5axes@users.noreply.github.com> Date: Mon, 25 Jan 2021 18:07:45 +0100 Subject: [PATCH] Update CustomSupportsCylinder.py --- CustomSupportsCylinder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CustomSupportsCylinder.py b/CustomSupportsCylinder.py index 9c84de0..ce98d8b 100644 --- a/CustomSupportsCylinder.py +++ b/CustomSupportsCylinder.py @@ -300,11 +300,11 @@ def _createSupportMesh(self, parent: CuraSceneNode, position: Vector , position2 s_p = global_container_stack.getProperty("support_type", "value") if s_p == 'buildplate' : - Message(text = "Info modification support_type :\nNew value : everywhere", title = catalog.i18nc("@info:title", "Custom Supports Cylinder")).show() + Message(text = "Info modification support_type new value : everywhere", title = catalog.i18nc("@info:title", "Custom Supports Cylinder")).show() Logger.log('d', 'support_type different : ' + str(s_p)) # Define support_type=everywhere global_container_stack.setProperty("support_type", "value", 'everywhere') - + op = GroupedOperation() # First add node to the scene at the correct position/scale, before parenting, so the support mesh does not get scaled with the parent