We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With fresh install of Moonraker, klipper_config is no longer used.
Change [ -n "$CROWSNEST_DEFAULT_CONF_DIR" ] || CROWSNEST_DEFAULT_CONF_DIR="/home/${BASE_USER}/klipper_config"
To [ -n "$CROWSNEST_DEFAULT_CONF_DIR" ] || CROWSNEST_DEFAULT_CONF_DIR="/home/${BASE_USER}/printer_data/config"
No response
The text was updated successfully, but these errors were encountered:
Hey,
This is also related to #41 and #46 I close this for now please use #46 for further discussions
Regards Kwad
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe
With fresh install of Moonraker, klipper_config is no longer used.
Describe the solution you'd like
Change
[ -n "$CROWSNEST_DEFAULT_CONF_DIR" ] || CROWSNEST_DEFAULT_CONF_DIR="/home/${BASE_USER}/klipper_config"
To
[ -n "$CROWSNEST_DEFAULT_CONF_DIR" ] || CROWSNEST_DEFAULT_CONF_DIR="/home/${BASE_USER}/printer_data/config"
Describe alternatives you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: