From c82fbedcd77149df27a8a2a87e7272f8ff81cbf2 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sun, 3 Dec 2023 04:44:10 -0500 Subject: [PATCH 1/3] Adjust comment in printer.cfg. --- printer.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/printer.cfg b/printer.cfg index 3fcf7de..8759420 100644 --- a/printer.cfg +++ b/printer.cfg @@ -156,8 +156,8 @@ z_hop_speed: 15 [bed_mesh] speed: 175 -mesh_min: 27, 6 # probe as close to origin as functionally possible -mesh_max: 222, 203 # (x.position_max - 1), (y.position_max - abs(y_offset)) +mesh_min: 27, 6 # probe as close to origin as possible while remaining fully on the bed +mesh_max: 222, 203 # (x.position_max - 1), (y.position_max - abs(y_offset)) ; probe as far as possible from the origin while remaining fully on the bed probe_count: 5,5 algorithm: bicubic fade_start: 1 From 767059c8f4587b4f7b855e48b7bdc91c828b6128 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sun, 3 Dec 2023 12:02:10 -0500 Subject: [PATCH 2/3] Adjust preface. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d1a73..6310b2e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Watch for releases and updates. Please see this [discussion](https://github.com/ Although I've made switching over to Klipper as easy as is possible, it can still be a challenge for some, especially considering that most of you have likely never used GNU+Linux. Save yourself the frustration, and fully read this documentation. Also note that Klipper is not a _must_, and is not for everyone. You can stick with Marlin, and have a fine 3D printing experience. -In many ways, this entire repository can be considered _my opinion_ on the `3D printing experience` and this has been _my attempt_ to share that experience. Some factors, such as accuracy and user experience, have been at the forefront of my thoughts during this work. I hope you find this repository suitable. Cheers. +In many ways, this entire repository can be considered _my opinion_ on the `3D printing experience` and this has been _my attempt_ to share that experience. Some factors, such as accuracy, testing, and user experience, have been at the forefront of my thoughts during this work. I hope you find this repository suitable. Cheers. [🔼 Back to top](#outline) From 2d8e27d11934502d80e422b8025c3fd9998afdd3 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Fri, 8 Dec 2023 01:08:26 -0500 Subject: [PATCH 3/3] Adjust preface. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6310b2e..2cb983e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Watch for releases and updates. Please see this [discussion](https://github.com/ Although I've made switching over to Klipper as easy as is possible, it can still be a challenge for some, especially considering that most of you have likely never used GNU+Linux. Save yourself the frustration, and fully read this documentation. Also note that Klipper is not a _must_, and is not for everyone. You can stick with Marlin, and have a fine 3D printing experience. -In many ways, this entire repository can be considered _my opinion_ on the `3D printing experience` and this has been _my attempt_ to share that experience. Some factors, such as accuracy, testing, and user experience, have been at the forefront of my thoughts during this work. I hope you find this repository suitable. Cheers. +In many ways, this entire repository can be considered _my opinion_ on the `3D printing experience` and this has been _my attempt_ to share that experience. Some factors, such as _accuracy_ and _testing_, have been at the forefront of my thoughts during this process. I hope you find this repository suitable. Cheers. [🔼 Back to top](#outline)