Dan Royer

Results 170 comments of Dan Royer

The makelangelo project already does what you want. > On Nov 30, 2015, at 11:36 PM, brianbui93 [email protected] wrote: > > Now, I'm troubled with coding the X-Y motion when...

http://github.com/marginallyclever/makelangelo-firmware change #define POLARGRAPH2 to #define COREXY and you should be good to go. refer to our forums for tech support. Glad we could help! On Thu, Dec 3, 2015...

Tell me which part you understand. On Fri, Dec 11, 2015 at 4:57 PM, brianbui93 [email protected] wrote: > There is a problem that I still don't understand in your code....

Makelangelo-firmware supports hbot and corexy. > On Sep 29, 2016, at 3:26 AM, Miguel Sanchez [email protected] wrote: > > Ever head of Google? https://www.google.es/search?q=bresenham+flowchart&tbm=isch&tbo=u&source=univ&sa=X&ved=0ahUKEwiVoYGrrrTPAhWC7RQKHS2lBkgQsAQIHQ&biw=1190&bih=682&dpr=1.25 > > — > You are...

@brianbui93 do you understand bresenham's algorithm now? I'd like to close this issue.

The Adafruit motor shield v2 has two dedicated servos on pins 9 and 10. Use the default Servo.h library. If you add the changes, please send a pull request.

> I've not been able to get the upload process to complete for years now. goals! :) > What errors are you getting? the how to get started docs don't...

Is there a way to generate image with a white background for dark mode?

Same here, windows 11. How to properly uninstall? Super sketchy.

i see several spots where the height/width are mixed the same way. also, ``` if(v= lim) return v % lim; return v; ``` could be simplified to ``` return (v...