4f6794a73ca48661a319797f75736fb61a1d6134
Mainsail has split its repositories and the configuration is now in its own repo. This fix aims to allow pulling the new configuration file which fixes Moonraker complaining about the gcode path not being correct : ``` Moonraker warning GCode path received from Klipper does not match expected location. Received: '/home/pi/gcode_files' Expected: '/home/pi/printer_data/gcodes' Modify the [virtual_sdcard] section Klipper's configuration to correct this error. [virtual_sdcard] path: /home/pi/printer_data/gcodes ```
Klipper Installation And Update Helper
A handy installation script that makes installing Klipper (and more) a breeze!
🛠️ Instructions:
For downloading this script it is necessary to have git installed.
If you haven't, please run sudo apt-get install git -y to install git first.
After git is installed, use the following commands in the given order to download and execute the script:
cd ~
git clone https://github.com/th33xitus/kiauh.git
./kiauh/kiauh.sh
📢 Disclaimer: Usage of this script happens at your own risk!
❗ Notes:
📋 Please see the Changelog for possible important changes!
- Tested only on Raspberry Pi OS Lite (Debian 10 Buster)
- Other Debian based distributions can work
- Reported to work on Armbian too
- During the use of this script you might be asked for your sudo password. There are several functions involved which need sudo privileges.
🌐 Sources & Further Information
Credits
Description
Languages
Shell
99%
Python
1%

