aboutsummaryrefslogtreecommitdiffstats
path: root/config/sample-probe-as-z-endstop.cfg
Commit message (Collapse)AuthorAgeFilesLines
* docs: Docs comma culture (#4822)Paul McGowan2022-01-091-13/+13
| | | | | 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: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-2/+1
| | | | | | | Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: update sample configs and test configs with new bed_mesh optionsArksine2020-01-091-2/+2
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: Recommend safe_z_home over homing_overrideKevin O'Connor2019-11-071-10/+6
| | | | | | | | 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>
* config: Fix G90 use in sample-probe-as-z-endstop.cfgKevin O'Connor2019-06-071-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update sample-probe-as-z-endstop.cfg to use set_position_z=0Kevin O'Connor2019-01-071-2/+2
| | | | | | It's confusing to use a non-zero set_position_z as an example. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Rework sample-bltouch.cfg into sample-probe-as-z-endstop.cfgKevin O'Connor2018-11-301-0/+51
The example configuration information is more useful for general probe as z_endstop than as a bltouch example. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>