Git Product home page Git Product logo

openscad-arduino-mounting-library's People

Contributors

ashatch avatar frodeanonsen avatar ghps avatar kellyegan avatar kjellmorgenstern avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openscad-arduino-mounting-library's Issues

Problem with Uno bumper/mounting holes

Using this, it puts one of the mounting holes outside the base plate.
bumper(UNO, mountType=PIN, mountingHoles = true);

I fixed it with this updated bumper code (line 65 for me):

//Bumper mounting holes (exterior)
if( mountingHoles ) {
difference() {
hull() {
translate([-6, (dimensions[1] - 6) / 2, 0])
cylinder( r = 6, h = pcbHeight + 2, $fn = 32 );
translate([ -0.5, dimensions[1] / 2 - 9, 0])
cube([0.5, 12, bumperHeight]);
}
translate([-6, (dimensions[1] - 6) / 2, 0])
mountingHole(holeDepth = bumperHeight);
}
difference() {
hull() {
translate([dimensions[0] + 6, (dimensions[1] - 6) / 2,0])
cylinder( r = 6, h = pcbHeight + 2, $fn = 32 );
translate([ dimensions[0], dimensions[1] / 2 - 9, 0])
cube([0.5, 12, bumperHeight]);
}
translate([dimensions[0] + 6, (dimensions[1] - 6) / 2,0])
mountingHole(holeDepth = bumperHeight);
}
}

Y was referencing dimensions[0] instead of dimensions[1] for the first tab.

Thank you for the library! This will really come in handy.

Problems with components under pcb like sdcard in dimension calculation

I am trying to adapt your library for a different pcb layout

so I created a rpiplusComponent list.
The problem with this is that it has an underneath sdcard and in the calculation of the componentsDimensions it effects the overall height.
The SDcard space (negative z value) is already compensated by the standoffheight.

if there a simple way to exclude or not to accept negative z values in the componentsDimensions function .

New Features: Nano, MKR WIFI, additional hole sizes and mount types

Adding support for Arduino Nano and MKR WIFI 1010. The later was tested with an FDM printer.

Please consider pull request #12, it introduces:

Variable hole sizes, since some boards have smaller mounting holes
Dual headers (HEADER_F on top, HEADER_M on the bottom) as used on the MKR WIFI 1010
Small pin (=NOTCH) that can be FDM printed, to fit the small holes from Nano and MKR boards
Spacing parameter for enclosures, so that boards that need more than 5mm can fit.

New features are added to the documentation and shown in the example.scad

Pins.scad

Looks like you updated the library to include pins.scad, but I don't see it as part of your project. Can you provide a link for it?

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.