Coder Social home page Coder Social logo

3d-design's People

Watchers

 avatar  avatar

3d-design's Issues

Soporte tuerca embutida

//-- Flat piece with an embedded nut
//-- Just for testing pourposes
//-- (c) 2015 jank3
//-- GPL License

//-- Parameters

//-- Piece
thickness = 5;
long = 120;
wide = 15;

//-- Nut
nut_h = 3.4;
nut_radius = 8.4/2;
nut_drill = 3.1;

module embeded_nut() {
//-- Create the piece
difference() {
translate([-50,0,-thickness/2])
cube([long,wide,thickness],center=true);
translate([0,0,-thickness/2])
cylinder(center=true,h=20, r=nut_drill/2, $fn=50);
translate([0,0,-nut_h])
rotate([0,0,90])
cylinder(h=10, r=nut_radius, $fn=6);
}
}

translate([long/6,long/6,0])
rotate([0,0,0])
union() {
embeded_nut();

translate([-long/2-thickness+0.01,0,long/2-thickness])
rotate([0,-90,0])
embeded_nut();
}

translate([long/6-20,long/6,5])
translate([-50,0,-thickness/2])
cube([long,wide,thickness],center=true);

translate([long/6,long/6,5])
translate([-50,0,-thickness/2])
cube([10,wide,thickness],center=

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.