See these jam related commands:
- M513 - Clear all jam marker.
- M602 S<1/0> P<1/0>- Debug jam control (S) Disable jam control (P). If enabled it will log signal changes and will not trigger jam errors!
- M603 - Simulate a jam
- M604 X<slowdownSteps> Y<errorSteps> Z<slowdownTo> T<extruderId> - Set jam detection values on a per extruder basis. If not set it uses defaults from Configuration.h
So in continue use M513 to delete jam marker and set feedrate to 100% using M220 S100 if you have a slowdown enabled.
You could use M602 to disable it for extrusion, maybe making it a named command for frequent use. Currently there is no way to do this automatically.