Document setActiveExtruderIndex

Contributes to issues CURA-340 and CURA-1278.
This commit is contained in:
Ghostkeeper 2016-06-08 17:02:00 +02:00
parent e4e307cd2a
commit 14b9294a39
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -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