jneilliii / OctoPrint-CustomBackground

10 stars 3 forks source link

Instructions are a bit vague for custom logo #41

Closed jh20001 closed 2 years ago

jh20001 commented 2 years ago

It said uploaded via the interface to local, but it doesn't mention where. Uploaded from interface tells me that somewhere within Octoprint there is an upload field. However, gave up as I never found it. Instead, I just ssh'd into the Pi, found the directory where the images were, dumped some of mine in there, and then added a bunch of lines to the code to add them to the list.

jneilliii commented 2 years ago

This is relative to dragging/dropping a file into OctoPrint. When you do that there will be two overlays, one is local and one is printer's SD card. Drop it on the Local side and it will upload the file. For the logo it has to be named specifically icon IIRC. to replace the small icon in the top right corner, any other image file will be considered a background for the temperature graph.

jneilliii commented 2 years ago

Or, you just use the Upload button as if you were uploading a gcode file.

jh20001 commented 2 years ago

I see now. Thank you!