Go to file
Desuuuu 8d03bed871
Merge remote-tracking branch 'upstream/master'
2020-11-23 00:18:12 +01:00
.github Merge remote-tracking branch 'upstream/master' 2020-11-23 00:18:12 +01:00
config Merge remote-tracking branch 'upstream/master' 2020-11-23 00:18:12 +01:00
docs hd44780: allow to configure line length (#3543) 2020-11-20 14:49:38 -05:00
klippy Merge remote-tracking branch 'upstream/master' 2020-11-23 00:18:12 +01:00
lib lib: Add a .gitignore file for intermediate files in lib/ directory 2020-08-21 11:34:06 -04:00
scripts build-test: Move system package installation to ci-install.sh 2020-10-30 15:30:48 -04:00
src Merge remote-tracking branch 'upstream/master' 2020-11-23 00:18:12 +01:00
test docs: Move config reference information to new Config_Reference.md 2020-11-18 20:10:21 -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: fixed missing dependency on autoconf.h 2020-06-15 17:14:58 -04:00
README.md add --warn CLI option to reduce logging 2020-11-23 00:10:57 +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.