joakimtoe / KlipperLCD

A simple LCD service that enables the Neptune 3 Pro LCD screen with Klipper
Apache License 2.0
73 stars 11 forks source link

Thumbnail not showing up on LCD #1

Closed 3raz0r closed 8 months ago

3raz0r commented 9 months ago

First of all thx a lot for that repo and that excellent instruction, everything works fine except the thumbnail, its not displayed on the "printing" screen. I work with mainsail and cura, both are up-to-date, i even tried the buddha gcode, that was showing up with the original firmware without klipper. I've followed the guide in your instruction but the thumbnail is only displayed in mainsail. Also i've reinstalled your tft file for the screen but still no success, only the elegoo logo is displayed.

What am I missing?

btw, great idea with that console. all in one the display makes sense again!

greez

3raz0r commented 8 months ago

I fixed the issue, there was a problem with the filepath. instead of "file = self.printer.file_path + "/" + file_name" i used "file = "/home/pi/printer_data/gcodes/" + file_name" and it worked.