CURA-4870 Add printer type selector that show the unique name list of

all the types of printers in a group.
This commit is contained in:
Diego Prado Gesto 2018-02-28 13:36:39 +01:00
parent ac635ba748
commit 3aa3729635
7 changed files with 62 additions and 17 deletions

View file

@ -5,7 +5,7 @@ from PyQt5.QtCore import pyqtSignal, pyqtProperty, QObject, QVariant, pyqtSlot
from UM.Logger import Logger
from typing import Optional, List
from UM.Math.Vector import Vector
from cura.PrinterOutput.ExtruderOuputModel import ExtruderOutputModel
from cura.PrinterOutput.ExtruderOutputModel import ExtruderOutputModel
MYPY = False
if MYPY: