mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Rename printer images
Contributes to CL-1150
This commit is contained in:
parent
475a94d10d
commit
a3f0630ee9
4 changed files with 2 additions and 2 deletions
Before Width: | Height: | Size: 1,014 KiB After Width: | Height: | Size: 1,014 KiB |
Before Width: | Height: | Size: 774 KiB After Width: | Height: | Size: 774 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
|
@ -58,8 +58,8 @@ Item
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source:
|
source:
|
||||||
{
|
{
|
||||||
console.log(printer)
|
console.log(printer.type)
|
||||||
return "../png/ultimaker_s5.png"
|
return "../png/"+printer.type+".png"
|
||||||
}
|
}
|
||||||
mipmap: true
|
mipmap: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue