aboutsummaryrefslogtreecommitdiffstats
path: root/docs/BLTouch.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Docs comma culture (#4822)Paul McGowan2022-01-091-1/+1
| | | | | Many non-English speaking countries use a comma as a decimal separator for printed numbers. This can create some confusion in documentation and config files when not surrounded by contextual clues like parenthesis. Improve documentation by adding spaces to coordinates. Signed-off-by: Paul McGowan <mental450@gmail.com>
* docs: Note some BL-Touch clones do not support touch_mode in BLTouch.mdKevin O'Connor2022-01-031-4/+16
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update BLTouch.md to prevent position_endstop error (#4731)Ilia Rebane2021-10-151-2/+2
| | | | | | Klipper with Fluid complains about `position_endstop` line if `endstop_pin: probe:z_virtual_endstop` used Signed-off-by: Ilia Rebane <Agilatosay@gmail.com>
* docs: Use hash marks for header linesKevin O'Connor2021-07-271-16/+8
| | | | | | Consistently use leading hash marks (#) to note section headers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-8/+10
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* bltouch: Recommend using a pullup on the sensor_pinKevin O'Connor2020-12-111-2/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add stow_on_each_sample description to BL-Touch.mdKevin O'Connor2020-05-111-0/+31
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update bltouch probe_with_touch_mode documentationKevin O'Connor2020-05-111-34/+44
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update BLTouch.md initial tests for users with a regular z endstopKevin O'Connor2020-04-021-10/+11
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add BLTouch.md section describing clone config optionsKevin O'Connor2020-04-021-23/+55
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add touch_mode sensor test to BLTouch.mdKevin O'Connor2020-04-021-13/+23
| | | | | | Describe how to test the sensor pin using the BLTouch touch_mode. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bltouch: BTLOUCH V3.0/V3.1 Enable 5V/OD mode set commands (#2540)FanDjango2020-02-231-0/+40
| | | Signed-off-by: Mike Stiemke <fandjango@gmx.de>
* docs: Recommend safe_z_home over homing_overrideKevin O'Connor2019-11-071-14/+10
| | | | | | | | Update BLTouch.md, FAQ.md, and sample-probe-as-z-endstop.cfg to recommend using a safe_z_home config section over a homing_override config section. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Improve bltouch v3 documentationKevin O'Connor2019-05-261-0/+24
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update BLTouch.md to refer to Probe_Calibrate.md for offset configKevin O'Connor2019-04-051-77/+12
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Minor wording changes to BLTouch.mdKevin O'Connor2019-04-051-27/+27
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* BLTouch: Use G90 in the BLTouch.md homing_override exampleKevin O'Connor2019-04-051-0/+1
| | | | | | Reported by @sgtnoodle. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Wrap BLTouch.md to 80 columns.Kevin O'Connor2019-04-051-95/+126
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Improve the BLTouch documentation (#1107)fredizzimo2019-01-251-18/+97
| | | Signed-off-by Fred Sundvik <fsundvik@gmail.com>
* docs: Bltouch documentation (#1073)Wilfried Goesgens2019-01-051-0/+64
Add documentation on howto configure the BL-Touch device with Klipper. A second paragraph addresses possible issues with BL-Touches Signed-off-by: Wilfried Goesgens <dothebart@citadel.org>