Stephan3 / dwc2-for-klipper

A translator between DWC2 and Klipper
GNU General Public License v3.0
160 stars 38 forks source link

Compensate for klipper refactor #74

Closed elliotf closed 4 years ago

elliotf commented 4 years ago

First, thank you for this software!

Second, klipper renamed try_load_module in commit 787ed452c2abe3bad81ffaf732b0b2609e3534bb

So this PR will do the same.

This should fix #73, but I'm having problems getting dwc to work with an updated klipper, as after fixing this error, I get a very frequent error of dict object has no get_command or somesuch.

elliotf commented 4 years ago

Closing this because it looks like #75 has much more comprehensive changes!