aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_checks.md
Commit message (Collapse)AuthorAgeFilesLines
* Config_checks: Missing ! in pin inversion example in Verify endstopsTom Dunn2023-10-191-1/+1
| | | | | | | | | In the "Verify endstops" section there is an example of adding an exclamation point to the pin definition to invert its logic. I believe the intention in the example is to keep the hardware pull-up ^ and follow it with ! to invert the pin logic, but the ! is missing. Signed-off-by: Tom Dunn <thomas.dunn@gmail.com>
* docs: Update Config_checks.md (#6278)JamesH19782023-07-301-42/+36
| | | | | I am endeavoring to rewrite some of the docs to be more front end agnostic to reflect the different front ends available since these docs were written. I am starting with this one, as it quite often used. Signed-off-by: James Hartley <james@hartleyns.com>
* docs: Various minor fixes (#5175)Yifei Ding2022-01-261-3/+3
| | | Signed-off-by: Yifei Ding<yifeiding@protonmail.com
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-9/+11
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* stepper: Calculate step_distance from rotation_distanceKevin O'Connor2020-12-181-1/+1
| | | | | | | | Add support for automatically calculating the internal step_distance from new config parameters - rotation_distance, microsteps, full_steps_per_rotation, and gear_ratio. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Suggested improvements to Input Shaper tuning guideDmitry Butyugin2020-07-291-2/+2
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: First version of documentation for Input Shaper tuningDmitry Butyugin2020-07-291-0/+3
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Minor formatting change to Config_checks.mdKevin O'Connor2020-01-061-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Bed_Level.md and Probe_Calibrate.md documentsKevin O'Connor2019-02-121-10/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a Slicers.md documentKevin O'Connor2018-10-281-4/+5
| | | | | | 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/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* pid_calibrate: Support saving calibration data via SAVE_CONFIGKevin O'Connor2018-09-251-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Config_checks.md to use STEPPER_BUZZKevin O'Connor2018-08-091-17/+28
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Recommend running PID_CALIBRATE in Config_checks.mdKevin O'Connor2018-03-181-0/+23
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Config_checks.mdDave Bacon2018-02-071-1/+1
| | | | | | Navigation should be to the temperature tab to find the Tool temperature box. Signed-off-by: Dave Bacon <drb.github@mrbacon.com>
* docs: Add an initial configuration checklist documentKevin O'Connor2017-12-261-0/+124
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>