Hi guys, I would like to aks some ideias, because I've exausted mines abut this.
For the Z axis I was using a stepper motor attached to some guide rails and was managed to get it working fine, but had to upgrade to a new motor with a 1:26.85 reduction gearbox.
The problem is, to any value of steps per mm that i put in from 50 to 2600 (the calculation of the correct value for this setup is 2600) I always get half turn on the shaft. Always the same movement for different step/mm value!
Is there any other setting in Marlin that controls this?
You may be lucky and someone who is familiar with Marlin may read your Thread - it would be good idea to mention Marlin in the Title. You can change the Title by editing your Original Post.
This Forum is really about helping people write their own Arduino programs. You may get advice more quickly from a CNC Forum or on the RepRap Forum where people are more likely to be familiar with Marlin.
Seems to explain it in good detail.
In short you likely have a stepper motor that took 200 steps to do one full rotation.
Now you possibly have a 200 step motor rotating 26.85 times to get the output shaft to rotate one full turn or 5,370 full steps.
Seems to explain it in good detail.
In short you likely have a stepper motor that took 200 steps to do one full rotation.
Now you possibly have a 200 step motor rotating 26.85 times to get the output shaft to rotate one full turn or 5,370 full steps.
Hi, I was on that website before. I will read it more careful again to check if I missed something. Thank you.