-
Run the following commands on your Raspberry Pi
cd ~ git clone https://github.com/T9Air/Klipper_Power_Resume.git cd Klipper_Power_Resume bash kpr.sh
-
Press 1 to run the installation script
-
Follow the instructions in the install script. To install the gcode_shell_command extension, go to kiauh,
./kiauh/kiauh.sh
, press option 4 (advanced), and then option 8.
NOTE: YOU MUST RUN THE INSTALLATION SCRIPT FIRST, OTHERWISE YOU WILL RECEIVE AN ERROR TELLING YOU THAT YOU DO NOT HAVE EXECUTE PERMISSIONS NOTE: You must have VIRTUAL_SDCARD enabled
-
Run the following commands on your Raspberry Pi
cd ~ git clone https://github.com/T9Air/Klipper_Power_Resume.git chmod -R u+rwx /home/$USER/Klipper_Power_Resume
-
Install the gcode_shell_command extension. To install, go to kiauh,
./kiauh/kiauh.sh
, press option 4 (advanced), and then option 8. -
In all the files, change "USER" to your username
-
Move logger.cfg to the path where all your config files are. (Usually ~/printer_data/config)
-
In your printer.cfg add
[include logger.cfg]
-
Run the following command on your Raspberry Pi
~/Klipper_Power_Resume/kpr.sh
-
Press 0 to run the uninstall script
-
Follow the instructions in the script