Last seen: 2025-04-21 10:46 pm
@will Fair enough. I just hit this roadblock, and was confused how to continue. But I see your point
@zander Sorry about that. Just made the repository public. This is for my college thesis. I've built a custom electronics enclosure that handles x...
@zander Hi there! Hopefully this link will work: The intention is to export an animation file done in Modo with a custom python script to generat...
@will Considering that speed is calculated by the delta between positions: (nextPos - currentPos / exposureTime), if there are 4 positions, there c...
@will Gotcha. I'll keep multistepper as is then. In the meantime, I separated the speed calcs out into a separate function that can be called in the s...
@will Your calcs are definitely correct, but the multistepper moveTo() function divides by maxSpeed, rather than 50 in your example. I got confused be...
@will Thanks for the prompt response. Indeed I would like to have everything non-blocking and the runMocoNonBlocking() function was actually workin...
So the pseudo code you provided makes sense (at least I hope I understood you correctly). I went ahead and wrote it. It technically works, as in the s...
Oh it's definitely me for sure. I appreciate the clarification!
@will Correct. That's essentially what I am trying to do. For the purposes of the tests, i'm dividing by 2 for each new position, and by what we're di...
You're absolutely correct. I guess I'm perhaps misunderstanding the purpose of doing all these calculations at this point. If Stepper A is going from ...