This commit is contained in:
KAsp3rd 2026-02-26 22:47:14 -05:00 committed by GitHub
commit 2fbd16a0be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -330,7 +330,7 @@ contacting the end of the rail. Note the found value as
After finding *maximum_sensitivity* and *minimum_sensitivity*, use a
calculator to obtain the recommend sensitivity as
*minimum_sensitivity + (maximum_sensitivity - minimum_sensitivity)/3*.
*minimum_sensitivity + ((maximum_sensitivity - minimum_sensitivity)/3)*.
The recommended sensitivity should be in the range between the minimum
and maximum, but slightly closer to the minimum. Round the final value
to the nearest integer value.