Go to file
Desuuuu 23e13e94a1
t5uid1: fix Python3 errors
2022-08-28 18:29:29 +02:00
.github Merge remote-tracking branch 'upstream/master' into dgus-reloaded 2022-08-28 15:07:34 +02:00
config Merge remote-tracking branch 'upstream/master' into dgus-reloaded 2022-08-28 15:07:34 +02:00
docs docs: Update koconnor donation links 2022-08-24 21:02:43 -04:00
klippy t5uid1: fix Python3 errors 2022-08-28 18:29:29 +02:00
lib lib: Update to latest can2040 code 2022-07-16 21:08:58 -04:00
scripts scripts: Update install-debian.sh (#5704) 2022-08-24 13:30:33 -04:00
src Merge remote-tracking branch 'upstream/master' into dgus-reloaded 2022-08-28 15:07:34 +02:00
test config: Add BQ Hephestos printer (#5676) 2022-08-19 13:57:18 -04:00
.gitignore util: Fix versioning when gitdir is absent (#809) 2018-10-27 10:44:38 -04:00
COPYING COPYING: Update GPLv3 license to latest text (uses https instead of http) 2022-06-03 11:28:44 -04:00
Makefile makefile: disable null pointer checks 2022-06-08 12:17:12 -04:00
README.md Merge remote-tracking branch 'upstream/master' into dgus-reloaded 2022-08-28 15:07:34 +02:00

README.md

New version available for testing

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. We depend on the generous support from our sponsors.

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/STM32/SAMD 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.