-
Hi, I just got my ELS 4 hooked up and all components mounted. Made all ratio mods in the code and uploaded. The Z-axis works as intended but I don't have any movement out of my X-axis. I tried swapping the plugs on the back of the NANO and my X-axis works, albeit with the LEFT/RIGHT arrows. With the plugs swapped, the UP/Down arrows don't move the Z-AXIS either. These are my current settings:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @RGUERI1, comparing your code with the one in the repo: Consider adding The fact that swapping the X and Z plugs on the back makes X move tells that motor drivers are OK and wired well. Since you're using It would be interesting to know what voltages do you get on the X pins. Each controller that I ship gets tested - all buttons clicked, motion of both axes both directions, encoder back/forth, etc. - but there's always something that can go wrong. As far as an immediate mitigation goes, try swapping
Please let me know what you think. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Maxim,
I ran out of time yesterday, hopefully get back on it this evening. I'll
keep you posted as to what I find. If I have to use the aux port, it's no
big deal.
Thanks
…On Tue, Jul 18, 2023 at 5:23 AM Maxim Kachurovskiy ***@***.***> wrote:
Another option is that I can mail you a replacement main board with a
screen - but it will take a month or so until it arrives.
—
Reply to this email directly, view it on GitHub
<#126 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACYRKYOLGXXV26CAF2SXY3XQZP25ANCNFSM6AAAAAA2NG4GU4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
I figured it was something stupid. As I was going in to paste the code you sent above, I noticed the line #define X_ENA 8 and realized it should have been #define X_ENA 18. Also explains why I had no voltage on that pin! I must have erased the 1 at some point.
Problem solved, thanks for the help.