-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong path #46
Comments
Hello, I would be happy if you could try this branch: This should also get rid of #41 Regards Kwad |
Thanks mate!! |
And in case of multi instances path must be /home/pi/printer_1_data/config |
I have no multiinstance in mind here. But as you have to configure the installer for your desired paths its up to you. Default paths are set for single instance. |
@KwadFan what about update manager entry for this other branch? When I change to primary branch: ref/installer, it breaks. |
That branch is only thought for testing. As soon I merged that you can switch back to master branch |
@KwadFan cloning the ref/installer branch works and is nicely setup. How much longer does it need tested? |
Confirmed tested too and it's working for multi instances too by typing the correct path. |
Well, I am not fully finished. Wrote a "unit test" today. But I aprriciate your tests! Thats a huge help for me, Thank you guys! |
Working fine for me |
This also appears to be working fine for me on the following: Fluidd v1.21.1 |
If you change your update manager to the following it should remove the error in the short term: [update_manager crowsnest] |
Mentioning #52 |
What happened
After a clean Install on a Raspberry Pi of Klipper, Moonraker, Mainsail, KlipperScreen and Crowsnest I can see that the path of crowsnest.conf and crowsnest.log is wrong.
It should be:
/home/pi/printer_data/config for crowsnest.conf
/home/pi/printer_data/logs for crownsnest.log
It's installed here:
/home/pi/klipper_config for crowsnest.conf
/home/pi/klipper_logs for crownsnest.log
So I was changing the configuration of the camera but had no effect and nothing changed until I changed the same file on the old path.
What did you expect to happen
The path should be changed.
How to reproduce
After to update, everybody will have the same problem
Additional information
Thank you so much!
The text was updated successfully, but these errors were encountered: