jschuh / klipper-macros

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

klipper crashed when pressing lcd button #37

Closed Supruh closed 1 year ago

Supruh commented 1 year ago

Klipper will crash when pressing the button on my lcd. The screen is a default ender 3 screen. I am only using the lcd macro, and I can add any more info if needed

jschuh commented 1 year ago

You can't use only the LCD macro file, since it depends on other macros in the package. Did you follow the installation instructions here?

That stated, nothing in this macro package should be able to cause Klipper to crash. Running a malformed macro (i.e. including the LCD macro without required dependencies) certainly may cause Klipper to initiate a printer shutdown, but a crash would be very surprising.

Supruh commented 1 year ago

It might not have been a crash then, I’ll have to double check. I didn’t want to use all of the macros, so I didn’t install it through the instructions although I can if that will fix it, so I guess I can just ask if it’s possible to disable some of the macros

jschuh commented 1 year ago

Sorry, it's a package of macros, so it's just not possible to use them independently.