Rename printer images

Contributes to CL-1150
This commit is contained in:
Ian Paschal 2018-11-27 11:19:30 +01:00
parent 475a94d10d
commit a3f0630ee9
4 changed files with 2 additions and 2 deletions

View file

@ -58,8 +58,8 @@ Item
fillMode: Image.PreserveAspectFit
source:
{
console.log(printer)
return "../png/ultimaker_s5.png"
console.log(printer.type)
return "../png/"+printer.type+".png"
}
mipmap: true
}