Archim 1.0 Issues

Hello fellow MPCNC’ers!

I am building my first MPCNC, and I seem to have come across an issue that I’m hoping is just operator error; I would greatly appreciate a second pair of eyes on my setup. I decided to wire up the motors and endstops to the controller just to do a quick check before I moved on to building a table (a bit backwards I know - I just wanted to make sure the electronics were working). Here is what I have done so far:

Send: M119
Recv: Reporting endstop status
Recv: x_min: open
Recv: x2_min: open
Recv: y_min: open
Recv: y2_min: open
Recv: z_min: open
Recv: ok
[...]
Send: M119
Recv: Reporting endstop status
Recv: x_min: TRIGGERED
Recv: x2_min: open
Recv: y_min: open
Recv: y2_min: open
Recv: z_min: open
Recv: ok
Send: G92X0Y0Z0
Recv: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0
Recv: ok
[...]
Send: G91
Recv: ok
Send: G1 X1 F6000
Recv: ok
Send: G90
Recv: ok
What happens at this point is I can audibly hear the motors/stepper drivers receiving power once I try jogging, and the gantry is definitely being held in place by the motors - I am unable to move it by hand. However, the Archim is acknowledging the jog movements without the stepper motors actually moving at all. I attached a few pics of the wiring (sorry for the mess). I also attempted to run the G28 home routine with my finger on the power shutoff, and the motors still have no movement:
Send: G28 X0 Y0 [...] Recv: echo:busy: processing
Any ideas of what I could be missing? I've read through every instruction/tutorial pretty thoroughly, but it is possible I could have missed something. Thank you all for the help!

Jeff

P.S. - My apologies if this double posts, the first post somehow vanished on me.

I knew it was operator error! I did some more digging on the forums and came across this person with the same issue:

https://www.v1engineering.com/forum/topic/new-mpcnc-archim-1-0-w-end-stops-motors-lock-up/

And sure enough, I missed the one stinkin’ line on the firmware page that says to use the Dropbox firmware for now (https://www.v1engineering.com/marlin-firmware/):

Using GitHub

You will find this on the V1 Engineering Marlin GitHub page. Use this link for Archim (series) or Archim (Dual) boards (for now).
I knew it was something silly. Ryan, thank you for all of your support on the MPCNC platform!
1 Like