Update README.md

This commit is contained in:
0x23 2025-09-29 11:05:09 +02:00 committed by GitHub
parent fc0e75f15c
commit 1076355d39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,12 @@ A 'magnetic gearing' approach increases the resolution of the low-cost magnetic
The device can be controlled via simple G-Code commands over a USB serial interface and is thus easily integrated into other projects.
The firmware implements a complete motion planning stack with look-ahead for smooth and accurate path following capabilities.
## 💬 NEW: Discord Server
Visit the projects community [Discord Server](https://discord.gg/km6RvSvX) to meet and discuss subjects related to the project,
get help for the build or share ideas and applications.
## 🐍 NEW: Python-API
The lightweight Python API handles all serial communication and provides convenient command execution and debug message printing.