Go to file
Desuuuu 2c484299d9
ATSAMD support (#34)
2021-05-26 17:08:56 +00:00
.github Merge remote-tracking branch 'upstream/master' 2021-04-06 00:08:05 +02:00
config Merge remote-tracking branch 'upstream/master' 2021-04-06 00:08:05 +02:00
docs docs: Add links to Klipper Discourse server to Contact.md 2021-03-27 12:51:17 -04:00
klippy fix virtual SD print detection 2021-04-29 20:34:59 +02:00
lib lib: add FatFS notes to README 2021-02-05 19:37:56 -05:00
scripts klippy-requirements: Update Jinja2 to 2.11.3 2021-03-25 11:05:27 -04:00
src ATSAMD support (#34) 2021-05-26 17:08:56 +00:00
test stm32: Simplify USB/Serial/CANbus Kconfig selection 2021-03-18 13:33:33 -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: Improve build when changing micro-controller architecture 2020-12-17 10:02:16 -05:00
README.md add STM32 support (#21) 2021-03-06 13:46:02 +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/STM32 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.