mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Merge branch 'master' of github.com:Ultimaker/Cura into feature_send_extruder_settings
This commit is contained in:
commit
8ebc75e09a
5 changed files with 14 additions and 6 deletions
|
@ -58,6 +58,9 @@ class ExtruderManager(QObject):
|
|||
cls.__instance = ExtruderManager()
|
||||
return cls.__instance
|
||||
|
||||
## Changes the active extruder by index.
|
||||
#
|
||||
# \param index The index of the new active extruder.
|
||||
@pyqtSlot(int)
|
||||
def setActiveExtruderIndex(self, index):
|
||||
self._active_extruder_index = index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue