From cbeb15a2727ba9d7605f25fcaa9a6880d8b213ab Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Mon, 7 Aug 2023 23:43:07 -0400 Subject: [PATCH 1/4] Adjusted bed_mesh.mesh_min. --- .vscode/settings.json | 2 ++ printer.cfg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c4eba51..3139cf7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,7 @@ { "editor.tabSize": 4, + "editor.formatOnSave": false, + "editor.defaultFormatter": null, "editor.insertSpaces": true, "editor.detectIndentation": false, "git.mergeEditor": false, diff --git a/printer.cfg b/printer.cfg index 06f67be..6b21e56 100644 --- a/printer.cfg +++ b/printer.cfg @@ -155,7 +155,7 @@ z_hop_speed: 15 [bed_mesh] speed: 175 -mesh_min: 27, 5 +mesh_min: 27, 6 mesh_max: 222, 203 probe_count: 5,5 algorithm: bicubic From b36422ee5a36859b593db337b50cba89810ed8e2 Mon Sep 17 00:00:00 2001 From: Bassam <61985779+bassamanator@users.noreply.github.com> Date: Fri, 11 Aug 2023 00:35:28 -0400 Subject: [PATCH 2/4] Create SECURITY.md --- SECURITY.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..e026682 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,7 @@ +# Security Policy + +## Reporting a Vulnerability + +If you see any piece of code on this repository that could be a security issue, please create an [Issue](https://github.com/bassamanator/Sovol-SV06-firmware/issues/new/choose) at your earliest continence. I keep a close eye on this repository, so you should get an update from me fairly quickly. + +If your reported vulnerability is confirmed, you can rest assured that dealing with it will be a top priority. From 865818d1d93e4d58fd019e15841e1795acb46c4c Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Fri, 11 Aug 2023 14:19:47 -0400 Subject: [PATCH 3/4] Update SECURITY.md. --- SECURITY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index e026682..609a202 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,4 +4,6 @@ If you see any piece of code on this repository that could be a security issue, please create an [Issue](https://github.com/bassamanator/Sovol-SV06-firmware/issues/new/choose) at your earliest continence. I keep a close eye on this repository, so you should get an update from me fairly quickly. +You can also message me on [Reddit](https://www.reddit.com/user/bassamanator/) privately. + If your reported vulnerability is confirmed, you can rest assured that dealing with it will be a top priority. From 4f78ca6a60575861d8957d7e11cb048a5cf83e12 Mon Sep 17 00:00:00 2001 From: Vinjul1704 Date: Sun, 13 Aug 2023 20:45:38 +0200 Subject: [PATCH 4/4] Clarify that KAMP is disabled by default. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3228156..a9aab8d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ I am creating these files for my personal use and cannot be held responsible for - Load/unload filament macros. - `PURGE_LINE` macro. - `NEW` `TEST_SPEED` macro. Find instructions [here](#how-do-i-use-the-test_speed-macro). -- `NEW` Klipper Adaptive Meshing & Purging (KAMP) added! Read about it [here](#how-do-i-enable-kamp-klipper-adaptive-meshing--purging). +- `NEW` Klipper Adaptive Meshing & Purging (KAMP) added (disabled by default)! Read about it [here](#how-do-i-enable-kamp-klipper-adaptive-meshing--purging). ## Stay Up-to-Date @@ -325,7 +325,7 @@ The printhead is now parked front center waiting for you to insert filament. You ##### How do I enable KAMP (Klipper Adaptive Meshing & Purging)? -Although this repo contains all the code from the KAMP repository, only the `mesh` functionality of KAMP has been enabled and tested. +Although this repo contains all the code from the KAMP repository, only the `mesh` functionality of KAMP has been configured and tested. The [Label objects setting](https://docs.mainsail.xyz/overview/features/exclude-objects#enable-the-label-objects-setting-in-your-slicer) in your slicer must be enabled for KAMP to work.