Welcome! Log In Create A New Profile

Advanced

Mendel + RAMPS speed reduction?

Posted by posipiet 
Mendel + RAMPS speed reduction?
April 13, 2012 09:45AM
Hi,

Pronterface connects just fine, and if I issue commands, the motors just hum. I suppose the frequency is too high. In my test setup, I came up with a max frequency of 14kHz before the motors stall.

Sprinter 1.3.11T / 19.03.2012
RAMPS 1.2, pololu 4983

Temperature of the pololus is good.

Pin assignments are correct: if I do a series of digitalwrites to XYZE_STEP_PIN, the motors move just fine.

Now STEP_DELAY_MICROS and STEP_DELAY_RATIO are not used in the code.
Setting #define _MAX_FEEDRATE {4, 4, 2, 45} this low does not change things either.

How can I reliably reduce the speed or debug this issue?
Re: Mendel + RAMPS speed reduction?
April 14, 2012 06:03AM
AFAIK, Teacup is ths only firmware which limits the commanded feedrate to what the machine can do. There it's MAXIMUM_FEEDRATE_{XYZE}.

For all other firmwares: don't send feedrates that high.


Generation 7 Electronics Teacup Firmware RepRap DIY
     
Re: Mendel + RAMPS speed reduction?
April 14, 2012 01:10PM
Thanks!

Switched to teacup, positioning now works without tweaking feedrate. Teacup seems to step rather slowly: I could turn it faster than default.
Re: Mendel + RAMPS speed reduction?
April 15, 2012 06:01AM
Quote

I could turn it faster than default.

That's expected. Default feedrates are very low to protect the machines of users which don't care to adjust their config.h.


Generation 7 Electronics Teacup Firmware RepRap DIY
     
Sorry, only registered users may post in this forum.

Click here to login