z axis problem February 21, 2014 09:37AM |
Registered: 10 years ago Posts: 16 |
Re: z axis problem February 21, 2014 10:46AM |
Registered: 13 years ago Posts: 1,780 |
Re: z axis problem February 24, 2014 09:51AM |
Registered: 10 years ago Posts: 16 |
Re: z axis problem February 24, 2014 12:12PM |
Registered: 10 years ago Posts: 16 |
Re: z axis problem February 24, 2014 09:03PM |
Registered: 13 years ago Posts: 1,780 |
Quote
#define _AXIS_STEP_PER_UNIT {80, 80, 80 ,700}
Quote
#define _MAX_FEEDRATE {400, 400, 400, 45} // (mm/sec)
Re: z axis problem February 25, 2014 06:50AM |
Registered: 10 years ago Posts: 16 |
Re: z axis problem February 25, 2014 07:40AM |
Registered: 11 years ago Posts: 553 |
Re: z axis problem February 25, 2014 07:56AM |
Registered: 10 years ago Posts: 16 |
Re: z axis problem February 25, 2014 08:51AM |
Registered: 11 years ago Posts: 553 |
Quote
klakierka
My screws are 1.75 so i shoud set it to 3200/1.72 but with this values motors are rotating in with diffrent numbers of rotations, steps and they are not synhronised, that is when i am moving them 1 unit, when I want to move them 10 units, they are not moving at all...
Re: z axis problem February 25, 2014 09:45AM |
Registered: 10 years ago Posts: 16 |
Re: z axis problem February 25, 2014 11:05AM |
Registered: 11 years ago Posts: 553 |
Quote
klakierka
Thanks tjb1 for the clear answer. I am aware that that values other than 3200//1.75 = 1828.57 are not correct.
The thing is that I really don't where the problem is. I know for sure that motors, wiring and controllers are ok, but with the this settings of sprinter code. motors on z axes are not working properly ( lack of synchronization, and they are moving with the random number of steps ). Motors on x and y they working perfectly. I have not clue what is wrong...
I am checking motors without attached screws, so at least at this stage size of them shouldn't mater and that is true they are big(rod is 12 mm diameter 1.75 mm), because whole structure is quite big (below link to the pdf presentation, please feel free to criticize - we need feedback from professionals).
I would be really grateful if you help me to solved this problem.
(http://nodehabitat.com/home/wp-content/uploads/2014/01/3DIA-PRINTER_-WIP.pdf)
Re: z axis problem February 25, 2014 11:54AM |
Registered: 10 years ago Posts: 16 |