aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/stepcompress.c
Commit message (Expand)AuthorAgeFilesLines
* toolhead: Keep stepcompress move history relative to current time (#6439)Francois Chagnon2023-12-301-6/+23
* stepcompress: Add support for queuing messages that consume move queue spaceKevin O'Connor2023-11-161-0/+15
* extruder: Add support for reversing the direction of extruder stepper movementKevin O'Connor2022-02-101-3/+13
* stepcompress: Pass clock to stepcompress_set_last_position()Kevin O'Connor2021-08-061-2/+3
* stepcompress: Support extracting stepcompress historyKevin O'Connor2021-07-291-4/+35
* stepcompress: Rename 'struct history_move' to 'struct history_steps'Kevin O'Connor2021-07-291-25/+25
* stepcompress: Improve numerical stability of step+dir+step filterKevin O'Connor2021-04-111-1/+1
* stepcompress: Add support for tracking history of queue_step commandsKevin O'Connor2021-03-131-27/+116
* buildcommands: Extend number of available mcu messages from 96 to 128Kevin O'Connor2021-02-181-9/+10
* stepcompress: Implement a step+dir+step filterKevin O'Connor2020-03-131-27/+86
* stepcompress: Move code around in stepcompress.cKevin O'Connor2020-03-131-49/+49
* stepcompress: Remove "queue append" abstractionKevin O'Connor2020-03-041-66/+30
* stepcompress: Fix rounding error when interval=0Kevin O'Connor2020-01-251-2/+2
* stepcompress: Remove no longer needed stepcompress_set_homing()Kevin O'Connor2019-07-101-20/+3
* stepcompress: Wrap code to 80 columnsKevin O'Connor2019-02-271-3/+6
* kin_cartesian: Remove stepcompress_push_const()Kevin O'Connor2018-06-201-1/+1
* itersolve: Add kinematic iterative solver codeKevin O'Connor2018-06-201-0/+22
* stepcompress: Allow stepcompress_alloc() to be called earlyKevin O'Connor2018-06-201-7/+13
* chelper: Move cartesian and delta kinematics code to their own C filesKevin O'Connor2018-06-201-242/+17
* chelper: Compile with gcc -fwhole-program optionKevin O'Connor2018-06-201-13/+13
* chelper: Add compiler.h headerKevin O'Connor2018-06-201-4/+3
* stepcompress: Fix comment typo.Michael Barbour2018-06-041-1/+1
* chelper: Move the host C code to a new klippy/chelper/ directoryKevin O'Connor2018-04-301-0/+852