the first code is from slicer without modifications (up to macros, but ; CP TOOLCHANGE LOAD
section is as-is)
you can see it with lower rates at link above
Blockquote
Due to the long length of 140mm, this process, Klipper may throw a Move exceeds maximum extrusion (##.###mm^2 vs 0.640mm^2) error, or similar.
Regarding PA, attaching log of running:
G28 ; home
G91 ; relative coordinates
SET_PRESSURE_ADVANCE ADVANCE=0.1 SMOOTH_TIME=0.04
G1 X8 E2 F8000
SET_PRESSURE_ADVANCE ADVANCE=0.2 SMOOTH_TIME=0.04
G1 X8 E2 F8000
SET_PRESSURE_ADVANCE ADVANCE=0.3 SMOOTH_TIME=0.04
G1 X8 E2 F8000
SET_PRESSURE_ADVANCE ADVANCE=0.4 SMOOTH_TIME=0.04
G1 X8 E2 F8000
SET_PRESSURE_ADVANCE ADVANCE=0.5 SMOOTH_TIME=0.04
G1 X8 E2 F8000
SET_PRESSURE_ADVANCE ADVANCE=0.6 SMOOTH_TIME=0.04
G1 X8 E2 F8000 ; fails on `Stepper too far in past`
klippy_smooth_0.04.log (151.4 KB)
tried on the same failing line increase smooth to 0.4 and 0.8 and it still fails so maybe this command is too harsh, but on real print, smooth time is what helped me.