From 7ab64c5a851b0b6925f89d06e95be0f5fcee9d5b Mon Sep 17 00:00:00 2001 From: alfrix Date: Tue, 15 Mar 2022 07:24:04 -0300 Subject: [PATCH] docs: fix links --- docs/Configuration.md | 2 +- docs/Quicktips.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 440cfb1d..fee52abe 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -128,7 +128,7 @@ params: {"script":"G28 X"} # Available variables are listed below. enable: {{ printer.power_devices.count > 0 }} ``` -Available panels are listed here: [docs/panels.md](panels.md) +Available panels are listed here: [docs/panels.md](Panels.md) Certain variables are available for conditional testing of the enable statement: ``` diff --git a/docs/Quicktips.md b/docs/Quicktips.md index e774da18..a93e4ef1 100644 --- a/docs/Quicktips.md +++ b/docs/Quicktips.md @@ -36,10 +36,10 @@ KlipperScreen can display thumbnails in the file browser and as previews in the ![Job Status](img/panels/job_status.png) -* [PrusaSlicer](#PrusaSlicer) -* [SuperSlicer](#SuperSlicer) -* [Cura](#Cura) -* [ideaMaker](#ideaMaker) +* [PrusaSlicer](#prusaslicer) +* [SuperSlicer](#superslicer) +* [Cura](#cura) +* [ideaMaker](#ideamaker) ### PrusaSlicer In “Expert” mode PrusaSlicer has an option in the “Printer Settings” tab to activate previews. @@ -67,7 +67,7 @@ The Cura plugin [“Cura2Moonraker”](https://github.com/emtrax-ltd/Cura2Moonra To enable thumbnails, open the Advanced tab in the printer settings, enable the GCode Thumbnails for Octoprint and Mainsail option and enter your prefered square format image size in the Resolution fields (e.g. 400 X 400). It’s necessary that the thumbnail width and height resolution is equal. -![IdeaMaker4](img/quicktips/IdeaMaker-thumbnails.png) +![ideaMaker](img/quicktips/IdeaMaker-thumbnails.png) ## Supported Macros