Stephan3 / dwc2-for-klipper

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

suppress specific klipper messages #57

Closed nitej closed 4 years ago

nitej commented 4 years ago

is there any way to suppress some of the messages klipper sends? particularly for the mesh bed measurements? klipper produces one message per measurement, which translates into 27 popups in dwc with a 3x3 mesh and 3 sample points. quite annoying. maybe some regex filters for klipper messages?

Stephan3 commented 4 years ago

You can implement this as you like. Just fork and do what you want. Happy coding.