diff --git a/README.md b/README.md index 788ed57..49ce3d3 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,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_ 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) diff --git a/printer.cfg b/printer.cfg index 62d1ef8..bd4cb85 100644 --- a/printer.cfg +++ b/printer.cfg @@ -160,8 +160,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