diff options
author | Yifei Ding <dingyifeiair@gmail.com> | 2021-11-20 23:23:56 -0800 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-11-22 21:03:32 -0500 |
commit | a1af78cb83eb91c20126d02012ad8a20405470b4 (patch) | |
tree | cd2507ce1f81a80d1dcb9387e65f629eed4d1c47 /docs/Overview.md | |
parent | 85667649d1422e4b88f9137ffeae58898f66ea50 (diff) | |
download | kutter-a1af78cb83eb91c20126d02012ad8a20405470b4.tar.gz kutter-a1af78cb83eb91c20126d02012ad8a20405470b4.tar.xz kutter-a1af78cb83eb91c20126d02012ad8a20405470b4.zip |
docs: Rename Documents
Signed-off-by: Yifei Ding <yifeiding@protonmail.com>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r-- | docs/Overview.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index a758a991..1bd85eb1 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -50,7 +50,7 @@ communication with the Klipper developers. 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 +- [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. @@ -85,10 +85,10 @@ communication with the Klipper developers. copying a binary to an sdcard in the micro-controller. - [Raspberry Pi as Micro-controller](RPi_microcontroller.md): Details for controlling devices wired to the GPIO pins of a Raspberry Pi. -- [Beaglebone](beaglebone.md): Details for running Klipper on the +- [Beaglebone](Beaglebone.md): Details for running Klipper on the Beaglebone PRU. - [Bootloaders](Bootloaders.md): Developer information on micro-controller flashing. - [CAN bus](CANBUS.md): Information on using CAN bus with Klipper. - [TSL1401CL filament width sensor](TSL1401CL_Filament_Width_Sensor.md) -- [Hall filament width sensor](HallFilamentWidthSensor.md) +- [Hall filament width sensor](Hall_Filament_Width_Sensor.md) |