From home to 200, but X axis only moved 100
From home to 200, but X axis only moved 100
What do I need to adjust???
My X Y Z and limited to 200 200 180
Repetier thinks I am at 200 ,200 180, when I really am at half way those points
My X Y Z and limited to 200 200 180
Repetier thinks I am at 200 ,200 180, when I really am at half way those points
-
- Posts: 1405
- Joined: Fri Feb 06, 2015 1:33 pm
Re: From home to 200, but X axis only moved 100
In file "configuration.h" of firmware, you can find:
Check if the value of first line is 100.
Code: Select all
#define X_MAX_POS 210
#define X_MIN_POS 0
#define Y_MAX_POS 210
#define Y_MIN_POS 0
#define Z_MAX_POS 180
#define Z_MIN_POS 0
Re: From home to 200, but X axis only moved 100
Im pretty sure its not within in the software because on the manual control screen at the point it stops it says X=200 Y=200 Z=180
Or am I just assuming the X axis needs to go all the way to the end? and it does not have to?
Or am I just assuming the X axis needs to go all the way to the end? and it does not have to?
-
- Posts: 1405
- Joined: Fri Feb 06, 2015 1:33 pm
Re: From home to 200, but X axis only moved 100
Yes, you are right.
How about controlling the x motor with LCD screen?
Before moving the motor, let all the axes auto home.
How about controlling the x motor with LCD screen?
Before moving the motor, let all the axes auto home.
Re: From home to 200, but X axis only moved 100
oh. I did not include the LCD in my package.
Could it be the belts or the voltages?
My voltages are at .055
But anything higher just makes it noisy with no movement
Could it be the belts or the voltages?
My voltages are at .055
But anything higher just makes it noisy with no movement
-
- Posts: 1405
- Joined: Fri Feb 06, 2015 1:33 pm
Re: From home to 200, but X axis only moved 100
What is the type of motor driver? Could you please take a photo, and let me check if it is plugged correctly.
Re: From home to 200, but X axis only moved 100
DRV8825
The motor drivers were already installed so I doubt that is the issue.
Here is a picture
The motor drivers were already installed so I doubt that is the issue.
Here is a picture
-
- Posts: 1405
- Joined: Fri Feb 06, 2015 1:33 pm
Re: From home to 200, but X axis only moved 100
The driver are plugged corretly.
Please let me check the status of switches under x driver. It should be 1/16.
Please let me check the status of switches under x driver. It should be 1/16.
Re: From home to 200, but X axis only moved 100
All the DRV drivers are on high, because this is what the build instruction said I followed it for the C model because it included info for the GT2560, but maybe it was A4988 driver..
So all of the drivers should be at 1/16?
and When would I need to use 1/32?
So all of the drivers should be at 1/16?
and When would I need to use 1/32?

-
- Posts: 1405
- Joined: Fri Feb 06, 2015 1:33 pm
Re: From home to 200, but X axis only moved 100
All should be 1/16.