-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLTouch/3DTouch not responding #29
Comments
I tried two different 3Dtouch, both working on chitu3d and mks robin nano v1.2. No success for now. I tried with 3.3Vdc and 5Vdc power supply for 3Dtouch. |
The fan pwm conflicts with the servo timer. I have found the problem. |
You send your firmware source code here, I will send it to you after modification |
Thanks for support. Here's the zip containing the Marlin i use to test(last release): https://drive.google.com/file/d/1nRm3v2nWciPvoIQC-2D-wXvdhR386qUE/view?usp=sharing |
i tested the servo output on a scope. I have 3.3V peak for PWM wich is fine. Probably a timing problem ? |
This is a bug |
Ok thanks for this fix i try it. |
FAN4 can continue to be used, you can test it |
https://drive.google.com/file/d/1CP34IeChswxJHbPc4XPduP9-M-xJHSbl/view?usp=sharing Thanks :) i can start printing test now |
Deploy and Stow work but when homing 3Dtouch deploy/stow a few times and then stop the printer... I try to add some delay. 300ms is maybe to short for 3dtouch.. |
Ok, G28 is working great now with #define SERVO_DELAY { 750 }. |
Hi,
I received a new board from Mellow, everything is working exept the servo out for BL/3DTouch.
The 3DTouch successfully respond on chitu3d controller.
I tried the last marlin release on your github.
Not possible to deploy or stow. The 3Dtouch do is self test at powering up, but after that, it seems it does not received pwm commands.
I've not already plugged the oscilloscope to the servo signal pin, i'll try..
Any other bug reports for 3Dtouch users ?
Thanks. Best Regards
The text was updated successfully, but these errors were encountered: