-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to calculate motor setting values for my config file? #45
Comments
@Nikolay-Kha Please can you help me in this? |
is it your printer? if so, then(even if not - i hope you can repeat this recalculation for your hardware) Anything else? |
Many thanks for the detailed explanation! 🙏🙏🙏🙏 |
With the values below, the motors make high pitched sounds and not moving much apart from small but fast jumps.
After setting Does it have anything to with the motor driver config? |
You can debug everything with STEPPER_MAX_ACCELERATION_MM_PER_S2 = 100. With this value printer must move axises, not that fast as it could, but must move. Now you need to get proper movements. if x5 give you 7 centimeters movement then it is clearly wrong with number of pulses. 70mm instead of 5mm. That is too much. Check microstep config. Also there is a current configuration with a variable resistor on that driver. Usually it always works for me when resistor is set to the middle. At least make sure, that resistors are not somewhere in max or min position. Though you might need to find a proper way to configure it in the Internet. |
Adjusting the driver seemed to be a good idea, I've set all to 1/16.
I'm about to try printing to see if it is at least close enough, but now facing with the extruder heating issue. |
Z and E number of pulses doesn't look correct. Usually z axis is more precise than X and Y, i.e. require more pulses to move for 1 mm. Double check you values with 'z10' command and ruler. The same for E axis, i.e. extruder. It should be more precise. Unscrew nozzle, do not turn on heater, wire shall move without nozzle back and forth with the motor. Check with ruler that 'e100' actually move wire for 100mm. |
Still very excited.
I think I'm not far from actually printing something. All the motors work, however they are not precise. When I play with the numbers in the config such like
STEPPER_PULSES_PER_MM_X
the distance the motors take varies.The big question is, how to get/calculate the correct values for my setup? This is an Anet A8 chinese printer, kind of stock. Thank you for your help!
The text was updated successfully, but these errors were encountered: