openscad 3d models

36319 3d models found related to openscad.
OpenSCAD customizable dog tag
OpenSCAD customizable dog tag
prusaprinters

This is a parametric dog tag using the OpenSCAD customizer.In case your not familiar with OpenSCAD it's a free programmatic CAD program. You write code to make the model. Don't be intimidated by the programming part because I've done that part for...

Incense holder (OpenSCAD)
Incense holder (OpenSCAD)
prusaprinters

I made mine using OpenSCAD because I like using OpenSCAD to draw everything, and because the shape is simple enough. I made it very easy to modify. There is a large range of parameters and I used the "animation" function to verify that it works well...

Hirth Joint with OpenSCAD
Hirth Joint with OpenSCAD
cults3d

... are the smaller we can get for M5 hole. They are really tiny but they work fine. Howto Sample OpenSCAD file to do it: ``` use $fn=100; hirthJointSinus ( rmax=5, teeth=11, height=1 ); ``` Documentation Full documentation here: agentscad hirth joint

OpenSCAD Rounded primitives
OpenSCAD Rounded primitives
thingiverse

For creating models with rounded blocks and cylinders in OpenSCAD, use the following syntax. Copyright 2013 Wouter Robers. To create a 20x20x20mm block with 2mm rounding, utilize 'rcube([20,20,20],2)'. ...For rounded cone/cylinders, you can use...

OpenSCAD array modifier
OpenSCAD array modifier
thingiverse

The concept revolves around a feature analogous to Blender's array modifier, but specifically tailored for OpenSCAD. The accompanying library is remarkably straightforward, and as such, has been made freely available under open domain terms.

OpenSCAD DIN rail
OpenSCAD DIN rail
prusaprinters

A 3D printable DIN rail, works well in lab environments. DIN rail dimensions:top hat rail IEC/EN 60715-35 x 7.5Should work with most DIN rail mountable circuit breakers, PLC's, relays, frequency drives,…..Printing:Print the model upright, 100%...

Openscad  opto endstop model
Openscad opto endstop model
thingiverse

Here's a straightforward OpenSCAD model of the widespread optical limit switch module that might prove useful to someone. However, be aware that there is an electronic design issue with this type of Opto Endstop sold on eBay. ...This problem is...

Pie Slice OpenSCAD Library
Pie Slice OpenSCAD Library
thingiverse

... ideal when used with difference() or intersection() for shaping objects within a circular range. ...This OpenSCAD library is part of the dotscad project and more information can be found on its GitHub page at https://github.com/dotscad/dotscad/.

OpenSCAD pie slice
OpenSCAD pie slice
thingiverse

Inspired by the capabilities of a certain open source platform, an innovative OpenSCAD module is being developed to generate pie slices. ...Comparable projects include libraries found on renowned sharing communities such as...

Water Tap Fountain - OpenScad
Water Tap Fountain - OpenScad
thingiverse

Taking inspiration from MatheusBrum's concept, the design has been expertly modeled using OpenScad. To view the finished product, please visit this Thingiverse link: http://www.thingiverse.com/thing:26844. ...For printing, simply tweak the parameters...

OpenScad - Twisted Blades
OpenScad - Twisted Blades
thingiverse

OpenSCAD has not been thoroughly tested yet. I'm just experimenting with it. The goal is to warp a rectangle, and this is what happens when you do. ...I've managed to craft a cutting blade for my lawn mower, but it's still in the testing phase.

Quick OpenSCAD Hypercube Generator
Quick OpenSCAD Hypercube Generator
thingiverse

Quick OpenSCAD hypercube code that just works. Rushed into existence, but full of parameters for the eager designer. Don't even think about trying this with a cheap printer - it needs good bridging capabilities to come out right. ...Not saying it can't...

OpenSCAD Turbine Propeller Generator
OpenSCAD Turbine Propeller Generator
cults3d

https://www.freecadweb.org/wiki/OpenSCAD_CSG Preview (F5) can be very slow and even freezes OpenSCAD (so always hit the save button!), so set your rendering layer height to x10 of print height, when previewing your design! NB: Within the script,...

Inkscape to OpenSCAD converter
Inkscape to OpenSCAD converter
thingiverse

This tool exports Inkscape paths to OpenSCAD, handling SVG arcs, clones, circles, ellipses, groups, lines, paths, polygons, polylines, rects, and splines while following document transforms as well as viewports. It processes either an entire document...

OpenSCAD Message Boxes
OpenSCAD Message Boxes
thingiverse

The main feature of this design is retained from the original "message heart box," which allows users to control whether the text appears cut into the surface or standing out through a parameter within the OpenSCAD file. The zip file...

Texture Mapping in OpenScad!
Texture Mapping in OpenScad!
prusaprinters

Even though I can't print in multiple colors (yet), I can certainly liven up my OpenScad renderings a bit. This thing is a set of imaging routines for OpenScad. The general principle is fairly straight forward. First you need an image to be converted...

Splines for OpenSCAD
Splines for OpenSCAD
cults3d

Limitations Sadly, the noodles look pretty great in the preview, much of the time, but the current OpenSCAD code chokes on them while rending with internal assertion failures, especially if you do Boolean operations with other shapes. The other...

Acme Thread Cutting Openscad
Acme Thread Cutting Openscad
thingiverse

I think this is so far the BEST version of threading for openscad done yet, and envisage the porting toward the codebase as a standard. ie. linear_extrude (add 90deg option ,no inclination option) ie. rotary_extrude (which is what this is) ie. ...

OpenSCAD parametric chess set.
OpenSCAD parametric chess set.
thingiverse

I developed these modules to learn OpenScad and create parametric chess pieces that can be machined entirely in one go using my 3+1 axis milling machine, which I modified from a Proxxon MF-70.\nThe modules generate different chess pieces (pawn, rook,...

Parametric Planetary Gearbox - Openscad
Parametric Planetary Gearbox - Openscad
thingiverse

Parametric Planetary Gearbox is engineered in Openscad, drawing inspiration from a compact planetary gearbox design found on Thingiverse: https://www.thingiverse.com/thing:2114390 and utilizing the gears library available here:...

OpenSCAD Bezier Cone
OpenSCAD Bezier Cone
prusaprinters

I have a need for a rocket nose cone, and practise with OpenSCAD, and this is the result! Use this OpenSCAD library if you need any sort of cone, convex, concave, tall short, thin or wide. It can also give cones with rounded bases, for placing flush...

Baseball in OpenScad
Baseball in OpenScad
thingiverse

Openscad is capable of importing the stl baseball available in thingiverse, but I was never able to get it to render properly after I made some modifications. I've used this one yet in my design, but I generally have no trouble modifying designs that...

OpenSCAD Pipe Fitting Scripts
OpenSCAD Pipe Fitting Scripts
prusaprinters

The user takes all risk in terms of safety, testing, and material choice. Threads module is a modified version of that made by  * Dan Kirshner - dan_kirshner@yahoo.comBSP_thread_form.SCAD is my own abandoned attempt at making a thread module.>>>Heres...

OpenSCAD Build Volume Visualiser
OpenSCAD Build Volume Visualiser
thingiverse

In your OpenSCAD, use and call placegrid() with these parameters: vol: a 3-vector of build volume [x, y, z] origin: a 2-vector of your origin point grid: grid spacing in mm type: 0 or 1: 0 for rectangular beds, 1 for round beds (if you use this,...

OpenSCAD Nautilus Shell
OpenSCAD Nautilus Shell
thingiverse

Although a similar nautilus shell design exists on Thingiverse, this particular model is entirely crafted using OpenSCAD, employing polyhedrons and the Fibonacci spiral formula to achieve its shape. To ensure ample space for the crab's abdomen, I...

Unique Decorated Boxes (openscad)
Unique Decorated Boxes (openscad)
thingiverse

A prime example is an OpenSCAD script that generates a unique box with a lid every time it's run; this box can also be scaled and modified to increase face numbers for more spherical squared spheres. With the addition of two hinges, the lid remains...

OpenScad ISO STEEL customizer
OpenScad ISO STEEL customizer
thingiverse

To call it in openscad to use you must use use (DO NOT USE include ) In the folder there is a file called steel.txt which lists all the current steel profiles. Exampe of use is :- PFC180 (200); //this will generate a 200mm long PFC180 channel. If...

Parametric openscad ball bearing
Parametric openscad ball bearing
thingiverse

... to check out this helpful video guide: https://youtu.be/DJ7CUoCu40g. A huge thank you goes out to the OpenSCAD team for creating such an amazing piece of software! ...It's designers like them who make it possible for us to bring our ideas to life.

OpenSCAD Helical Gears
OpenSCAD Helical Gears
thingiverse

A recent update involved rectifying errors within the openSCAD script; 'orientation' was non-functional, and 'extrudeInDiam' was misused as radius. These issues have been resolved, and an updated version of the script has been uploaded. ...The file...

Quaternions for OpenScad
Quaternions for OpenScad
thingiverse

Adding Quaternion support to OpenScad, this plugin streamlines rotations by simplifying the process with the 'quat' function. To perform a 30-degree rotation around the z-axis, use 'rotz = quat([0,0,1], 30);'. Convert the quaternion to a matrix using...