aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/stepcompress.c
Commit message (Expand)AuthorAgeFilesLines
* 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