diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-28 22:57:29 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-09-25 13:48:46 -0400 |
commit | 4b5db04f788c9e5ed10b82679c37bd68d14c50d7 (patch) | |
tree | 43187817dcf1b0ef5da73253485b6a6b6ab58b26 /docs/Features.md | |
parent | 1165c0c9c5f35f7f97baa4c190d84f4bd12627d7 (diff) | |
download | kutter-4b5db04f788c9e5ed10b82679c37bd68d14c50d7.tar.gz kutter-4b5db04f788c9e5ed10b82679c37bd68d14c50d7.tar.xz kutter-4b5db04f788c9e5ed10b82679c37bd68d14c50d7.zip |
docs: Add Delta_Calibrate.md guide with "enhanced delta calibration"
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Features.md')
-rwxr-xr-x | docs/Features.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Features.md b/docs/Features.md index f4d1be71..7c32fd9e 100755 --- a/docs/Features.md +++ b/docs/Features.md @@ -77,8 +77,10 @@ Klipper supports many standard 3d printer features: manipulating the Z steppers. Most Z height probes are supported, including servo activated probes. -* Automatic delta calibration support. The calibration can be done - with a Z height probe or via manual probing. +* Automatic delta calibration support. The calibration tool can + perform basic height calibration as well as an enhanced X and Y + dimension calibration. The calibration can be done with a Z height + probe or via manual probing. * Support for common temperature sensors (eg, common thermistors, AD595, PT100, MAX6675, MAX31855, MAX31856, MAX31865). Custom |