mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
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:
parent
e21acd1a07
commit
c732470169
2 changed files with 74 additions and 41 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue