Go to file
Desuuuu b4b0a1993f
change manual/offset leveling to happen at .2 instead of 0
2021-01-30 12:59:49 +01:00
.github shorten snapshot tag names 2021-01-30 11:41:47 +01:00
config add configuration option for manual leveling inset 2021-01-30 12:32:23 +01:00
docs docs: Add a link in Overview.md to Bed_Mesh.md 2021-01-24 10:47:15 -05:00
klippy change manual/offset leveling to happen at .2 instead of 0 2021-01-30 12:59:49 +01:00
lib kconfiglib: Update README with info on kconfiglib modifications 2020-11-23 10:17:48 -05:00
scripts scripts: Remove python-virtualenv from install scripts on debian type distros 2021-01-24 11:32:09 -05:00
src Merge remote-tracking branch 'upstream/master' 2021-01-30 11:44:32 +01:00
test test: Add printer-creality-cr6se-2020.cfg to printers.test 2021-01-24 10:54:31 -05:00
.gitignore util: Fix versioning when gitdir is absent (#809) 2018-10-27 10:44:38 -04:00
COPYING Initial commit of source code. 2016-05-25 11:37:40 -04:00
Makefile Makefile: Improve build when changing micro-controller architecture 2020-12-17 10:02:16 -05:00
README.md Update README.md 2020-11-23 01:29:08 +01:00

README.md

Welcome to the Klipper project!

Klipper

https://www.klipper3d.org/

Klipper is a 3d-Printer firmware. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use Klipper.

To begin using Klipper start by installing it.

Klipper is Free Software. See the license or read the documentation.

Modifications

The scope of modifications is limited to adding support for DWIN T5UID1 touchscreens (except for the addition of a --warn CLI option, which sets the logging level to WARNING).

The touchscreen feature is only available for AVR/LPC176X micro-controllers and it needs to be configured before compilation.

The touchscreen firmware compatible with this fork is available in this repository.

Example configurations are available in this repository.

Available configuration options are documented in the sample-t5uid1.cfg file.