mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
WIP: Show full name of network printer types
This commit is contained in:
parent
de9f6f47bd
commit
764f7281c2
4 changed files with 30 additions and 7 deletions
|
@ -57,11 +57,15 @@ Item
|
|||
anchors.rightMargin: 10
|
||||
outputDevice: modelData.device
|
||||
|
||||
printerTypeLabelAutoFit: true
|
||||
|
||||
updatePrinterTypesFunction: updateMachineTypes
|
||||
// show printer type as it is
|
||||
printerTypeLabelConversionFunction: function(value) { return value }
|
||||
|
||||
function updateMachineTypes()
|
||||
{
|
||||
printerTypesList = [ modelData.machine_type_with_spaces ]
|
||||
printerTypesList = [ modelData.readable_machine_type ]
|
||||
}
|
||||
|
||||
checkable: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue