Motor skip/jerk on Z tower only
Posted: Wed Apr 16, 2014 12:11 am
I have a strange random motor skip.
checked all connectors and wiring.
Thought problem was bad factory wiring where it enters motor, so I replaced all the motors and it still does it.
weird also that is does it more often going slow vs. fast.
pulleys are tight. belts are tight. arms are not binding.
any ideas what to check?
my pulleys are 30 tooth not 20 like the MAX... I started with Olys latest Repetier firmware config for the MAX and adjusted mechanical settings from there.
could something weird mathematically be going on due to the larger pulleys?
the steps per does figure out to a odd number, 53.333333
I was thinking of tweaking these values...
/** \brief Number of segments to generate for delta conversions per second of move
*/
#define DELTA_SEGMENTS_PER_SECOND_PRINT 225 // Move accurate setting for print moves
#define DELTA_SEGMENTS_PER_SECOND_MOVE 80 // Less accurate setting for other moves
or changing the microstepping to 8 instead of 16 to see if that has any effect, good or bad.
checked all connectors and wiring.
Thought problem was bad factory wiring where it enters motor, so I replaced all the motors and it still does it.
weird also that is does it more often going slow vs. fast.
pulleys are tight. belts are tight. arms are not binding.
any ideas what to check?
my pulleys are 30 tooth not 20 like the MAX... I started with Olys latest Repetier firmware config for the MAX and adjusted mechanical settings from there.
could something weird mathematically be going on due to the larger pulleys?
the steps per does figure out to a odd number, 53.333333
I was thinking of tweaking these values...
/** \brief Number of segments to generate for delta conversions per second of move
*/
#define DELTA_SEGMENTS_PER_SECOND_PRINT 225 // Move accurate setting for print moves
#define DELTA_SEGMENTS_PER_SECOND_MOVE 80 // Less accurate setting for other moves
or changing the microstepping to 8 instead of 16 to see if that has any effect, good or bad.