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
To debug this, I trimmed down my config to just the HW definitions and commented out the [autotune] sections. With this config everything worked. Then, I re-enabled only the autotune sections and I started getting the crash above.
From the little debugging that I have done, what seems to be happening is that the Moonraker klippy:ready handler is calling the HYPERLAPSE ACTION=STOP macro. That macro ends up calling UPDATE_DELAYED_GCODE. However, the delayed_gcode extension has not fully initialized (it's klippy:ready handler has not been called yet).
There is at least another similar issue (#153) that seems to be causing a similar issue with the filament_motion_sensor extension.
The text was updated successfully, but these errors were encountered:
I tried enabling Moonraker Timelapse and Klipper started crashing.
To debug this, I trimmed down my config to just the HW definitions and commented out the
[autotune]
sections. With this config everything worked. Then, I re-enabled only the autotune sections and I started getting the crash above.klippy.log
moonraker.log
From the little debugging that I have done, what seems to be happening is that the Moonraker
klippy:ready
handler is calling theHYPERLAPSE ACTION=STOP
macro. That macro ends up callingUPDATE_DELAYED_GCODE
. However, thedelayed_gcode
extension has not fully initialized (it'sklippy:ready
handler has not been called yet).There is at least another similar issue (#153) that seems to be causing a similar issue with the
filament_motion_sensor
extension.The text was updated successfully, but these errors were encountered: