mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Fixes for the problem where duplicated objects were broken, missing hull 'shadows' or would fly off the build plate.
Contributes to CURA-1504 Improve performance/simplicity by using Convex Hulls in Scene Graph
This commit is contained in:
parent
4885238103
commit
551dc7d757
3 changed files with 14 additions and 17 deletions
|
@ -10,3 +10,6 @@ class ZOffsetDecorator(SceneNodeDecorator):
|
|||
|
||||
def getZOffset(self):
|
||||
return self._z_offset
|
||||
|
||||
def __deepcopy__(self, memo):
|
||||
return ZOffsetDecorator()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue