aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Overview.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Remove outdated stm32f1.md documentKevin O'Connor2019-10-231-2/+0
| | | | | | | The stm32f103 has become popular in the "skr mini" series of boards. As a result, the stm32f1.md document is no longer relevant. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add skew_correction.md to Overview.mdKevin O'Connor2019-06-271-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add an initial Command_Templates.md documentKevin O'Connor2019-06-041-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Rewrite the Overview.md - just list documents by categoryKevin O'Connor2019-04-161-47/+60
| | | | | | | | Replace the Overview.md document description with a list of documents and a brief description of their contents. The goal is to make it easier for users to find information. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Avoid using .. in markdown linksKevin O'Connor2019-04-141-4/+6
| | | | | | | Using .. in the markdown link can confuse some document processors. Use an absolute link to github instead. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move benchmark information from Debugging.md to new Benchmarks.mdKevin O'Connor2019-03-281-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a Manual_Probe.md documentKevin O'Connor2019-02-241-9/+6
| | | | | | | Add information on calibrating the bed on traditional printers with a Z endstop and bed screws. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Bed_Level.md and Probe_Calibrate.md documentsKevin O'Connor2019-02-121-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a new Config_Changes.md documentKevin O'Connor2019-01-071-2/+5
| | | | | | | Add a document to track non-backwards compatible changes to the printer config file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a Slicers.md documentKevin O'Connor2018-10-281-1/+2
| | | | | | Add some information on configuring a slicer for use with Klipper. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add an Endstop_Phase.md documentKevin O'Connor2018-10-161-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Delta_Calibrate.md guide with "enhanced delta calibration"Kevin O'Connor2018-09-251-1/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add stm32f1.md link to Overview.mdKevin O'Connor2018-09-201-2/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a Bootloaders.md documentKevin O'Connor2018-08-081-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Remove the Todo.md fileKevin O'Connor2018-07-261-2/+0
| | | | | | | The Todo.md file has gotten stale, and it is no longer an effective mechanism for tracking changes. Remove it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a G-Codes.md file with the list of available commandsKevin O'Connor2018-03-081-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add an initial configuration checklist documentKevin O'Connor2017-12-261-2/+5
| | | | | | | Provide a document with basic steps that a user can run to verify that the pins in the configuration file are set correctly. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a FAQ documentKevin O'Connor2017-11-301-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Contact.md file with developer contact informationKevin O'Connor2017-10-101-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Improve documentation for those starting in docs/Kevin O'Connor2017-04-271-14/+26
| | | | | | | | Those that reach Klipper via github may jump directly to the docs/ directory in search of documentation. Add README.md and rework Overview.md with that in mind. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Avoid using "firmware" in the documentationKevin O'Connor2017-04-271-3/+3
| | | | | | | | The term "firmware" is ambiguous - it could refer to the entire project (host and micro-controller software) or to just the micro-controller software. Avoid the term in the documentation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add initial Pressure Advance tuning documentKevin O'Connor2017-04-191-4/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add initial Kinematics documentKevin O'Connor2017-04-151-2/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Releases page with history of releasesKevin O'Connor2016-12-231-8/+12
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a features documentKevin O'Connor2016-12-201-1/+2
| | | | | | Add a document describing some high-level features in Klipper. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Firmware_Commands.md with information on common firmware commandsKevin O'Connor2016-10-191-1/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Protocol.md with information on host / firmware communicationKevin O'Connor2016-10-191-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add todo list to documentationKevin O'Connor2016-10-121-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+8
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>