CURA-4400 added function to find model index by extruder position in SettingExtruder

This commit is contained in:
Jack Ha 2018-03-12 09:56:08 +01:00
parent d70cc072e9
commit 552618fcd4
2 changed files with 16 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Copyright (c) 2017 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import Qt, pyqtSignal, pyqtProperty, QTimer
from PyQt5.QtCore import Qt, pyqtSignal, pyqtSlot, pyqtProperty, QTimer
from typing import Iterable
from UM.i18n import i18nCatalog