dieideeistgut / 3d-print-monitor-moonraker

MIT License
3 stars 1 forks source link

Not quite working with Moonraker #2

Open TheLion opened 2 years ago

TheLion commented 2 years ago

I just tried it with the firmware.bin on your Github. Works great with Moonraker, at least when not printing. ;-)

But when I tried it with a freshly compiled firmware.bin file, because the screen orientation is not correct for my setup, I ran into a couple of issues:

17D2F974-3665-4BD6-8813-88AF3A340F4F

Can these issues be caused by incorrect libraries? As the libraries you mention, one (ESPAsyncWebServer) does not exist with the exact same name.

I also get some warnings (see attachment) during compile, which may or may not be due to an incorrect library. compile.txt

Hope you can help me to get this right, as I really like this for monitoring my printers from the living-room ;-)

If you need any additional information, feel free to ask!

dieideeistgut commented 2 years ago

Heya @TheLion !

I had a quick look in the old code and i seem to remember:

That all said, it may be faster to find a newer Repo as a base for your project. But if you're willing to invest some time we can work through this together. I just don't have the time right now to implement all these changes on my own ;)

Best

TheLion commented 2 years ago

Hi,

Of course I'm willing to work through this together. But I don't have much programming experience, but I can test and troubleshoot if needed.

Where do you want to start?