klipper-led_effect
klipper-led_effect copied to clipboard
Add code for endstop state and RPi host and MUC temperature sensors?
I would like to have a temp status light for MCU and Pi Host CPU temps. An endstop state would also be useful.
This is the line in printer.cfg that plots the temp in the on-screen graph if that helps.
[temperature_sensor raspberry_pi] sensor_type: temperature_host min_temp: 10 max_temp: 100
[temperature_sensor pico] sensor_type: temperature_mcu sensor_mcu: pico min_temp: 10 max_temp: 100
Temperature sensors will be implemented by #35 For Endstops I will have to see what is possible.
Temperature sensors will be implemented by #35 For Endstops I will have to see what is possible.
Maybe I'm writing the effect script incorrectly
When I define heater: "temperature_sensor pico" the firmware fails to start with this error
Internal error during ready callback: Unknown heater 'temperature_sensor pico' Once the underlying issue is corrected, use the "FIRMWARE_RESTART" command to reset the firmware, reload the config, and restart the host software. Printer is shutdown
No it is not yet implemented. Your issue is just a duplicate of #35
I got #35 figured out. 👍
Any progress on this? ETA? I would appreciate it so much thanks
No ETA. It is done, when it's done.