Skip to content

Commit

Permalink
Update CustomSupportsCylinder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5axes committed Jan 25, 2021
1 parent cecb827 commit ef19a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CustomSupportsCylinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef19a99

Please sign in to comment.