klipper-dgus/README.md

39 lines
1.5 KiB
Markdown
Raw Normal View History

2021-09-17 20:38:24 +02:00
# [ New version available for testing](https://github.com/Desuuuu/klipper/discussions/74)
Welcome to the Klipper project!
[![Klipper](docs/img/klipper-logo-small.png)](https://www.klipper3d.org/)
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](https://www.klipper3d.org/Features.html) for more
information on why you should use Klipper.
To begin using Klipper start by
[installing](https://www.klipper3d.org/Installation.html) it.
Klipper is Free Software. See the [license](COPYING) or read the
[documentation](https://www.klipper3d.org/Overview.html). We depend on
the generous support from our
[sponsors](https://www.klipper3d.org/Sponsors.html).
## Modifications
2020-11-21 16:11:05 +01:00
The scope of modifications is limited to adding support for DWIN T5UID1
2020-11-23 01:29:08 +01:00
touchscreens (except for the addition of a `--warn` CLI option, which sets the
logging level to WARNING).
2021-05-26 19:10:19 +02:00
The touchscreen feature is only available for AVR/LPC176X/STM32/SAMD
2021-03-06 13:46:02 +01:00
micro-controllers and it needs to be configured before compilation.
The touchscreen firmware compatible with this fork is available in
[this repository](https://github.com/Desuuuu/DGUS-reloaded-Klipper).
Example configurations are available in
[this repository](https://github.com/Desuuuu/DGUS-reloaded-Klipper-config).
Available configuration options are documented in the
[sample-t5uid1.cfg](/config/sample-t5uid1.cfg) file.