I've just built a formbot kit V0.2, and I'm running with a BTT pi and skr pico. I followed the instructions to flash the firmware, and it seems to work because I was getting error messages from the printer config file. I fixed the errors, then it moved onto the next step (whatever that is) and now it just hangs.
Mainsail has the blue window with "Klipper reports: STARTUP" and just sits there spinning. The logs are don't givve many hints, the last line of klippy.log is:
mcu 'mcu': Starting serial connect
webhooks client 281473610762464: New connection
webhooks client 281473610762464: Client info {'program': 'Moonraker', 'version': 'v0.8.0-92-g504a3a7'}
and important lines on moonraker.log:
2023-12-02 00:19:17,024 [klippy_connection.py:wait()] - Request 'info' pending: 35301.32 seconds
2023-12-02 00:20:17,028 [klippy_connection.py:wait()] - Request 'info' pending: 35361.32 seconds
2023-12-02 00:20:38,850 [authorization.py:_check_trusted_connection()] - Trusted Connection Detected, IP: 192.168.1.5
2023-12-02 00:20:38,855 [app.py:log_request()] - 101 GET /websocket (192.168.1.5) [TRUSTED_USER] 8.84ms
2023-12-02 00:20:38,856 [websockets.py:open()] - Websocket Opened: ID: 281472979982656, Proxied: True, User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:109.0) Gecko/20100101 Firefox/115.0, Host Name: 192.168.1.13
2023-12-02 00:20:38,868 [websockets.py:_handle_identify()] - Websocket 281472979982656 Client Identified - Name: mainsail, Version: 2.6.0, Type: web
2023-12-02 00:21:17,030 [klippy_connection.py:wait()] - Request 'info' pending: 35421.33 seconds
2023-12-02 00:21:41,599 [klippy_connection.py:wait()] - Request 'info' pending: 60.00 seconds
with that last line repeated about 60,000 times
I've got no idea where to even start...