Skip to content

TheBurnDoc/klipper_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

Klipper configuration for my 3D printers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published