Axis move only half distance

Post Reply
24ariel3
Posts: 21
Joined: Sun May 24, 2015 10:03 pm

Axis move only half distance

Post by 24ariel3 » Sat May 30, 2015 8:21 pm

My problem is that the X and Y axis move only half of what should be their travel distance
for example instead of moving 20CM they only move 10CM and "think" they have moved 20CM


Im using ramps 1.4+DRV8825 drivers all caps under the driver are set also Im using this printer settings
http://www.geeetech.com/wiki/index.php/ ... To_set_up
and this slicer settings
http://www.geeetech.com/forum/viewtopic ... 14&p=23903

Thank you,

zhangxueyou
Posts: 1405
Joined: Fri Feb 06, 2015 1:33 pm

Re: Axis move only half distance

Post by zhangxueyou » Mon Jun 01, 2015 10:31 am

I think you set the microstep of x and y motors as 1/32.
Usually, when you use A4988 as driver, all the jumper caps should be plugged, and microstep will be 1/16.
But if you are using DRV8825, you need to unplug some caps. Look at the picture:
microstep of 8825.png
microstep of 8825.png (81.82 KiB) Viewed 9827 times

24ariel3
Posts: 21
Joined: Sun May 24, 2015 10:03 pm

Re: Axis move only half distance

Post by 24ariel3 » Mon Jun 01, 2015 2:36 pm

Hello I got a suggestion from another forum:

In configuration.H and double the value.
OLD: #define DEFAULT_AXIS_STEPS_PER_UNIT {78.74, 78.74, 2560, 95} by

NEW: #define DEFAULT_AXIS_STEPS_PER_UNIT {157.48, 157.48, 5120, 190}

What do you think?

zhangxueyou
Posts: 1405
Joined: Fri Feb 06, 2015 1:33 pm

Re: Axis move only half distance

Post by zhangxueyou » Mon Jun 01, 2015 2:57 pm

I think changing the firmware works too. You can try to move the axes to the max position after changing.
But I don't suggest you change the firmware, it's time consuming.

24ariel3
Posts: 21
Joined: Sun May 24, 2015 10:03 pm

Re: Axis move only half distance

Post by 24ariel3 » Mon Jun 01, 2015 11:03 pm

Ok I've changed it to 1/16 by disconnection caps 1 and 2 now it seems like it is travels the right distance but now I have new problem
p.jpg
p.jpg (362 KiB) Viewed 9812 times
how to fix that?

zhangxueyou
Posts: 1405
Joined: Fri Feb 06, 2015 1:33 pm

Re: Axis move only half distance

Post by zhangxueyou » Tue Jun 02, 2015 9:01 am

The distance between between nozzle and hot bed is not low enough.
The first layer is very important for the whole item.
When you are priting, I suggest you adjust the distance by rotating the 4 screw anticlockwise at the 4 corners of bed. No gaps between printed lines is good.
The first layer should be flat. I suggest you smear a layer of glue to make the filament stick to bed.

Post Reply