From 83cc6039c5af531d41f4f826cb34ac152c87b2d1 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 18 Feb 2021 20:14:18 -0500 Subject: [PATCH] docs: Fix typo in Sensorless_Homing.md Reported by @stefanfoulis. Signed-off-by: Kevin O'Connor --- docs/Sensorless_Homing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).