-
Notifications
You must be signed in to change notification settings - Fork 133
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 code for X-Y motion if this kind of motion is COREXY or H-BOT #7
Comments
The makelangelo project already does what you want.
|
thanks a lot |
http://github.com/marginallyclever/makelangelo-firmware Glad we could help! On Thu, Dec 3, 2015 at 8:27 PM, brianbui93 [email protected] wrote:
Dan Royer :: Marginally Clever http://www.marginallyclevergroup.com/ :: |
There is a problem that I still don't understand in your code. It is the
Bresenham' algorithm to drawing straight line. I have read documents on
Internet but still troubled with them: how to pulse to step motors.
Would you mind if you can give me more detailed about this case ?
P/s: I'm so sorry because I'm a beginner.
|
Tell me which part you understand. On Fri, Dec 11, 2015 at 4:57 PM, brianbui93 [email protected]
Dan Royer :: Marginally Clever http://www.marginallyclevergroup.com/ :: |
I refer to file "GcodeCNCDemo6AxisRumba.ino". I understand almost all of On Sat, Dec 12, 2015 at 12:24 PM, Dan Royer [email protected]
|
Makelangelo-firmware supports hbot and corexy.
|
@brianbui93 do you understand bresenham's algorithm now? I'd like to close this issue. |
Yes, I understand this. Thanks Dan Royer and everybody so much :) On Thu, Oct 27, 2016 at 4:45 AM, Dan Royer [email protected] wrote:
|
Now, I'm troubled with coding the X-Y motion when my project focuses on the kind of Corexy motion please help me to some instruction about it !. Thank you !
The text was updated successfully, but these errors were encountered: