Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
When I first installed Klipper I did not have these errors. I then wiped my SD Card on my Raspberry pi4 and done a fresh install of Klipper and now I have 3 warning messages every time I log into Mainsail.
Warning message as below:
[update_manager KlipperScreen]: Moonraker is not permitted to restart service ‘KlipperScreen’. To enable management of this service add KlipperScreen to the bottom of the file /home/mils24/printer_data/moonraker.asvc. To disable management for this service set ‘is_system_service: False’ in the configuration for this section.
I get the exact same message for Klipperscreen, Crowsnest and Sonar.
Yes, no need to login via SSH and the path of the file is /home/mils24/printer_data/moonraker.asvc
If it should be missing do:
cd ~
cd printer_data
# Copy and paste the following as one block into your terminal
cat <<EOT >> moonraker.asvc
klipper_mcu
webcamd
MoonCord
KlipperScreen
moonraker-telegram-bot
moonraker-obico
sonar
crowsnest
octoeverywhere
ratos-configurator
EOT
After this press CTRL+Q, it will prompt to save the file Yes/No, press “y” and Enter. This will save the changes and exit the file editing. Now you can close the SSH client and reboot your printer. Cheers!