Git Product home page Git Product logo

library.scad's Introduction

library.scad

Open SCAD Library

Multiple Open SCAD library files making life easy.

Clone this library in any directory of you host, add the environment variable OPENSCADPATH pointing to this directory. Add a use <filename.scad> to your file and use feel free to use the components.

library.scad's People

Contributors

saarbastler avatar

Stargazers

 avatar  avatar 布宝 avatar Jeremy Bornstein avatar Lucas Rangit MAGASWERAN avatar  avatar Sven Bautz avatar Uwe Herting avatar Cal Bryant avatar Andreas Schiweck avatar  avatar Tom Keddie avatar Bruce Segal avatar Christopher Kanitz avatar Steffen Müller avatar  avatar

Watchers

Andreas Schiweck avatar  avatar  avatar

library.scad's Issues

[REQUEST] Add Raspberry 4

Waiting for my delivery, I modified your pi3 with the data available from the raspberry foundation and mouser. Will need a reality check once the board is delivered.
`module pi4()

{
// PCB
color("limegreen") difference()
{
hull()
{
translate([-(85-6)/2,-(56-6)/2,0]) cylinder(r=3, h=1.4 );
translate([-(85-6)/2, (56-6)/2,0]) cylinder(r=3, h=1.4 );
translate([ (85-6)/2,-(56-6)/2,0]) cylinder(r=3, h=1.4 );
translate([ (85-6)/2, (56-6)/2,0]) cylinder(r=3, h=1.4 );
}
translate([-85/2+3.5,-49/2,-1]) cylinder(d=2.75, h=3);
translate([-85/2+3.5, 49/2,-1]) cylinder(d=2.75, h=3);
translate([58-85/2+3.5,-49/2,-1]) cylinder(d=2.75, h=3);
translate([58-85/2+3.5, 49/2,-1]) cylinder(d=2.75, h=3);
}

// Header
translate([3.5-85/2+29-10*2.54,49/2-2.54,1.4])
header(20,2);

translate([-85/2,-56/2,1.4])
{
color("silver")
{
// Ethernet
translate([85-19, 45.75-13.5/2,0]) cube([21,16,13.5]);
// USB
translate([85-15, 9-16/2,0]) cube([17,13,16]);
translate([85-15, 27-16/2,0]) cube([17,13,16]);
// USB C
translate([3.5+7.7-8.94/2,-1.5,0]) cube([8.94,8.75,3.16]);
// Mini HDMI
translate([3.5+7.7+14.8-6.5/2,-1.5,0]) cube([6.5,7.5,2.9]);
translate([3.5+7.7+14.8+13.5-6.5/2,-1.5,0]) cube([6.5,7.5,2.9]);
}
color("darkgrey")
{
// Audio
translate([3.5+7.7+14.8+13.5+7+7.5-7/2,-2,0])
{
translate([0,2,0]) cube([7,13,5.6]);
translate([7/2,0,5.6/2])rotate([-90,0,0]) cylinder(d=5.6,h=2);
}
// Display
translate([1.1,(49-22)/2,0]) cube([4,22,5.5]);
// Camera
translate([3.5+7.7+14.8+13.5+7-4/2,1.1,0]) cube([4,22,5.5]);
}
// Micro SD Card
color("silver") translate([0,22,-2.9]) cube([13,14,1.5]);
color("darkgrey") translate([-2.4,23.5,-2.65]) cube([2.4,11,1]);
}
}`

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.