Jam filament Sensor
and I would like to use it with repetier firmware.
does anyone know how to configure the parameters?
and how can I test the operation? is it possible to print in the logs how much filament is flowing?
and how can I test the operation? is it possible to print in the logs how much filament is flowing?
Comments
are relevant commands. Configure firmware for changing signals and use M602 S1 P0 to debug it (hope I got ir right). You should see steps between signals in console and from that select your 100% value and add good safety margin to jam detected.
Also the stop does not work in case of jammed or if the filament is finished, only the speed reduction works if it detects "Filament is slipping" . I am attaching a screen of the configuration.
in console when you get more than 1800. When you see the debug output control is also enabled.
Then it is up to server to pause.
For more analysis check this function where all this is handled:
For analysing timeouts you need to check the full log. With ping pong disabled and 127 byte buffer it should fix missing ok on the fly, in ping pong mode every unreadable "ok" causes a timeout.