Welcome! Log In Create A New Profile

Advanced

diy printer

Posted by papakel 
diy printer
December 18, 2013 03:53PM
Hi all, I am a complete newby and being retired I built a CNC router which I have built and mastered and so I progressed to building a 3D printer from scraps from my collection I used pictures of the everbot as a design and I built the sanguinololu board with the atmeg processor and I am using Pronterface to control it. I am of the opinion that I have configured the drivers correctly to the motors , The X axis is belt drive and the Y and Z are screw drive 8mm metric 1.25mm per rev. I can move all axis back and forth with pronterface without losing steps but when I load a program I am missing steps on the Y axis, I have come to the conclusion that my problem could be with the excellaration and or the jerk settings in the configuration.h file though I have spent days varying both and cannot find the soloution. Can anyone help please
Re: diy printer
December 19, 2013 12:49AM
Most repraps don't use lead screws for Y.

You will probably need to re-compile your firmware and change the max speed and acceleration for the Y axis.

Or set slicer to that all speeds are very very slow.

I think that your printer may be unusably slow using a lead screw for the Y axis. Can you replace it with belt and pulleys on Y ??
Re: diy printer
December 19, 2013 01:05AM
This is correct x/y lead screws will not allow for acceleration ramps with current firmware on repraps. For example if you try the same with a dated parallel port cnc controller and mach3, you would no longer loose steps. It has to do with the even timing of the steps with mach3, and the uneven step pulses of the reprap controllers. It is smoothed out by the belts system that can absorb and smooth out the steps.

Also it could be that the step pin may be an inverted input if your speeds are not that fast.


read up on Bresenham's line method which is what is used for reprap interpolated moves.

link is here: [en.wikipedia.org]
notice in the picture below that even though x step size is consistent that the y axis step size varies. this means the max speed of y is limited because of uneven stops and starts, unless a system is with some give such as belts.

this knowledge can be of advantage though. say you do infill at 45 deg then each step would evenly advance, and the distance covered would be 1.4 that of a single axis, so you could run it 1.4 times the speed as a single axis. (firmware would negate the speed to feedrate per second)




Edited 3 time(s). Last edit at 12/19/2013 01:26AM by jamesdanielv.
Attachments:
open | download - 800px-Bresenham_svg.png (11.9 KB)
Re: diy printer
December 19, 2013 08:39AM
Quote

I have come to the conclusion that my problem could be with the excellaration and or the jerk settings in the configuration.h file

Set jerk to zero (or turn off lookahead entirely) and acceleration to something very low, like 50 mm/s2. This should give you a bot working without step losses. Then raise acceleration to find out the capabilities of your design. That done, start to raise jerk, too.

Quote

This is correct x/y lead screws will not allow for acceleration ramps with current firmware on repraps.

Huh? Not sure what you mean with "current firmware", but Teacup Firmware definitely does proper acceleration ramps on all axes, lead screw driven or not. Note to those trying: lookahead works currently better with the code from the experimental branch.


Generation 7 Electronics Teacup Firmware RepRap DIY
     
Re: diy printer
April 11, 2014 02:57PM
Thanks all for your valid inputs, I have re-designed the Y axis to be belt driven and that fixed all my problems, thanks again
Sorry, only registered users may post in this forum.

Click here to login