Fix printer type update in the main printer selection menu

CURA-6057
This commit is contained in:
Lipu Fei 2019-04-08 09:43:35 +02:00
parent e1804e0a47
commit 0962481bc1
2 changed files with 7 additions and 1 deletions

View file

@ -97,6 +97,8 @@ Item
printerTypeLabelAutoFit: true
// update printer types for all items in the list
updatePrinterTypesOnlyWhenChecked: false
updatePrinterTypesFunction: updateMachineTypes
// show printer type as it is
printerTypeLabelConversionFunction: function(value) { return value }