Subscribe to Blog via Email
Recent Posts
Blog Categories
- 3D Printing 5
- Art 8
- Featured Artists 6
- Humor 1
- In the News 7
- Jigsolve 5
- Makelangelo 28
- Miscellaneous 36
- News 149
- Opinion 9
- Projects 4
- Robot Arm 32
- Tutorials 84
I did some research and it looks like my machine dimensions were off. Never mind!
Question on the above- if my stepper motors are 200 steps per turn, what do I change in the firmware to make this work? Is it this?
// calculate some numbers to help us find feed_rate
float pulleyDiameter = 4.0f/PI; // cm
float threadPerStep=0; // thread per step
What is the command to enable the motors? I am in a similar situation, my servo is moving but I’m not getting movement on the stepper motors and am trying to troubleshoot. Much thanks!