Skip to content
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

Y and Z vibrating #9

Open
dgroenheide opened this issue Feb 15, 2021 · 9 comments
Open

Y and Z vibrating #9

dgroenheide opened this issue Feb 15, 2021 · 9 comments

Comments

@dgroenheide
Copy link

Hello,

When I use this, my X turns both ways but my Y and Z turn only one way and vibrates the other way.
How do I fix this?

@TGit-Tech
Copy link
Owner

Sounds like a hardware issue. If you're using the ULN2003 driver board I cannot think of a way the code could 'vibrate' the stepper in one direction but move in the other since its 4-wire sequential. However; if you're playing with the code (this code) that would be a different question altogether. You might want to test your hardware with just some general move code?

@dgroenheide
Copy link
Author

Thanks for you reply!
I tested it with an arduino uno and it worked fine!
However when I run gcode on it and it moves all 3 axis, then it cuts power while moving.
I am using a 9V 1A power supply

@TGit-Tech
Copy link
Owner

You didn't mention which motor driver board you're using. If you're trying to wire directly to an UNO power loss would be expected as I'm pretty sure motors will overloading the IO pins.

@dgroenheide
Copy link
Author

I use 3x ULN2003 and it cuts power

@TGit-Tech
Copy link
Owner

Sorry its taken so long to get back; summer work. Did you find a solution?

@dgroenheide
Copy link
Author

Hello, I still didn't find my solution

@TGit-Tech
Copy link
Owner

What exactly do you mean by 'it cuts power'?
Have you tried using a different power source like a 12Vdc one?
And checked the 5-12V pin jumpers on the ULN board for the correct jump?

Does this symptom happen both with gcode execution and manual control?
Is the motor gear / framing snagging or pinching in one direction? I've put machine oil or cooking oil (pam) on some hardware to get smoother slide and gear mesh..

Those are about the only things I can think to check.

@dgroenheide
Copy link
Author

It cuts power when all 3 motors are used. The leds also turn off for a second. I didn't try a 12v source because I don't have one. I will try that.

@TheExpertNoob
Copy link

Line 244 of stepper.cpp looks sus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants