Filament out sensor
I added a switch on my filament feed that turns on (low) when it runs out, but i cant seem to get it working in the firmware? what i would like it to do is pause the print and move the ext to say home and wait for me to replace the filament, then go back to printing where it left off. how do i get this to work, i am using digital pin 2 as my sensor input
Comments
In tools set jam detection pin to pin 2 and make sure nothing else uses that pin. That's it.
Once it got triggered you need to send
- M513 - Clear all jam marker.
or new signals will be ignored. Best add this to start gcode so it always enables it automatically.
might help to configure it correctly.