openscad download 3d models

179739 3d models found related to openscad download.
Customizable measuring cups (OpenSCAD)
Customizable measuring cups (OpenSCAD)
thingiverse

Those specific measurement sizes probably aren't very useful to anyone but me, but I've included the OpenSCAD file so if you need another size and aren't afraid to use OpenSCAD, go for it. Instructions for creating measuring cups in this style of...

Attach library for Openscad
Attach library for Openscad
cults3d

I have written about it (and given an example of use) in this post: http://www.iearobotics.com/blog/2012/09/10/enhancing-openscad-with-the-attach-library/ The attach operator is part of the obiscad tools I am developing:...

UNITY3D openSCAD Parsing Program
UNITY3D openSCAD Parsing Program
thingiverse

The code searches for every object tagged "cube" within a parent and records their positions in an array so they can be meshed by OpenSCAD, it doesn't require any mesh to SCAD conversion. I'll make an effort to update this page with the complete...

OpenSCAD MakerBot Font Module
OpenSCAD MakerBot Font Module
thingiverse

I attempted to extend avrgeek's code for variable-width support but faced OpenSCAD language limitations. Some characters don't render due to winding direction issues, which I'm working on fixing. Alternatively, you can import text in Inkscape and...

Tenta-Clone in OpenSCAD
Tenta-Clone in OpenSCAD
thingiverse

I discovered Schmarty's Volumetric Tentacle Key Hook (http://www.thingiverse.com/thing:8720), which inspired me to apply the concept in OpenSCAD, a 3D modeling software I frequently use for organizing objects by function. Upon examining Guru's...

PGM to OpenSCAD surface
PGM to OpenSCAD surface
thingiverse

In OpenSCAD, import the generated DAT file using the "surface" command, adjusting for top-bottom and left-right flipping. Note that large surfaces may crash OpenSCAD when generating STL files. Make sure your PGM file has no compression and is ASCII...

Automatic OpenScad polygon tracer
Automatic OpenScad polygon tracer
thingiverse

Image to polygon converter for OpenSCAD takes an image preferably black and white but thresholding can be done in the program and makes an OpenSCAD contour on the clipboard that can be pasted into OpenSCAD. Can export to SVG which can be used for...

FreeCAD to openSCAD
FreeCAD to openSCAD
thingiverse

openSCAD's Boolean engine is better than FreeCAD's, but it's not perfect either. You may need to try fixing the STL yourself. For example, you can cut out short parts nodes and convert each node to an STL file. ... Or you might want to use a different...

Bre Pettis OpenSCAD Medal
Bre Pettis OpenSCAD Medal
thingiverse

Create an OpenSCAD script that generates a Roman emperor-style coin or medal from a bust, using Bre's head as an example. The script is public domain, but Bre's head remains personal property. One user, Renosis, has already printed a coin. An updated...

OpenSCAD Door Holder
OpenSCAD Door Holder
thingiverse

I rebuilt this project found at http://www.thingiverse.com/thing:1639345 using OpenSCAD software, allowing users to resize almost every component. I also added different mounting positions to fit various door and frame shapes; please see the STL...

Customizable OpenSCAD coin dispenser
Customizable OpenSCAD coin dispenser
thingiverse

By replacing the values in the OpenSCAD file with measurements of the desired coin and number of coins, you can manufacture the money dispenser you want! You can even add a clip for your belt. All you need is a spring and a couple screws or a pin for...

Parametric Planetary Gearbox (OpenSCAD)
Parametric Planetary Gearbox (OpenSCAD)
prusaprinters

Example: one stage: 1:5, two stages: 1:25, three stages: 1:125 and four stages: 1:625Required Openscad libraries, check thank list below.--- Many thanks to Revar Desmera, the creator of the Openscad BOSL library - https://github.com/revarbat/BOSL---...

Circle Tangents in OpenSCAD
Circle Tangents in OpenSCAD
thingiverse

... where there's a fantastic bit of code at the bottom that solves the problem in a different way and is probably easier to use! http://forum.openscad.org/Script-to-replicate-hull-and-minkowskis-for-CSG-export-import-into-FreeCAD-tp16537p16556.html

OpenSCAD Axis Alignment Cube
OpenSCAD Axis Alignment Cube
thingiverse

As I delved into the world of OpenSCAD, I noticed that retaining the axis alignment with each view – Top, Bottom, Left, Right, Front, and Back – posed a significant challenge. To address this issue, I designed a 5cm cube specifically to serve as a...

OpenSCAD Bezier Cone
OpenSCAD Bezier Cone
pinshape

... ... Utilize this OpenSCAD library if you require any type of cone - convex, concave, tall or short, thin or wide. It can also generate cones with rounded bases for flush placement on an object, tear drop shapes, or rounded tops like domes or bullets.

OpenSCAD Color Library
OpenSCAD Color Library
thingiverse

To use the library in your OpenSCAD version, apply either "use" or "include." Experiment with a Dark Magenta Violet sphere by writing "color(DMV) sphere(5);". For assistance, use the help function: "visibonecolorshelp();". Test the colors (best when...

Parametric OpenSCAD Snap Fit
Parametric OpenSCAD Snap Fit
thingiverse

... ...Open in Customizer to create a simple snap fit column instantly - if you require it in another shape, simply open the self-explanatory openSCAD code and apply snaps to your desired objects. Print on your preferred RepRap FFF machine with precision.

OpenScad Puzzle Peice Cutter
OpenScad Puzzle Peice Cutter
thingiverse

... Modify the X and Y parts as desired, and create a .bat file for batch export of files by including OpenSCAD commands with specific arguments for each part. ...While OpenSCAD offers a guide on using makefiles, this method suffices for quick projects.

Snap Joint - OpenScad library
Snap Joint - OpenScad library
thingiverse

# How-to Sample OpenSCAD file to do it: ``` use $fn=100; joint = newSnapCircleInt (); snapJoint(joint); joint_e = newSnapCircleExt ( source=joint ); snapJoint(joint_e); ``` # Documentation Full documentation here:...

Simple openSCAD Top Hat
Simple openSCAD Top Hat
thingiverse

Inspired by this fantastic tutorial: http://www.makerbot.com/blog/2011/01/28/openscad-basics-manipulating-forms/ Version 3 includes: - Hollow construction (with a possible slant for non-magical printers lacking "Prints on Air"(r) tech or "Super Dense...

OpenSCAD OmniStand Mount Library
OpenSCAD OmniStand Mount Library
thingiverse

Please note that the Preview function in OpenSCAD might occasionally fail to display the "hole" accurately. However, a full render should yield the desired outcome consistently. ... We extend our gratitude to BaronWilliams for creating the original...

Radioactive Trefoil (OpenSCAD)
Radioactive Trefoil (OpenSCAD)
prusaprinters

Reference: http://wikipedia.org/wiki/Hazard_symbol#Radioactive_sign I needed a radiation warning symbol for a project, and while Thingiverse has a few, none were in OpenSCAD. So as any good hacker, I've thrown one together to aid wherever a scalable...

compliant hole _ OpenScad module
compliant hole _ OpenScad module
thingiverse

Use module in your Openscad projects where you require a tight interference fit without splitting you model apart. Module is called c_hole c_hole(hole_dia=10,wall_thk=0.6,height=5); Then use the difference command in OpenScad to obtain your desired...

Parametric OpenSCAD Paper Fasteners
Parametric OpenSCAD Paper Fasteners
prusaprinters

Use OpenScad to customise the gap to get the perfect spacing for whichever craft you're doing. Here are some ideas:Toy clockSkeletonPhonics fansPinwheelsshadow play puppetsThey need a little bit of force to click together. Try lightly tapping...

Bezier Heart in OpenScad
Bezier Heart in OpenScad
thingiverse

This object, Bezier-curve based and inspired by Processing code, showcases the ease of translating from systems with Bezier support to OpenScad's Bezier functions. The Processing code originated from...

Arduino OpenSCAD Model Library
Arduino OpenSCAD Model Library
thingiverse

The Arduino Uno features a parameterized design, making it perfect for import into OpenSCAD projects. This allows you to create a mounting spot for your Arduino. To use the arduino.scad file, place it within your project directory or in OpenSCAD's...

Vector library for OpenScad
Vector library for OpenScad
cults3d

The vector library is part of the tools I am developing for making it easier the use of Openscad. These tools are called obiscad. ...They are located in this repo: https://github.com/Obijuan/obiscad/ More information (in spanish) in this page: ...

OpenSCAD Roboter-Arm
OpenSCAD Roboter-Arm
thingiverse

Der Roboter-Arm kann in OpenSCAD per einzustellender Variablen gedreht, der Arm im Winkel verstellt und die Zange zusätzlich zum Winkel in der Öffnungsweite verstellt werden. Der Aufbau geschieht 'rückwärts' und endet jeweils so, daß der...

Flower Vase - OpenSCAD
Flower Vase - OpenSCAD
sketchfab

... shapes and forms that were previously unimaginable. Whether you're a seasoned designer or just starting out, OpenSCAD's parametric design capabilities will revolutionize the way you think about 3D modeling - and open doors to endless creativity!

Parametric Planetary Gearbox - Openscad
Parametric Planetary Gearbox - Openscad
cults3d

Parametric Planetary Gearbox is designed in Openscad. It is inspired by compact planetary gearbox design: https://www.thingiverse.com/thing:2114390 and uses gears library https://www.thingiverse.com/thing:1604369 Gearbox is compact, stackable and...