mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
D6: Fixed layers and line widths
This commit is contained in:
parent
f8874bfe21
commit
33cd386556
2 changed files with 33 additions and 14 deletions
|
@ -7,3 +7,6 @@ class SliceableObjectDecorator(SceneNodeDecorator):
|
|||
|
||||
def isSliceable(self):
|
||||
return True
|
||||
|
||||
def __deepcopy__(self, memo):
|
||||
return type(self)()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue