Pulley diameter vs. line algorithm?
- This topic has 1 reply, 2 voices, and was last updated 9 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Shop › Forum › Makelangelo Polargraph Art Robot › Pulley diameter vs. line algorithm?
Hi Dan, it’s clear that changing the pulley diameter changes the speed of the machine. I’m wondering if the line algorithm accounts for that as well, or if it does the calculations from the motor axis.
Thanks!
Which calculations are you talking about?
The time estimate calculations are done in the software, which uses a few magic numbers to estimate the finish time. Look in Makelangelo software GCodeFile::estimateDrawTime().
The cartesian to polar coordinate calculations do not take pulley diameter into account. As the pen holder moves the point of contact between the belt and the pulley changes, which makes the math much more challenging. I found that a lazy solution was good enough. Look in Makelangelo firmware IK()