When you send the GCODE command "SET_BDWIDTH NAME=fila_width_0 COMMAND=ENABLE" both the width and runout functions.
It would be nice if we could select which function we want to use since for example the width function does not work on clear filaments.
For examble the bdwidth sensor GCODE commands could be expanded
To enable a function:
SET_BDWIDTH NAME=fila_width_0 ENABLE: motion
SET_BDWIDTH NAME=fila_width_0 ENABLE: width
SET_BDWIDTH NAME=fila_width_0 ENABLE: all
To disable a function:
SET_BDWIDTH NAME=fila_width_0 DISABLE: motion
SET_BDWIDTH NAME=fila_width_0 DISABLE: width
SET_BDWIDTH NAME=fila_width_0 DISABLE: all