aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Features.md
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: Remove "experimental" from descriptionsKevin O'Connor2017-04-241-2/+1
| | | | | | | The Klipper software has progressed to the point where it does not need to be described as "experimental" software. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Updates to Features documentKevin O'Connor2017-04-151-7/+12
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Features document with latest performance benchmarksKevin O'Connor2017-04-111-4/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmark results in Features documentKevin O'Connor2017-03-311-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmark results in Features documentKevin O'Connor2017-03-261-3/+3
| | | | | | | Some additional tweeks to the scheduler has resulted in minor improvements to the stepper benchmarks. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmark results in Features documentKevin O'Connor2017-03-111-3/+3
| | | | | | | Recent scheduler optimizations have made a minor improvement to the stepper benchmarks. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stepper: Change default max_error from 50us to 25usKevin O'Connor2016-12-281-6/+5
| | | | | | | | | Change the default compression error window (max_error) from 50us to 25us - it's common for stepper motor drivers to have 30us for their "pwm fixed off time" and it would be good for the steps to be scheduled within that time. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a features documentKevin O'Connor2016-12-201-0/+85
Add a document describing some high-level features in Klipper. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>