Use full printer name if no tag is known

Contributes to CL-1173
This commit is contained in:
Ian Paschal 2018-12-11 16:42:44 +01:00
parent daeb86bdb1
commit 1ababf38ad

View file

@ -22,7 +22,7 @@ Item
case "Ultimaker S5": case "Ultimaker S5":
return "UM S5" return "UM S5"
default: default:
return "" return text
} }
} }