mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
D6: Fixed file naming, removed spaces and fixed decoration calls
This commit is contained in:
parent
9e85d6c894
commit
485e81731f
4 changed files with 12 additions and 12 deletions
|
|
@ -4,6 +4,6 @@ from UM.Scene.SceneNodeDecorator import SceneNodeDecorator
|
|||
class BlockSlicingDecorator(SceneNodeDecorator):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
|
||||
def isBlockSlicing(self):
|
||||
return True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue