Merge branch 'master' of github.com:Ultimaker/Cura into feature_send_extruder_settings

This commit is contained in:
Jaime van Kessel 2016-06-09 13:05:50 +02:00
commit 8ebc75e09a
5 changed files with 14 additions and 6 deletions

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