mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-06-22 15:40:33 +02:00
51ceda9ede59207cfe622fb629324026efd5f69c
If a greenlet is created from a greenlet then it seems the Python interpreter will increment its call depth counter and that can eventually lead to a RecursionError exception being raised. To avoid this issue, switch back to the main run() instance if a new greenlet needs to be created. Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Welcome to the Klipper project!
The Klipper firmware controls 3d-Printers. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use the Klipper software.
Start by installing Klipper software.
Klipper software is Free Software. See the license or read the documentation. We depend on the generous support from our sponsors.
Description
Languages
C
95%
Python
3.1%
Jupyter Notebook
1.5%
C++
0.2%
