Go to file
Desuuuu 4308635022
add --warn CLI option to reduce logging
2020-11-23 00:10:57 +01:00
.github Merge remote-tracking branch 'upstream/master' into dev 2020-08-25 22:41:54 +02:00
config Merge remote-tracking branch 'upstream/master' into dev 2020-09-19 14:14:23 +02:00
docs docs: document additions to BED_MESH_CALIBRATE 2020-09-15 20:36:55 -04:00
klippy add --warn CLI option to reduce logging 2020-11-23 00:10:57 +01:00
lib lib: Add a .gitignore file for intermediate files in lib/ directory 2020-08-21 11:34:06 -04:00
scripts graphstats: Add support for graphing system load 2020-09-16 21:35:09 -04:00
src Merge remote-tracking branch 'upstream/master' into dev 2020-09-19 14:14:23 +02:00
test config: Add printer-creality-ender3pro-2020.cfg to printers.test 2020-08-30 21:53:26 -04:00
.gitignore util: Fix versioning when gitdir is absent (#809) 2018-10-27 10:44:38 -04:00
.travis.yml linux: userspace GPIO control 2020-05-17 22:17:15 -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.