Skip to content

Commit ef19a99

Browse files
committed
Update CustomSupportsCylinder.py
1 parent cecb827 commit ef19a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CustomSupportsCylinder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,11 @@ def _createSupportMesh(self, parent: CuraSceneNode, position: Vector , position2
300300

301301
s_p = global_container_stack.getProperty("support_type", "value")
302302
if s_p == 'buildplate' :
303-
Message(text = "Info modification support_type :\nNew value : everywhere", title = catalog.i18nc("@info:title", "Custom Supports Cylinder")).show()
303+
Message(text = "Info modification support_type new value : everywhere", title = catalog.i18nc("@info:title", "Custom Supports Cylinder")).show()
304304
Logger.log('d', 'support_type different : ' + str(s_p))
305305
# Define support_type=everywhere
306306
global_container_stack.setProperty("support_type", "value", 'everywhere')
307-
307+
308308

309309
op = GroupedOperation()
310310
# First add node to the scene at the correct position/scale, before parenting, so the support mesh does not get scaled with the parent

0 commit comments

Comments
 (0)