blob: 73342a50af9696de56b46feb127d11946ee9a6e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
See [installation](Installation.md) for information on compiling,
installing, and running Klipper. Read [features](Features.md) for a
high-level description of useful capabilities.
See [code overview](Code_Overview.md) for developer information on the
structure and layout of the Klipper code.
See [protocol](Protocol.md) for developer information on the messaging
protocol between host and firmware. See also
[firmware commands](Firmware_Commands.md) for a high-level description
of some commands implemented in the firmware.
See [debugging](Debugging.md) for developer information on how to test
and debug Klipper.
See [todo](Todo.md) for information on possible future code features.
|