diff --git a/README.md b/README.md index cbc934d..3c1809a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ I am creating these files for my personal use and cannot be held responsible for - Load/unload filament macros. - `PURGE_LINE` macro. - `TEST_SPEED` macro. Find instructions [here](#how-do-i-use-the-test_speed-macro). -- Klipper Adaptive Meshing & Purging (KAMP) integrated. Read about it [here](#how-do-i-enable-kamp-klipper-adaptive-meshing--purging). +- Klipper Adaptive Meshing & Purging (KAMP) integrated. Read about it [here](#what-do-i-need-to-know-about-kamp). [🔼 Back to top](#outline) @@ -62,7 +62,7 @@ ${\normalsize{\textcolor{goldenrod}{\texttt{Star ⭐ this project.}}}}$ Watch for [updates](https://github.com/bassamanator/Sovol-SV06-firmware/discussions/37). -github star +github star [🔼 Back to top](#outline) @@ -264,7 +264,7 @@ PURGE_LINE Please ⭐ star this repository! -Support [open source](https://en.wikipedia.org/wiki/Open_source), and buy me a [Ko-fi](https://ko-fi.com/bassamanator). +Support [open source](https://en.wikipedia.org/wiki/Open_source), and buy me a [Ko-fi](https://ko-fi.com/bassamanator). [🔼 Back to top](#outline) @@ -284,7 +284,6 @@ This repository contains many files and folders. Some are _necessary_ for this K ├── .git/ ✅❔ ├── .github/ 💠 ├── .gitignore ✅❔ -├── images/ 💠 ├── LICENSE 💠 ├── misc/ 💠 ├── moonraker.conf ✅ @@ -334,6 +333,8 @@ The printer will beep upon: You can find information about the physical setup [here](https://github.com/bassamanator/everything-sovol-sv06#filament-sensor). +You can test the sensor via `QUERY_FILAMENT_SENSOR SENSOR=filament_sensor`. + ### My filament runout sensor works, but I just started a print without any filament loaded. What gives? A simple runout sensor can only detect a change in state. So, if you start a print without filament loaded, the printer will not know that there is no filament loaded. You should test your sensor by having filament loaded, starting a print, then cutting the filament. The expected behaviour is that the print will pause, and as long as you have beeping enabled, you will hear 3 annoying beeps. @@ -366,7 +367,7 @@ The printhead is now parked front center waiting for you to insert filament. You - OR, you can push some filament by hand _making sure to first disengage the extruder's spring loaded arm_. 3. Hit resume in your Klipper dashboard. -### How do I enable KAMP (Klipper Adaptive Meshing & Purging)? +### What do I need to know about KAMP? ⚠️ No KAMP functionality can be used on low-powered devices such as the Raspberry Pi Zero. @@ -378,6 +379,8 @@ The printhead is now parked front center waiting for you to insert filament. You This repo contains all the code from the KAMP repository, however, only the `adaptive meshing` and `LINE_PURGE` functionality of KAMP has been configured and tested for use. To enable other functionality, adjust `/cfgs/kamp/KAMP_Settings.cfg`. +Read [KAMP official docs](https://github.com/kyleisah/Klipper-Adaptive-Meshing-Purging) to learn more. + ### How do I use the `TEST_SPEED` macro? ⚠️ This is for advanced users only, with well oiled machines. You can cause serious damage to your printer if you're not careful. ☠️ **You have been warned** ☠️. diff --git a/images/cup-border.png b/misc/images/cup-border.png similarity index 100% rename from images/cup-border.png rename to misc/images/cup-border.png diff --git a/images/githubstar.gif b/misc/images/githubstar.gif similarity index 100% rename from images/githubstar.gif rename to misc/images/githubstar.gif diff --git a/images/heart.gif b/misc/images/heart.gif similarity index 100% rename from images/heart.gif rename to misc/images/heart.gif diff --git a/images/logo_white_stroke.png b/misc/images/logo_white_stroke.png similarity index 100% rename from images/logo_white_stroke.png rename to misc/images/logo_white_stroke.png diff --git a/images/make-menuconfig.png b/misc/images/make-menuconfig.png similarity index 100% rename from images/make-menuconfig.png rename to misc/images/make-menuconfig.png diff --git a/images/party_blob.gif b/misc/images/party_blob.gif similarity index 100% rename from images/party_blob.gif rename to misc/images/party_blob.gif