Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorc.lamboo <casperlamboo@gmail.com>2022-08-26 12:34:34 +0300
committerc.lamboo <casperlamboo@gmail.com>2022-08-26 12:34:34 +0300
commitff7c9eddde5b4b6cfef560764c780ab12322e88a (patch)
tree900344dd629089ac08759c6aae15e9b33bce91b5 /cura/Machines
parentf000b75661765b3087a7e1fb53c4bd37c3d081e8 (diff)
CURA-9514, CURA-9277
Diffstat (limited to 'cura/Machines')
-rw-r--r--cura/Machines/Models/MachineListModel.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cura/Machines/Models/MachineListModel.py b/cura/Machines/Models/MachineListModel.py
index c1796c5f3f..a758060384 100644
--- a/cura/Machines/Models/MachineListModel.py
+++ b/cura/Machines/Models/MachineListModel.py
@@ -1,6 +1,10 @@
# Copyright (c) 2022 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
+# The MachineListModel is used to display the connected printers in the interface. Both the abstract machines and all
+# online cloud connected printers are represented within this ListModel. Additional information such as the number of
+# connected printers for each printer type is gathered.
+
from PyQt6.QtCore import Qt, QTimer
from UM.Qt.ListModel import ListModel