We have the same setup
with the following settings
#define EXT0_JAM_PIN FILAMENT_CONTROL_PIN
#define EXT0_JAM_PULLUP true
#define JAM_METHOD 1
#define JAM_ACTION 1
#define JAM_STEPS 160
#define JAM_SLOWDOWN_STEPS 210
#define JAM_SLOWDOWN_TO 50
#define JAM_ERROR_STEPS 260
#define JAM_MIN_STEPS 10
When there is jamming the speed goes down to 50% as expected, but when it completely stops extruding it will not go in pause.
Are we missing something?