aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-02-18 20:14:18 -0500
committerKevin O'Connor <kevin@koconnor.net>2021-02-18 20:14:18 -0500
commit83cc6039c5af531d41f4f826cb34ac152c87b2d1 (patch)
tree44fb5a1e5c0809fb1d12b0017e1e0f4dd77910a2
parente6d1910ef97fdc6e49bdd5cd82e0bd310d3b246b (diff)
downloadkutter-83cc6039c5af531d41f4f826cb34ac152c87b2d1.tar.gz
kutter-83cc6039c5af531d41f4f826cb34ac152c87b2d1.tar.xz
kutter-83cc6039c5af531d41f4f826cb34ac152c87b2d1.zip
docs: Fix typo in Sensorless_Homing.md
Reported by @stefanfoulis. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Sensorless_Homing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Sensorless_Homing.md b/docs/Sensorless_Homing.md
index 140baede..10254206 100644
--- a/docs/Sensorless_Homing.md
+++ b/docs/Sensorless_Homing.md
@@ -14,7 +14,7 @@ A few prerequisites are needed to use sensorless homing:
## Limitations
Be sure that your mechanical components are able to handle the load of the carriage bumping into the limit of the axis repeatedly. Especially spindles (on the Z axis) might generate a lot of force. Homing a Z axis by bumping the nozzle into the printing surface might not be a good idea.
-Further, sensorless homing might not be accurate enough for you printer. While homing X and Y axes on a cartesian machine can work well, homing the Z axis is generally not accurate enough and results in inconsistent first layer height. Homing a delta printer sensorless is not advisable due to missing accuracy.
+Further, sensorless homing might not be accurate enough for your printer. While homing X and Y axes on a cartesian machine can work well, homing the Z axis is generally not accurate enough and results in inconsistent first layer height. Homing a delta printer sensorless is not advisable due to missing accuracy.
Further, the stall detection of the stepper driver is dependant on the mechanical load on the motor, the motor current and the motor temperature (coil resistance).