klipper/klippy/chelper
Kevin O'Connor 29724a7411 extruder: Don't store pressure_advance value in trapq moves
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>
2022-01-16 19:01:15 -05:00
..
__init__.py extruder: Don't store pressure_advance value in trapq moves 2022-01-16 19:01:15 -05:00
compiler.h
itersolve.c
itersolve.h
kin_cartesian.c kinematics: Add dual_carriage to hybrid-corexyz (#4296) 2021-06-27 18:37:05 -04:00
kin_corexy.c
kin_corexz.c
kin_delta.c
kin_extruder.c extruder: Don't store pressure_advance value in trapq moves 2022-01-16 19:01:15 -05:00
kin_polar.c
kin_rotary_delta.c
kin_shaper.c input_shaper: Factored out AxisInputShaper class 2021-10-26 16:14:50 -04:00
kin_winch.c
list.h
msgblock.c msgblock: Add clock estimation helper functions 2021-06-09 18:58:35 -04:00
msgblock.h msgblock: Add clock estimation helper functions 2021-06-09 18:58:35 -04:00
pollreactor.c
pollreactor.h
pyhelper.c
pyhelper.h
serialqueue.c serialqueue: Add serialqueue_send_one() helper function 2021-06-09 18:58:35 -04:00
serialqueue.h serialqueue: Add serialqueue_send_one() helper function 2021-06-09 18:58:35 -04:00
stepcompress.c stepcompress: Pass clock to stepcompress_set_last_position() 2021-08-06 11:19:36 -04:00
stepcompress.h stepcompress: Pass clock to stepcompress_set_last_position() 2021-08-06 11:19:36 -04:00
trapq.c trapq: Prune interrupted moves from history on trapq_set_position() 2021-08-06 12:22:07 -04:00
trapq.h trapq: Store toolhead.set_position() updates in trapq history 2021-07-29 16:35:30 -04:00
trdispatch.c trdispatch: Support fast responses to trsync_state messages 2021-06-09 18:58:35 -04:00