/klipper_config

Klipper configuration for my 3D printers

TheBurnDoc Klipper Configuration

This repo contains my configuration for my printers that have Klipper installed. To setup Klipper to use these repo as its source of configuration, I start with installing FluiddPi, and then ssh into the new Pi and then type the following:

 sudo service klipper stop
 mkdir -p ~/workspace/github.com/TheBurnDoc
 git clone git@github.com:TheBurnDoc/klipper_config ~/workspace/github.com/TheBurnDoc
 mv ~/klipper_config ~/klipper_config.old
 ln -s ~/workspace/github.com/TheBurnDoc/klipper_config/<printer> ~/klipper_config
 sudo service klipper start