#[solved] No Boxturtle in AFC Panel

1 messages · Page 1 of 1 (latest)

pine rose
#

This might be a very stupid question but how do I add the BoxTurtle to the GUI Panel? The turtle seems to be happy and I did ran the basic tests succesful so far (KlipperScreen detected everything without issue).
I did compile mainsail fork myself, so not excluding any mistakes on my part. I was not wondering if I can get the GUI to work on my to the serial number 🙂 Makes life a bit easier...

Thanks for the help
Marcel

glad mica
#

try ctrl-f5 to force reload your browser

#

(this isn't live in the documentation yet btw)

pine rose
#

Tried that already. Same result with different browsers, private windows, empty cache etc.

#

:/

unborn sundial
#

how did you "install" your compiled mainsail?

pine rose
#

Like this essentially:

mv ~/mainsail ~/mainsail.orig

cp -r dist ~/mainsail

dusk halo
#

have you rebooted your pi?

pine rose
#

Yes a few times. I am actively working on it, so booted multiple times

dusk halo
#

I use winscp to do the file exchange so not familiar with the commands to do it from ssh

pine rose
#

Is there any additional step to compile things? I just did this, so the standard js install:

npm ci
npm run build

And the copied the folder as mentioned before. I also used the master branch, maybe I should have used the development branch?

unborn sundial
pine rose
#

Ohh let me try that tonight. Thanks 🙏

pine rose
#

Yeah it was a Layer 8 issue, super sorry. Thanks for the tip! Re-compiled with the developer branch and things show up as expected.