mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
CURA-4525 made PrintInformation multi buildplate-aware
This commit is contained in:
parent
f6c7ffac11
commit
4a893c048e
4 changed files with 81 additions and 38 deletions
|
@ -15,7 +15,7 @@ class BuildPlateModel(ListModel):
|
|||
Application.getInstance().getController().getScene().sceneChanged.connect(self.updateMaxBuildPlate) # it may be a bit inefficient when changing a lot simultaneously
|
||||
|
||||
self._max_build_plate = 1 # default
|
||||
self._active_build_plate = 0
|
||||
self._active_build_plate = -1
|
||||
|
||||
@pyqtSlot(int)
|
||||
def setActiveBuildPlate(self, nr):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue