I think I broke moonraker. fix without starting from scratch?

I was trying to get klipperscreen working and I added authorizations to the moonraker config file, but then I couldn't get in via the web interface, so I tried to use portx to take out the changes I made but I think I modified/deleted the moonraker config file in a way that was unintentional. Can I force the system to put a new standard config file using the updated somehow? Not sure if this makes sense, but essentially I can only access the printer via portx right now
5 Replies
miklschmidt
miklschmidt•15mo ago
GitHub
RatOS/moonraker.conf at v2.x · Rat-OS/RatOS
The preconfigured Raspberry Pi image that makes it easy to run Klipper + Moonraker + Mainsail on your printer. - RatOS/moonraker.conf at v2.x · Rat-OS/RatOS
ziff7214
ziff7214•15mo ago
Thank you! I found this also. It ended up being that I accidentally created a new config file with a slightly different name that looked the same (.conf vs . config) and was blank when trying to edit the original one, which really threw me off, but I was able to get in and edit the original conf file to remove the modification and then it worked fine 🙂 ! I also did manage to get klipperscreen working too, I found some old adafruit 5" hdmi touch screens that I just had to change the config on the rpi itself and the display worked, now just to get the touchscreen part to work too!
miklschmidt
miklschmidt•15mo ago
in /boot/config.txt (if you're on a pi3)
ziff7214
ziff7214•15mo ago
I'm on a pi4 b but the touchscreen I have is quite old- adafruit 800x480 with AR1100 built in. I found a GitHub repo for it but it doesn't work unfortunately