aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Overview.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-06-03 23:24:44 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-08-28 16:08:57 -0400
commit950477849d0871766ce9d4240ddd5976a9086e33 (patch)
treeb7ab57f4c86321502a84a6d8beac9c96f140aba1 /docs/Overview.md
parent2e131497ca342514d543fc91cb559df2d2802462 (diff)
downloadkutter-950477849d0871766ce9d4240ddd5976a9086e33.tar.gz
kutter-950477849d0871766ce9d4240ddd5976a9086e33.tar.xz
kutter-950477849d0871766ce9d4240ddd5976a9086e33.zip
mcu: Support multi-mcu homing
Support endstops and probes attached to a different micro-controller than their associated steppers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r--docs/Overview.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Overview.md b/docs/Overview.md
index 632f584e..a758a991 100644
--- a/docs/Overview.md
+++ b/docs/Overview.md
@@ -41,18 +41,19 @@ communication with the Klipper developers.
using adxl345 accelerometer hardware to measure resonance.
- [Pressure advance](Pressure_Advance.md): Calibrate extruder
pressure.
-- [Slicers](Slicers.md): Configure "slicer" software for Klipper.
+- [G-Codes](G-Codes.md): Information on commands supported by Klipper.
- [Command Templates](Command_Templates.md): G-Code macros and
conditional evaluation.
- [Status Reference](Status_Reference.md): Information available to
macros (and similar).
- [TMC Drivers](TMC_Drivers.md): Using Trinamic stepper motor drivers
with Klipper.
+- [Multi-MCU Homing](Multi_MCU_Homing.md): Homing and probing using multiple micro-controllers.
+- [Slicers](Slicers.md): Configure "slicer" software for Klipper.
- [Skew correction](skew_correction.md): Adjustments for axes not
perfectly square.
- [PWM tools](Using_PWM_Tools.md): Guide on how to use PWM controlled
tools such as lasers or spindles.
-- [G-Codes](G-Codes.md): Information on commands supported by Klipper.
## Developer Documentation