aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/stepcompress.c
Commit message (Expand)AuthorAgeFilesLines
* stepcompress: Check for small negative numbers on sqrt() callsKevin O'Connor2016-10-101-2/+13
* stepcompress: Eliminate possible infinite loop in compress_bisect_add()Kevin O'Connor2016-10-101-1/+1
* stepcompress: Compress for greatest "reach" instead of greatest "add"Kevin O'Connor2016-09-241-21/+23
* stepcompress: Fix error causing queue to not be expanded in expand_queue()Kevin O'Connor2016-07-161-2/+2
* stepcompress: Check for invalid count in step_factor and step_sqrtKevin O'Connor2016-07-161-2/+13
* stepcompress: Fix compress_bisect_add() infinite loopKevin O'Connor2016-07-101-2/+6
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+498