You are not logged in.
Pages: 1
Not sure when this happened and it is probably due to my having to revert to an old image then manually update...at some point.
My plates screen buttons have and I think other parts of the GUI have gone back to the older look and I lost my one custom button....
I don't care about the custom button so much I can recreate it however I would like to get my
plates buttons etc to reflect the current look....it works as is I think, but I prefer the newer look.
I presume there is probably a directory that contains the basic template for the appearance of the screens....
could I just move that from my remote slicer (which has the new look) to my Pi which is the one that has the older look?
What folder(s) / file(s) would I need to move?
Thanks
Last edited by macdarren (2019-09-20 21:25:44)
Offline
win wersion >> \nanodlp\db\buttons.json
pi >> /home/pi/printer/db/buttons.json
Last edited by elshad66 (2019-09-20 21:34:54)
Offline
Thanks...
But not sure that is it....seems to contain .json for the custom buttons but I suspect there is more to my issue than that one file...maybe the whole db directory but still not seeing the image files that I think would be needed. But it could maybe get my custom button back if I can find an older copy of the file before had to rebuild the card.
Offline
all buttons are saved in this file
can be created in the win version and then copied to pi
Offline
which button?
what task does it perform?
Offline
I'm talking about the buttons specifically on the plates screen....previous versions used a rectangular 'start print' and 'resume' button, newer versions use a small square button that has the generic triangular symbol for play. this newer button I think does double duty....either starting a fresh print or resuming if the print was stopped early. Or maybe it changes symbols depending on whether the print is midway done or not I don't recall maybe it looks like a stop or pause button depending on the print state.
Offline
Darren,
Lots of requests to revert things back regarding resume and start.
You should copy templates/, public/css/ and public/js/ folders.
Offline
oddly after copying over the above and restarting I still have the same look....I copied from my linux machine which has the newer look...must be another directory or file I missed...not a big deal...
I am assuming the manual update process only updates the application and not the various files that give appearance, or maybe I did something wrong on my last update....I can't use the built in update as it typically crashes my installation for some reason.
Offline
Usually it should not happen only case it could happen is heavy permission customizations on OS level and change to systemd.
Offline
I will look into permissions...maybe with all the copying back and forth and partial and manual updates I have caused a problem.
I would be great if I could start updating normally again...:)
Offline
Hmm....should some items in the ~/home/pi/printer directory be owned by root?
maybe this is why my updates fail?
many files/directories are not writeable by the user 'pi'
should everything in /printer be owned by pi...
if so I could as root "chown -R pi:pi printer"
or maybe "chmod -R 777 printer"
Offline
Actually printer binary has root access due to need to have memory access for GPIO. Files owned by root probably changed by upgrade process.
Offline
Pages: 1