jschuh / klipper-macros

A collection of useful macros for the Klipper 3D printer firmware
GNU General Public License v3.0
921 stars 167 forks source link

[Freature Request] Event for idling (_km_idle_timeout) #227

Closed j16sdiz closed 5 months ago

j16sdiz commented 7 months ago

Expose the Timeout Idle for event.

Reasonale: I have NEOPIXEL LEDs, would be great if they can dim after idle.

gretel commented 7 months ago

think that is possible rn? https://github.com/jschuh/klipper-macros/blob/14840a4f1cdc38358d3c2097088e58ac5d502914/README.md?plain=1#L220

j16sdiz commented 7 months ago

@gretel I expect that's something like GCODE_ON_PRINT_STATUS that can be set runtime (i.e. without restarting klippy)