mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Add documentation
CURA-9514, CURA-9277
This commit is contained in:
parent
f000b75661
commit
ff7c9eddde
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
# Copyright (c) 2022 Ultimaker B.V.
|
# Copyright (c) 2022 Ultimaker B.V.
|
||||||
# Cura is released under the terms of the LGPLv3 or higher.
|
# 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 PyQt6.QtCore import Qt, QTimer
|
||||||
|
|
||||||
from UM.Qt.ListModel import ListModel
|
from UM.Qt.ListModel import ListModel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue