diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-06-03 23:24:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-08-28 16:08:57 -0400 |
commit | 950477849d0871766ce9d4240ddd5976a9086e33 (patch) | |
tree | b7ab57f4c86321502a84a6d8beac9c96f140aba1 /docs/_klipper3d/mkdocs.yml | |
parent | 2e131497ca342514d543fc91cb559df2d2802462 (diff) | |
download | kutter-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/_klipper3d/mkdocs.yml')
-rw-r--r-- | docs/_klipper3d/mkdocs.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/_klipper3d/mkdocs.yml b/docs/_klipper3d/mkdocs.yml index bf8f1908..c7724dc0 100644 --- a/docs/_klipper3d/mkdocs.yml +++ b/docs/_klipper3d/mkdocs.yml @@ -94,14 +94,15 @@ nav: - Resonance_Compensation.md - Measuring_Resonances.md - Pressure_Advance.md - - Slicers.md + - G-Codes.md - Command templates: - Command_Templates.md - Status_Reference.md - TMC_Drivers.md + - Multi_MCU_Homing.md + - Slicers.md - skew_correction.md - Using_PWM_Tools.md - - G-Codes.md - Developer Documentation: - Code_Overview.md - Kinematics.md |