mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Update documentation of ExtruderManager class
Contributes to issues CURA-1278 and CURA-340.
This commit is contained in:
parent
77c918a0a7
commit
64c92caa58
1 changed files with 2 additions and 4 deletions
|
@ -9,11 +9,9 @@ import UM.Settings.ContainerRegistry #Finding containers by ID.
|
|||
import UM.Signal #To notify other components of changes in the extruders.
|
||||
|
||||
|
||||
## Class that handles the current extruder stack.
|
||||
## Manages all existing extruder stacks.
|
||||
#
|
||||
# This finds the extruders that are available for the currently active machine
|
||||
# and makes sure that whenever the machine is swapped, this list is kept up to
|
||||
# date. It also contains and updates the setting stacks for the extruders.
|
||||
# This keeps a list of extruder stacks for each machine.
|
||||
class ExtruderManager(QObject):
|
||||
## Signal to notify other components when the list of extruders changes.
|
||||
extrudersChanged = UM.Signal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue