mirror of
git://soft.sys114.com/klipper
synced 2026-02-09 10:54:24 +09:00
Store the pressure_advance value in "struct extruder_stepper" instead of in the trapq's "struct move". This makes it possible for multiple stepper motors to have different pressure advance values while still using the same trapq. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>