CURA-4525 refined the condition when to reslice build plates; however from the layer view it (still) doesn't always show the layers

This commit is contained in:
Jack Ha 2017-11-13 13:01:58 +01:00
parent e21acd1a07
commit c732470169
2 changed files with 74 additions and 41 deletions

View file

@ -26,5 +26,8 @@ class BuildPlateDecorator(SceneNodeDecorator):
def getPreviousBuildPlateNumber(self):
return self._previous_build_plate_number
def removePreviousBuildPlateNumber(self):
self._previous_build_plate_number = None
def __deepcopy__(self, memo):
return BuildPlateDecorator()