From b7267693435618c49ddfa6902b9ce2b40724d1fc Mon Sep 17 00:00:00 2001 From: Jonas Holst Damtoft Date: Mon, 3 Jun 2024 13:02:09 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index feaaa15..f92220c 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,13 @@ git clone https://github.com/Jomik/klipper-z-tramming.git ~/z_tramming - Symlink it to your config folder. ```sh -ln -s ~/klipper-z-tramming/macros/z_tramming.cfg ~/printer_data/config/z_tramming +ln -s ~/z_tramming/macros/z_tramming.cfg ~/printer_data/config/z_tramming ``` - Copy the `z_tramming_settings.cfg` to your config folder. ```sh -cp ~/klipper-z-tramming/macros/z_tramming_settings.cfg ~/printer_data/config/z_tramming_settings.cfg +cp ~/z_tramming/macros/z_tramming_settings.cfg ~/printer_data/config/z_tramming_settings.cfg ``` - Include the macros in your `printer.cfg` by adding these lines: