Add a new printer selector button that is connected to the output

devices and shows labels containing the type of printers that are in the
same group.

Contributes to CURA-5942.
This commit is contained in:
Diego Prado Gesto 2018-11-22 13:54:10 +01:00
parent b890e40e81
commit 9720512f50
5 changed files with 121 additions and 37 deletions

View file

@ -21,7 +21,7 @@ Column
{
// FIXME For now the model should be removed and then created again, otherwise changes in the printer don't automatically update the UI
configurationList.model = []
if(outputDevice)
if (outputDevice)
{
configurationList.model = outputDevice.uniqueConfigurations
}