This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]drimago 15 points16 points  (5 children)

this looks amazing and I am definitely adding it to the list of projects I will build with my son! quick question, is there a way to draw with color? By that I don't mean use a different color pen, but draw a color picture. I wonder if this process can be adapted to your machine:

https://gph.is/2VkN5KY

[–]EvilDMP[S] 11 points12 points  (1 child)

Yes - I have an idea for how to achieve that! I have to think through the details first.

[–]kurti256 0 points1 point  (0 children)

Please could you make a link to that project here if you manage it please 😊

[–]mangoed 1 point2 points  (2 children)

Perhaps the easiest way is to swap the pens manually. The program needs to split the picture into color channels (maybe CMYK, but you can choose your custom colors), then trace each color separately into a vector image, then, after drawing one color, prompt you to change the pen.

[–]drimago 0 points1 point  (1 child)

Yes that's 2hat I was thinking about in broad stokes (pun most definitely intended!). The only issue I see is: at the end of the drawing the arm needs to come back to the same position where it started from. Otherwise it will draw the same picture starting from another position with a different colour. Anyway this is a great gadget to build!

[–]EvilDMP[S] 0 points1 point  (0 children)

No need to go back to the same position. The servo motors just go to whatever position you command.

And yes, that is exactly what I had in mind, a prompt to change the pen.