Close



Results 1 to 7 of 7

Hybrid View

  1. #1
    Super Moderator curious aardvark's Avatar
    Join Date
    Jul 2014
    Posts
    8,818
    if I drew it free hand, I can guarentee it would confuse more.
    Mind you the basic idea is a 2 minute openscad job :-)


    so you have 4 of those that just glue together. The glue i use - uhu all purpose - bonds pla as well as acetone bonds abs. Pretty sure there's a partial solunility going on as well as the actua glue component.

    Anyway that's basically what I'm talking about. Just wondered if there was something better.
    Actually those 7 lines are 90% of the design done lol.
    The rest is just getting the screw holes in the right place :-)
    Can't do that till the board arrives.

    Currently about to print 4 of those 20mm square :-) Rounded the cylinders and made the hole 0.4mm larger - so 0.2 on a 'side'.
    Last edited by curious aardvark; 07-05-2018 at 06:03 AM.

  2. #2
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by curious aardvark View Post
    Actually those 7 lines are 90% of the design done lol.
    Quote Originally Posted by curious aardvark View Post
    Actually those 7 lines are 90% of the design done lol.
    Those 7 lines are probably better done with a cylinder. And should be about 2% of design effort.Try this in OpenScad:corner();module corner() { difference() { union() { cube([10,10,10]); translate([5,-1,0]) cylinder(r=2, h=1, $fn=75); } translate([-1,-1,1]) cube([10,10,10]); translate([1,5,-1]) cylinder(r=2, h=5, $fn=75); }}

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •