Closed cinadr closed 2 years ago
It looks like this ticket is a request for help (or similar). Many helpful people will not see your message here and you are unlikely to get a useful response. Instead, see the contact directions at: https://www.klipper3d.org/Contact.html
We use github to share the results of work done to improve Klipper. We don't use github for requests. (In particular, we don't use github for feature requests, to answer questions, nor to help diagnose problems with a printer.)
Please follow the directions at: https://www.klipper3d.org/Contact.html
This ticket will be automatically closed.
Best regards, ~ Your friendly GitIssueBot
PS: I'm just an automated script, not a human being.
As already stated when you opened the ticket: Issues here are for development only. Please be so kind to place your support / feature request on Klipper Discourse
Hi! I have a 220V infrared heater in my cabinet. It is connected through a relay on my raspberry PI 4B gpio20 port. It is basically only an on/off heater. I have configured klipper to recognize it as a generic heater and klipper starts with the config without error. When I try to PID calibrate or turn it on, klipper shuts down with a message: "MCU 'host' shutdown: Scheduled digital out event will exceed max_duration". I've found this message in klipper source where I can only understand that some timing error is the probable cause. The GPIO list is the following:
I upload the log here: klippy.log
I configured my DHT temperature source described here. I made two separate temperature files one for the fan and one for the heater (content is the same to share the sensor) but the error is still the same if I comment out the fan section and only the heater is activated.