Giter Club home page Giter Club logo

printbone's People

Contributors

pieterbos 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

Watchers

 avatar  avatar  avatar  avatar  avatar

printbone's Issues

Missing dependencies: vector.scad, maths.scad and moreShapes.scad

The project does not have a way to retrieve the dependencies. Some can be retrieved with this code:

# download dependencies
if [ ! -e scad-utils ]; then
    git clone https://github.com/openscad/scad-utils.git
fi
if [ ! -e list-comprehension-demos ]; then
    git clone https://github.com/openscad/list-comprehension-demos.git
fi
if [ ! -e Curved_Pipe_Library_for_OpenSCAD/curvedPipe.scad ]; then
    mkdir -p Curved_Pipe_Library_for_OpenSCAD
    wget -O Curved_Pipe_Library_for_OpenSCAD/curvedPipe.scad \
        http://www.thingiverse.com/download:170713
fi

That leaves vector.scad, maths.scad and moreShapes.scad missing.

3D printing a leadpipe for Jinbao contrabass trombone in F

Hi,

I am trying 3D print a leadpipe for a Jinbao contrabass trombone in F. The bore is approximately 0.589" in the slide, so I would imagine a venturi for the leadpipe would be 0.522" or so. I edited https://github.com/pieterbos/PrintBone/blob/master/jinbao_leadpipe.scad to the following:
line 57 leadpipe_length=199; was changed to leadpipe_length=222.25);
and
line 73 shank="small"; was changed to shank="large";
and
line 67 leadpipe_venturi_radius=(10.7-0.8)/2; was changed to leadpipe_venturi_radius=13.26;
but, changing the venturi to 13.26 (0.522") had an unexpected change in size

Here's with the original venturi (10.7-0.8)/2
leadpipe_8 75in

Here's with a 13.26 venturi
leadpipe_8 75in_venturi_0 522

I am guessing that this value for venturi is not a measurement in millimeters exactly, but it is used in a calculation?

Best,
Jean Elbers

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.