You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm linking a PR I have prepared to deal with an issue I found with sensor-less homing.
After turning on my printer today, It was unable to home properly and moved itself into the front-left corner of my printer before skipping a huge amount of steps and driving the nozzle into the printer bed.
I saw on Gergo Print 3D's video there was an option to tune the sensitivity of the sensor-less homing. I tried this after re-positioning the printhead to the far right corner but unfortunately after the initial homing it achieved the same result (sending itself back to the front left corner to do more damage)
I then went to Klipper documentation and found the related setting listed for the drivers. Underneath it it has a section for CoreXY which states When using sensorless homing on CoreXY, make sure there is no hold_current configured for either stepper. on which the SV08 has configured a value of 1.5.
My question is, why is this present? If the Klipper documentation states it should not be for use with sensor-less homing and the documentation regarding hold_current states it is preferred not to set it?
I'll leave this open for discussion if someone else may have an opinion, I am fairly new to Klipper and so do not yet have an understanding of why most options are set as they are.
I'm linking a PR I have prepared to deal with an issue I found with sensor-less homing.
After turning on my printer today, It was unable to home properly and moved itself into the front-left corner of my printer before skipping a huge amount of steps and driving the nozzle into the printer bed.
I saw on Gergo Print 3D's video there was an option to tune the sensitivity of the sensor-less homing. I tried this after re-positioning the printhead to the far right corner but unfortunately after the initial homing it achieved the same result (sending itself back to the front left corner to do more damage)
I then went to Klipper documentation and found the related setting listed for the drivers. Underneath it it has a section for CoreXY which states
When using sensorless homing on CoreXY, make sure there is no hold_current configured for either stepper.
on which the SV08 has configured a value of1.5
.Here's the documentation
My question is, why is this present? If the Klipper documentation states it should not be for use with sensor-less homing and the documentation regarding hold_current states it is preferred not to set it?
I'll leave this open for discussion if someone else may have an opinion, I am fairly new to Klipper and so do not yet have an understanding of why most options are set as they are.
Link to PR: #12
The text was updated successfully, but these errors were encountered: