You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to do some debugging because I have severe clogging issues with printing ColorFabb HT that did not occur in an older firmware version on my MK4. Because I suspect heat creep, I want to log the heat break temperature, fan speed, etc. for later analysis.
Requested Feature
I took a look at the API documentation and found various status info e.g. in /api/v1/status there is the nozzle temperature. I would love if some endpoint could serve me:
heatbreak temperature
heatsink fan pwm duty cycle
Maybe these can be cramped into /api/v1/status or maybe there should be another endpoint with more sensor details. In either case, I would love to see an endpoint that is suitable for debugging issues like heat creep, etc.
The text was updated successfully, but these errors were encountered:
Motivation
I want to do some debugging because I have severe clogging issues with printing ColorFabb HT that did not occur in an older firmware version on my MK4. Because I suspect heat creep, I want to log the heat break temperature, fan speed, etc. for later analysis.
Requested Feature
I took a look at the API documentation and found various status info e.g. in
/api/v1/status
there is the nozzle temperature. I would love if some endpoint could serve me:Maybe these can be cramped into
/api/v1/status
or maybe there should be another endpoint with more sensor details. In either case, I would love to see an endpoint that is suitable for debugging issues like heat creep, etc.The text was updated successfully, but these errors were encountered: