aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2023-11-10 18:23:35 -0500
committerKevin O'Connor <kevin@koconnor.net>2023-11-10 18:35:59 -0500
commit0acf3035e8193d69ebe1bccb9906852500987b35 (patch)
tree6d2697b8b3600d5f6183d66a511ef44a73b50c72 /docs
parent9e765daeedb2adf7641b96882326b80aeeb70c93 (diff)
downloadkutter-0acf3035e8193d69ebe1bccb9906852500987b35.tar.gz
kutter-0acf3035e8193d69ebe1bccb9906852500987b35.tar.xz
kutter-0acf3035e8193d69ebe1bccb9906852500987b35.zip
docs: Update Features.md
Note additional features that have been added recently. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Features.md24
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/Features.md b/docs/Features.md
index 96b17a75..9c61ccf7 100644
--- a/docs/Features.md
+++ b/docs/Features.md
@@ -60,7 +60,7 @@ Klipper has several compelling features:
if it is unable to). This makes it easier to use available hardware,
to upgrade to new hardware, and to have confidence in the hardware.
-* Portable code. Klipper works on ARM, AVR, and PRU based
+* Portable code. Klipper works on ARM, AVR, PRU, and other
micro-controllers. Existing "reprap" style printers can run Klipper
without hardware modification - just add a Raspberry Pi. Klipper's
internal code layout makes it easier to support other
@@ -105,7 +105,8 @@ Klipper supports many standard 3d printer features:
bed tilt detection or full mesh bed leveling. 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.
+ including BL-Touch probes and servo activated probes. Probes may be
+ calibrated for axis twist compensation.
* Automatic delta calibration support. The calibration tool can
perform basic height calibration as well as an enhanced X and Y
@@ -117,10 +118,11 @@ 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, 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 Raspberry Pi.
+ MAX31865, BME280, HTU21D, DS18B20, AHT10, 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
+ Raspberry Pi.
* Basic thermal heater protection enabled by default.
@@ -129,9 +131,9 @@ Klipper supports many standard 3d printer features:
speed can be monitored on fans that have a tachometer.
* Support for run-time configuration of TMC2130, TMC2208/TMC2224,
- TMC2209, TMC2660, and TMC5160 stepper motor drivers. There is also
- support for current control of traditional stepper drivers via
- AD5206, DAC084S085, MCP4451, MCP4728, MCP4018, and PWM pins.
+ TMC2209, TMC2240, TMC2660, and TMC5160 stepper motor drivers. There
+ is also support for current control of traditional stepper drivers
+ via AD5206, DAC084S085, MCP4451, MCP4728, MCP4018, and PWM pins.
* Support for common LCD displays attached directly to the printer. A
default menu is also available. The contents of the display and menu
@@ -151,8 +153,8 @@ Klipper supports many standard 3d printer features:
* Support for filament presence sensors, filament motion sensors, and
filament width sensors.
-* Support for measuring and recording acceleration using an adxl345,
- mpu9250, and mpu6050 accelerometers.
+* Support for measuring and recording acceleration using adxl345,
+ mpu9250, mpu6050, and lis2dw12 accelerometers.
* Support for limiting the top speed of short "zigzag" moves to reduce
printer vibration and noise. See the [kinematics](Kinematics.md)