-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] BLTouch: DEACTIVATE_SERVOS_AFTER_MOVE or not?? #13368
Comments
But - if the servo is not depowerd, there is another possible reason for a jittering servo angle. If VCC (5-6V) is varying a lot - in the right (wrong) frequency - that may be visible/feelable. There is no way to improve that by Marlin. |
|
It doesn't work, because you have enabled BLTouch, go to #undef DEACTIVATE_SERVOS_AFTER_MOVE |
|
|
If the |
//#define DEACTIVATE_SERVOS_AFTER_MOVE was the suggestion of the first original manual for the BL-Touch (at least for the Kickstarter version). |
@Andrei-Pozolotin have you tried to test with latest bugfix 2.0.x to see if the issue us still present? |
@Andrei-Pozolotin is the issue still there? |
Lack of Activity |
i'm gonna retest this and if i see any gain ill send PR. |
Antclabs does not recommend it and after testing as klipper turns off pwm, it found absolutely 0 change in function, just the input light on the bltouch goes out. No change to repeatability either. |
that test was on a real bltouch? not a clone? |
nope makes the 3dtouch not function at all. |
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. |
Description
Fails to auto-disable servo pwm signal after servo has completed the motion.
Steps to Reproduce
build with
#define DEACTIVATE_SERVOS_AFTER_MOVE
verify servo is working via
M280 P1 S0
, etctry to move servo actuator with hand
Expected behavior: servo shaft moves freely after the move
Actual behavior: servo continues to stay energized, can not move with hand after move is complete
Additional Information
perhaps due to use of non-default pin mapping
see #13314
config snapshot: Configuration.h#L2078
https://github.com/random-builder/Marlin/tree/f531df1c494b3f85b2c986d14f2993c0e3f3ad14
The text was updated successfully, but these errors were encountered: