Quantcast
Channel: Reprap Forum - Controllers
Viewing all articles
Browse latest Browse all 10211

Steppers not have enough juice?

$
0
0
-I have posted this in reprapers a few days ago with no one able to help so I figured I would try a different thread if you can help that'd be awesome, if not thats alright too:

Ok so I am working on my reprap but I have invariably ran into the problem of my stepper motors making noise and not turning. They make a high pitch noise but don't seem to have enough torque or something to move. If I hit .1 it may move but if I hit anything higher it just makes noise. The vref is set right, In fact I set them higher to see if it would help to no avail. One thing I have noticed though is if I go into the firmware and change this line
#define _AXIS_STEP_PER_UNIT {80, 80, 3200/1.25,700} to lower values of x,y,z for example #define _AXIS_STEP_PER_UNIT {20, 30, 1000/1.25,700} the motors will work fine except I have to hit the .1 like 30 times in order to get it to move. But the problem is that the distances are all messed up so it doesn't really fix anything. I have also tried changing some of the acceleration and movement settings like:
#define _ACCELERATION 1000 <------TO-------> #define _ACCELERATION 300
and
#define _MAX_FEEDRATE {400, 400, 2, 45} <------TO-------> #define _MAX_FEEDRATE {100, 100, .5, 45

But this hasn't helped any either, so I am wondering if there is a power problem going to the motors or maybe the drivers?

Viewing all articles
Browse latest Browse all 10211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>