swindonmakers / LogoBot

Cheap, extensible mobile robot design based on Arduino - inspired by Mirobot and others

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make a Jumper Wire vitamin library

Axford opened this issue · comments

Will likely share parts with Jamie's Arduino vitamin (e.g. header model), so these could later be split out into a shared library.

will incorporate the ribbonCable utility to generate the cable (bezier curved no less)

should support:

  • diff end types (e.g. male, female)
  • diff number of pins
  • diff cable colours

Need to think about how attachments will work - should each end be attachable separately? that would be good from an assembly guide PoV, but may be difficult to integrate into the modelling semantics....

That'd be cool - and I was thinking to split out the header (and maybe the pins themselves) into seperate libraries.

Jamie

On 25 Oct 2014, at 21:50, Axford notifications@github.com wrote:

Will likely share parts with Jamie's Arduino vitamin (e.g. header model), so these could later be split out into a shared library.

will incorporate the ribbonCable utility to generate the cable (bezier curved no less)

should support:

diff end types (e.g. male, female)
diff number of pins
diff cable colours
Need to think about how attachments will work - should each end be attachable separately? that would be good from an assembly guide PoV, but may be difficult to integrate into the modelling semantics....


Reply to this email directly or view it on GitHub.

draft vitamin is in the jumperWire branch - wrapper is sandbox/JumperWireDev.scad

got the basics working :)

Complete - merged into master