mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:49:01 +08:00
Add doc and copyright headers for MultiBuildPlateModel
This commit is contained in:
parent
c0604e5c75
commit
52da140833
@ -1,3 +1,6 @@
|
|||||||
|
# Copyright (c) 2018 Ultimaker B.V.
|
||||||
|
# Cura is released under the terms of the LGPLv3 or higher.
|
||||||
|
|
||||||
from PyQt5.QtCore import pyqtSignal, pyqtProperty
|
from PyQt5.QtCore import pyqtSignal, pyqtProperty
|
||||||
|
|
||||||
from UM.Application import Application
|
from UM.Application import Application
|
||||||
@ -5,6 +8,10 @@ from UM.Scene.Selection import Selection
|
|||||||
from UM.Qt.ListModel import ListModel
|
from UM.Qt.ListModel import ListModel
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# This is the model for multi build plate feature.
|
||||||
|
# This has nothing to do with the build plate types you can choose on the sidebar for a machine.
|
||||||
|
#
|
||||||
class MultiBuildPlateModel(ListModel):
|
class MultiBuildPlateModel(ListModel):
|
||||||
|
|
||||||
maxBuildPlateChanged = pyqtSignal()
|
maxBuildPlateChanged = pyqtSignal()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user