Go to file
Desuuuu 46b86f0f6c
Merge remote-tracking branch 'upstream/master'
2021-06-17 15:57:31 +02:00
.github update sync workflow 2021-05-29 23:34:16 +02:00
config Merge remote-tracking branch 'upstream/master' 2021-06-17 15:57:31 +02:00
docs docs: add CANCEL_PRINT to docs/G-Codes.md (#4370) 2021-06-14 13:01:42 -04:00
klippy Merge remote-tracking branch 'upstream/master' 2021-06-17 15:57:31 +02:00
lib lpc176x: Use full peripheral clock speed; fix UART interface 2021-05-04 20:29:48 -04:00
scripts spi_flash: Add board definitions for Fysetc S6 and Spider 2021-05-03 14:36:18 -04:00
src Merge remote-tracking branch 'upstream/master' 2021-06-17 15:57:31 +02:00
test config: Add generic-bigtreetech-skr-cr6-v1.0.cfg and fixes 2021-06-14 20:48:55 -04: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: Include debug symbols in the .elf 2021-06-08 19:29:16 -04:00
README.md Update README.md 2021-05-26 17:10:19 +00: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/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.