From e73c0420d9a3bb9f4d03ab9fe7faf06b23de4611 Mon Sep 17 00:00:00 2001 From: moggieuk <32878385+moggieuk@users.noreply.github.com> Date: Mon, 24 Jul 2023 03:09:59 -0700 Subject: [PATCH] Update hardware_config.md --- doc/hardware_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hardware_config.md b/doc/hardware_config.md index fc670793..54eab561 100644 --- a/doc/hardware_config.md +++ b/doc/hardware_config.md @@ -28,7 +28,7 @@ mmu/ This makes the minimal include into your printer.cfg easy: `[include mmu/base/*.cfg]' #### MCU and Pin Validation -The `mmu.cfg` file is part of the hardware configuration but defines aliases for all of the pins used in `mmu_hardware.cfg`. The benefit of this is that configuration frameworks like [Klippain](https://github.com/Frix-x/klippain) can most easily incorporate. It is also in keeping with an organized modular layout. +The `mmu.cfg` file is part of the hardware configuration but defines aliases for all of the pins used in `mmu_hardware.cfg`. The benefit of this is that configuration frameworks like [Klippain](https://github.com/Frix-x/klippain) can more easily incorporate. It is also in keeping with an organized modular layout. #### Hardware Configuration This can be daunting but the interactive installer will make the process easy for common mcu's designed for a MMU (e.g. ERCF EASY-BRD, Burrows ERB, etc)