Skip to content

[klipper] Check version before calling v2 DataDevice methods

David Edmundson requested to merge work/klipper_crash into master

Calling a V2 method when our proxy is just at V1 is a fatal error.

This wasn't guarded. V2 isn't implemented fully anyway.

BUG: 424709

Merge request reports