mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Use full printer name if no tag is known
Contributes to CL-1173
This commit is contained in:
parent
daeb86bdb1
commit
1ababf38ad
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Item
|
||||||
case "Ultimaker S5":
|
case "Ultimaker S5":
|
||||||
return "UM S5"
|
return "UM S5"
|
||||||
default:
|
default:
|
||||||
return ""
|
return text
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue