Go to file
Desuuuu 25f8e79590
Keep enhancement issues open
2021-01-28 18:30:24 +01:00
.github Keep enhancement issues open 2021-01-28 18:30:24 +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 add explicit speed for extrude moves 2020-12-03 22:29:55 +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 fix overflow warnings 2021-01-01 12:58:11 +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 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.