Close



Results 1 to 7 of 7

Hybrid View

  1. #1
    Super Moderator curious aardvark's Avatar
    Join Date
    Jul 2014
    Posts
    8,816
    it is a cylinder :-) just an 8 sided one.

    That's pretty much exactly what i did - mine was just laid out better lol
    // mini itx case
    $fn=100;
    difference() {
    union(){
    cube([20,20,1]);
    cube([20,1,5]);
    cube([1,20,5]);
    translate([21,10,0]) cylinder(d=5,h=1);
    } // end union
    translate([10,19,0]) cylinder(d=5.4,h=1);
    } // end diff
    why 2% of design effort ?

    All i have to do is size it properly and add a hole with raised support.
    Last edited by curious aardvark; 07-05-2018 at 01:13 PM.

Posting Permissions

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