mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Move all decorators in the scene subfolder
This commit is contained in:
parent
62b06b063b
commit
08322d0a5e
18 changed files with 20 additions and 21 deletions
9
cura/Scene/BlockSlicingDecorator.py
Normal file
9
cura/Scene/BlockSlicingDecorator.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
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