Skip to content

malhar-c/Klipper_Ender3Neo_Modded

Repository files navigation

#Automatic Klipper Backup to GitHub using script

~/klipperBackup.sh

#!/bin/sh
git -C <location> add .
git -C <location> commit -m "`date`"
git -C <location> push origin master

<location> e.g. ~/printer_data/config

#Configure crontab to schedule the Script automatedhome.party automatically backup your klipper config to github to maintain a version history

About

This is my modified Ender 3 Neo config files (Klipper)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published