Hi everybody. Just joined here but I'm part of a few laser and 3d

Hi everybody. Just joined here but I’m part of a few laser and 3d groups on Facebook.

I just recently wired up the ramps 1.4 upgrade to my k40. Wired everything to a T but for some reason I’m having lots of trouble trying to get my steppers to move.

The LCD keeps saying endstops hit even when its far from them. The y barely moved in little jerks and the x doesn’t move at all.

Does anybody here have experience with this problem?

Thanks in advance.

Most likely the endstops are wired wrong or configured wrong in the firmware. Did you adjust the power to the stepper motors?

If you mean the wiring to the stepper motors, then yes I have that right. As far as adjusting the power to them goes I’ve not been versed on how to do that yet. Been looking for a data sheet for these steppers to find out more about them, but I haven’t had any luck.

And as far as the firmware goes, I’m just using the turnkey tyranny setup the same as it comes.

Also i forgot to mention that i’ve disconnected the endstops and tried to move the head around just in the center of the work area and i still get the same result. which makes me think it would be the firmware. but like i said, im using the turnkey marlin just how it came.

the endstops are wired seperately from the motors… does your K40 use optical endstops, or microswitches?

And to adjust the power to the steppers, u need to adjust the tiny POT on the stepsticks.

well if u disconnect the endstops, depending on if they are normally open, or normally closed, could cause the endstop to register as being hit.

optical endstops.

the little pots on the drivers don’t seem to have an end or a beginning. is there a general way to adjust those without having a meter on hand?

I just adjust them until the steppers move well, and provide enough force to avoid missed steps. But I think your issue is more endstop related.

so if there’s something in the code that has the endstops set as a different than my norm, open or closed - wise, that would give me the trouble then? ill have to looke more into the code then. i’m new to that kind of stuff.

Yes, that can cause the stepper motors to stop and jitter like that, cuz it think it’s hit a endstop so it stops

gotcha. makes sense. well that sounds about right for whats going on with my y axis. my x isnt moving at all so im wondering if thats another issue altogether. going through and looking at the code right now.

Question though…
Wouldn’t unplugging the wires for the endstop signals give me use of my steppers, even if the code was wrong?

Only if they are configured as normally open.

gotcha thanks

Endstops on my K40 are wired normally open, hitting a stop closes the circuit.

So i disabled min and max endstops in the firmware and uploaded. Doesn’t say endstops hit anymore but im still getting the same response. Stepper just barely moving like a mm at a time when i try to move it using the lcd screen.

Any thoughts?

I’m out of ideas, sorry.