aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2025-04-10 18:49:22 -0400
committerKevin O'Connor <kevin@koconnor.net>2025-04-11 21:07:28 -0400
commitce7657e53765927aeb99728c5e9fe2491e6871f2 (patch)
tree47310a1374877284e8ef71318ea7f7c96ef7c8ab /docs
parent037377b92733393a3ca733903875b46dd57b341f (diff)
downloadkutter-ce7657e53765927aeb99728c5e9fe2491e6871f2.tar.gz
kutter-ce7657e53765927aeb99728c5e9fe2491e6871f2.tar.xz
kutter-ce7657e53765927aeb99728c5e9fe2491e6871f2.zip
docs: Update Features.md to reflect recent work
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Features.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/Features.md b/docs/Features.md
index a5325e05..24d59b04 100644
--- a/docs/Features.md
+++ b/docs/Features.md
@@ -102,11 +102,13 @@ Klipper supports many standard 3d printer features:
printers.
* Automatic bed leveling support. Klipper can be configured for basic
- bed tilt detection or full mesh bed leveling. If the bed uses
+ bed tilt detection or full mesh bed leveling. The bed mesh can be
+ customized to the print size (adaptive bed mesh). If the bed uses
multiple Z steppers then Klipper can also level by independently
manipulating the Z steppers. Most Z height probes are supported,
including BL-Touch probes and servo activated probes. Probes may be
- calibrated for axis twist compensation.
+ calibrated for axis twist compensation. If using an "eddy current
+ probe" then one can utilize fast bed mesh scanning,
* Automatic delta calibration support. The calibration tool can
perform basic height calibration as well as an enhanced X and Y
@@ -118,7 +120,7 @@ Klipper supports many standard 3d printer features:
* Support for common temperature sensors (eg, common thermistors,
AD595, AD597, AD849x, PT100, PT1000, MAX6675, MAX31855, MAX31856,
- MAX31865, BME280, HTU21D, DS18B20, AHT10, and LM75). Custom
+ MAX31865, BME280, HTU21D, DS18B20, AHT10, SHT3x, and LM75). Custom
thermistors and custom analog temperature sensors can also be
configured. One can monitor the internal micro-controller
temperature sensor and the internal temperature sensor of a
@@ -128,7 +130,8 @@ Klipper supports many standard 3d printer features:
* Support for standard fans, nozzle fans, and temperature controlled
fans. No need to keep fans running when the printer is idle. Fan
- speed can be monitored on fans that have a tachometer.
+ speed can be monitored on fans that have a tachometer. One can
+ assign a "math formula" to a fan for automatic fan speed updating.
* Support for run-time configuration of TMC2130, TMC2208/TMC2224,
TMC2209, TMC2240, TMC2660, and TMC5160 stepper motor drivers. There
@@ -154,7 +157,7 @@ Klipper supports many standard 3d printer features:
filament width sensors.
* Support for measuring and recording acceleration using adxl345,
- mpu9250, mpu6050, and lis2dw12 accelerometers.
+ mpu9250, mpu6050, lis2dw12, lis3dh, and icm20948 accelerometers.
* Support for limiting the top speed of short "zigzag" moves to reduce
printer vibration and noise. See the [kinematics](Kinematics.md)