diff options
Diffstat (limited to 'docs/Overview.md')
-rw-r--r-- | docs/Overview.md | 5 |
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 |