Closed mmaitre74 closed 3 years ago
i have same problem with cr10v2 not home error i check configuration ,endstop,wires conection, but not there is problem with marlin .....
homing is not that simple (depending on setting) ... if you press and hold an endstop it will fail as it thinks the endstop is broken. It need to be able to home, back off and home again getting a triggered, not triggered, and re triggered in sequence. I'm not saying this is the issue, but I am saying your test of holding an endstop in a triggred state is not necessarily a good test.
I found a temporary solution.
I remove this line in configuration.h
// Validate that endstops are triggered on homing moves // #define VALIDATE_HOMING_ENDSTOPS
But when I disabled this option. Sometime the Auto Home not going in the full home Axis.
can you try enabling #define ENDSTOPPULLDOWNS
instead of #define ENDSTOPPULLUPS
?
Version 1.18 and 1.19 woking without issue. Here the last Bugfix 2.0
Have you got a 1.1.9 config to show?
And in the video I see that there is a small "stop" in the middle of the homing move of X
Check playing with this setting, maybe:
/**
* Endstop Noise Threshold
*
* Enable if your probe or endstops falsely trigger due to noise.
*
* - Higher values may affect repeatability or accuracy of some bed probes.
* - To fix noise install a 100nF ceramic capacitor in parallel with the switch.
* - This feature is not required for common micro-switches mounted on PCBs
* based on the Makerbot design, which already have the 100nF capacitor.
*
* :[2,3,4,5,6,7]
*/
//#define ENDSTOP_NOISE_THRESHOLD 2
I see the homing bump of X, also of Y. Hmmm. Do me a favor: Do the homing one by one, first Home X, then Home Y, then Home Z. Isolate the problem
Hi FanDjango, thanks for your help. with #define ENDSTOP_NOISE_THRESHOLD 2. No more issue. Everything work perflectly.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Bug Description
Configuration Files
Required: Include a ZIP file containing
Configuration.h
andConfiguration_adv.h
.If you've made any other modifications describe them in detail here.
Steps to Reproduce
Expected behavior:
If endstop switch pressed, the printer must stop axis pressed and continu to going Home point to other axis
.
Actual behavior:
The Marlin version 1.1.8 and 1.1.9 has no problem with the ends configa10m.zip top or intermittent problem
Additional Information