Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhoard/klipper-builder

Code to build Klipper in a Docker container
https://github.com/dhoard/klipper-builder

Last synced: 25 days ago
JSON representation

Code to build Klipper in a Docker container

Awesome Lists containing this project

README

        

# klipper-builder

Code to build a Docker image to build Klipper

## Usage

Build the `klipper-builder` Docker image

```
cd ~
git clone https://github.com/dhoard/klipper-builder
cd klipper-builder/docker
./build-klipper-builder.sh
```

Build Klipper

```
cd ~
git clone https://github.com/Klipper3d/klipper
cd klipper
make menuconfig
../klipper-builder/build.sh
```