From 46b946983baf0f6c91f6a70592645626430fc890 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Tue, 7 May 2024 01:17:21 -0400 Subject: [PATCH 1/3] Adjust PS config bundle: edit printer notes tab. --- misc/PrusaSlicer_config_bundle-SV06-SV07-All.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/PrusaSlicer_config_bundle-SV06-SV07-All.ini b/misc/PrusaSlicer_config_bundle-SV06-SV07-All.ini index 7b1d491..3ebbed6 100644 --- a/misc/PrusaSlicer_config_bundle-SV06-SV07-All.ini +++ b/misc/PrusaSlicer_config_bundle-SV06-SV07-All.ini @@ -1,4 +1,4 @@ -# generated by PrusaSlicer 2.6.1+linux-x64-GTK3 on 2023-12-01 at 20:34:38 UTC +# generated by PrusaSlicer 2.6.1+linux-x64-GTK3 on 2024-05-07 at 05:08:14 UTC [print:0.20mm QUALITY SV06 Ellis] avoid_crossing_curled_overhangs = 0 @@ -2943,7 +2943,7 @@ parking_pos_retraction = 92 pause_print_gcode = PAUSE print_host = printer_model = -printer_notes = +printer_notes = ; For sequential printing,\n; set Extruder clearance\n; Radius: 65.33 (actual 64.33)\n; Height: 25.87 (actual 24.87)\n printer_settings_id = Sovol Sv06 printer_technology = FFF printer_variant = 0.4 @@ -3024,7 +3024,7 @@ parking_pos_retraction = 92 pause_print_gcode = PAUSE print_host = printer_model = -printer_notes = +printer_notes = ; For sequential printing,\n; set Extruder clearance\n; Radius: 65.33 (actual 64.33)\n; Height: 34.85 (actual 33.85)\n; Values pulled from modes; you should verify for your unit.\n printer_settings_id = Sovol Sv06 printer_technology = FFF printer_variant = 0.4 @@ -3105,7 +3105,7 @@ parking_pos_retraction = 92 pause_print_gcode = PAUSE print_host = printer_model = -printer_notes = +printer_notes = ; For sequential printing,\n; set Extruder clearance\n; Radius: ??? (actual ???)\n; Height: ??? (actual ???)\n printer_settings_id = Sovol Sv06 printer_technology = FFF printer_variant = 0.4 @@ -3186,7 +3186,7 @@ parking_pos_retraction = 92 pause_print_gcode = PAUSE print_host = printer_model = -printer_notes = +printer_notes = ; For sequential printing,\n; set Extruder clearance\n; Radius: ??? (actual ???)\n; Height: ??? (actual ???)\n printer_settings_id = Sovol Sv06 printer_technology = FFF printer_variant = 0.4 From 2788b2f03a0d31ada34d72f453d0930b70dafd7f Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Wed, 15 May 2024 11:49:04 -0400 Subject: [PATCH 2/3] Adjust directory structure. --- README.md | 5 ++--- {images => misc/images}/cup-border.png | Bin {images => misc/images}/githubstar.gif | Bin {images => misc/images}/heart.gif | Bin {images => misc/images}/logo_white_stroke.png | Bin {images => misc/images}/make-menuconfig.png | Bin {images => misc/images}/party_blob.gif | Bin 7 files changed, 2 insertions(+), 3 deletions(-) rename {images => misc/images}/cup-border.png (100%) rename {images => misc/images}/githubstar.gif (100%) rename {images => misc/images}/heart.gif (100%) rename {images => misc/images}/logo_white_stroke.png (100%) rename {images => misc/images}/make-menuconfig.png (100%) rename {images => misc/images}/party_blob.gif (100%) diff --git a/README.md b/README.md index 41384d3..734e0ea 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,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) @@ -248,7 +248,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) @@ -268,7 +268,6 @@ This repository contains many files and folders. Some are _necessary_ for this K ├── .git/ ✅❔ ├── .github/ 💠 ├── .gitignore ✅❔ -├── images/ 💠 ├── LICENSE 💠 ├── misc/ 💠 ├── moonraker.conf ✅ 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 From d5e46edc5e22f03736f7be69625d17b8b295d25b Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Wed, 15 May 2024 14:06:51 -0400 Subject: [PATCH 3/3] Adjust FAQs: filament sensor, KAMP. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 734e0ea..ecf69c3 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,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) @@ -317,6 +317,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. @@ -349,7 +351,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. @@ -361,6 +363,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** ☠️.