aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Overview.md
blob: da72f5f009069e9c6240f87b33f562dcfa4e949a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
See [installation](Installation.md) for information on compiling,
installing, and running Klipper. Read [features](Features.md) for a
high-level description of useful capabilities. The history of releases
is available at [releases](Releases.md).

See the [Pressure Advance](Pressure_Advance.md) document for
information on tuning the pressure advance system. The
[kinematics](Kinematics.md) document provides high level information
on how movement is implemented in Klipper.

There are also several documents available for developers interested
in understanding how Klipper works:

See [code overview](Code_Overview.md) for information on the structure
and layout of the Klipper code.

See [protocol](Protocol.md) for information on the messaging protocol
between host and firmware. See also
[firmware commands](Firmware_Commands.md) for a high-level description
of common commands implemented in the firmware.

See [debugging](Debugging.md) for information on how to test and debug
Klipper.

See [todo](Todo.md) for information on possible future code features.