Welcome! Log In Create A New Profile

Advanced

Z-ax motor blocked

Posted by hdiesupport 
Z-ax motor blocked
September 21, 2015 09:00AM
Prusa i3.
Motherboard: Megatronics. + Marlin.

When I ask a Z-ax movement of 100 mm, it goes only 80 mm.
If I increase the steps per unit for the Z-ax I get problems when I put a number higher then 6800 steps per unit.
It goes perfectly up, but when I ask to go back to zero position, after 5 mm. movement the z-motors block making a big humming noise.

I cannot find any root-cause. Some-one familair with the problem?

Awaiting your suggestions,

w k r Henk

* MOVEMENT SETTINGS
*/

#define HOMING_FEEDRATE {50*60, 50*60, 4*60, 0} // set the homing speeds (mm/min)

// default settings

#define DEFAULT_AXIS_STEPS_PER_UNIT {92.5*2,92.5*2,6800.00,100*1*1.5} // default steps per unit for Ultimaker
#define DEFAULT_MAX_FEEDRATE {300, 300, 5, 25} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {3000,3000,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot.

#define DEFAULT_ACCELERATION 3000 // X, Y, Z and E acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts
#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves


hdie support
Re: Z-ax motor blocked
September 21, 2015 12:50PM
Your Z max feed rate and accelerations look way too high to me, given that your steps/mm is 6800. Try a Z max feed rate of 3 mm/sec and a Z acceleration of 20.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Z-ax motor blocked
September 21, 2015 01:18PM
6800 steps per mm seems very high. At 5mm/sec = 34,000 steps per second which would push the limits of the mega chip.
A 5mm rod with .8 mm /rev = 1/.8 * 200 * 16 steps = only 4000 steps per mm
I would have to guess you have a drv8825 driver set at 1/32 steps to get this high a value.
Try setting the driver at 16 steps. At 4000 steps your resolution is .00025 mm
Re: Z-ax motor blocked
September 22, 2015 10:20AM
dc42, Thanks for your help. Z max feed rate of 3 mm/sec, solved the problem.
I found a Marlin verion especially for Prusa i3, and there also the default steps were 8.000/unit. and there the speed was reduced to only 1 mm/sec.

George, I think you are completely right, but I do not know where to adjust the driver settings.

Really nice how things are solved here, within 12 hours!!! Thanks again.
Sorry, only registered users may post in this forum.

Click here to login