Greetings
Having an issue with max feedrate in the Z axis. Marlin appears to be ignoring my setting for this.
In the past, I could set DEFAULT_MAX_FEEDRATE as (1000, 1000, 100, 25). And if I threw a G1 Z10 F5000 at it, Z would only move at 100. That doesn't appear to be the case and Z is trying to move at 5000 - which it can't so it stalls.
I've had this problem in the past and I fixed it, but I don't remember how. The problem is that default feedrate in gcode (from Slic3r) is 7800. For now, I have custom gcode to set default to 800 (G1 F800). But I haven't had to do that in the past.