blob: 5d35c7d62d57df64c44e32ec82b7537c87210571 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Windlass
This code was originally sourced from [https://github.com/Annex-Engineering/windlass/tree/master](annex-engineering).
Windlass is an implementation of the host side of the Klipper protocol.
## Licensing
Windlass is licensed under the MIT license, which means you can do pretty much
whatever you want with it. Please see [LICENSE.txt](LICENSE.txt) for more
information.
## Acknowledgements
This project is in no way endorsed by the Klipper project. Please do not direct
any support requests to the Klipper project.
* [Klipper](https://www.klipper3d.org/) by [Kevin O'Connor](https://www.patreon.com/koconnor)
|