openscad stl 3d models

337366 3d models found related to openscad stl.
Plant Support (OpenSCAD)
Plant Support (OpenSCAD)
prusaprinters

It is meant to slide onto a stick or round stake and slide over your plant.The OpenSCAD customizer allows you to set the diameters and other relevant dimensions.The print file I’ve included fits a ¼” dowel and has a 30mm opening for the plant. {The...

Openscad Lego Head
Openscad Lego Head
thingiverse

Playing with OpenScad is still on my agenda, and I haven't had a chance to test it out yet. However, I did manage to create a Torus Module, which I used to make a Lego head. For now, I've hardcoded the values in this module, but I know that's not...

OpenSCAD Leg Lamp
OpenSCAD Leg Lamp
thingiverse

For more information on how to create your very own personalized leg lamp, check out the project page at http://onebeartoe.org/3d-realization/modeling/openscad/lamps/christmas-story/. ...This customizable leg lamp is based on several existing designs:...

OpenSCAD syringe plunger
OpenSCAD syringe plunger
thingiverse

An OpenSCAD syringe plunger inspired by the excellent "13mm Flux syringe plunger" designed by Divinecobra on Thingiverse (http://www.thingiverse.com/thing:1902471). This parametric version allows for effortless adjustment of the plunger dimensions.

Honeycomb library (OpenSCAD)
Honeycomb library (OpenSCAD)
thingiverse

... others to use. It creates a 2D shape that can easily be extruded into a 3D object. When working with OpenSCAD, creating a difference in 2D before extruding produces much better results than trying to create the difference directly on a 3D shape.

PinCut OpenSCAD Library
PinCut OpenSCAD Library
thingiverse

This OpenSCAD library enables users to cut objects into interlocking pieces using customizable pins. The Halo Assault Rifle remix (also found here) serves as an example, among several other commented examples included in the library. Users have full...

DIN43880 OpenSCAD enclosure
DIN43880 OpenSCAD enclosure
thingiverse

I'm currently working on https://github.com/baradhili/OpenSCAD-DIN43880_enclosure. Making significant changes there, which has led to some exciting developments so far. Now, it not only creates an enclosure but also includes features like creating...

openSCAD shell library
openSCAD shell library
prusaprinters

a simple library for hollow objects in openSCAD. parameters: bbox should be bigger than the shape to shell. default bbox is 2000 in size centered at origin. ...shell(dir,bbox)...: dir: -1=inner only 0=symmetrical 1=outer only bbox:...

Hirth Joint with OpenSCAD
Hirth Joint with OpenSCAD
thingiverse

How to Use ------------ To create a configurable Hirth joint using OpenSCAD, you can use the following sample code: ```scad use $fn=100; hirthJointSinus (rmax=5, teeth=11, height=1); ``` Documentation ------------- For detailed information on how...

Primitive OpenSCAD Font
Primitive OpenSCAD Font
prusaprinters

Sans-serif vector font designed using OpenSCAD primitivesInstructionsThis alphabet is constructed using simple shapes, and includes source code for each letter.A simple letter writing module is also included, which uses an array of letter widths with...

Internal gear OpenScad
Internal gear OpenScad
thingiverse

The Parametric Internal Gear is a versatile module for OpenSCAD that allows designers to create intricate gear systems with ease. This innovative tool was originally developed as the "WadeGears" script, which has been a cornerstone of 3D modeling and...

Pointilised OpenSCAD Font
Pointilised OpenSCAD Font
prusaprinters

OpenSCAD font, converted into point data, which makes it easier to manipulate (e.g. for wrapping around a cylinder, squishing into a door stop).Letters are constructed as a series of arcs and lines with a defined thickness. This makes it easy to...

OpenSCAD Hollow Cylinder
OpenSCAD Hollow Cylinder
thingiverse

I no longer update Thingiverse with new versions, so check here for the latest one: https://github.com/Sembiance/common/tree/master/openscad Usage: Prototype: hollowCylinder(d, h, wallWidth, $fn) Arguments: d = Specify the diameter of the cylinder. h...

Sliding Bolt - Lock  - Openscad
Sliding Bolt - Lock - Openscad
thingiverse

... for a large variant). I have uploaded the openscad file for this so that it can be customized. I printed this in PLA, high infill and gave a very quick coat of clear coat as it is placed in a shed. Used for a few month now without issue. ...

Small OpenScad Bottle Openers
Small OpenScad Bottle Openers
prusaprinters

Various bottle openers created from the included OpenScad file.This is a great starting point to create an elaborate (or not so elaborate) bottle opener. ...The smallest of these samples are much tougher to use, but depending on how large of an opener...

Small Planter - OpenSCAD file
Small Planter - OpenSCAD file
prusaprinters

I remixed this from Mathgrrl's customizable PolyBowl OpenSCAD tutorial and added a drainage hole in the bottom of the pot, which can also be scaled. You can customize the size, height, and twist just like in the original tutorial but you can also...

OpenSCAD Module Biohazard Trefoil
OpenSCAD Module Biohazard Trefoil
thingiverse

Here you have a standard Biohazard sign as OpenScad Module. Inside the library the sign is created by giving the outer diameter of it. So you can integrate it easily in your design of a warning sign of your Lab ;-) or just for some nerdy decoration...

Salt shaker v2 (OpenSCAD)
Salt shaker v2 (OpenSCAD)
thingiverse

This is a brand new version of my salt shaker, crafted with OpenSCAD. The lid screws on this one. For version 1, check out: https://www.thingiverse.com/thing:2187749 The concept was to utilize the ```linear_extrude``` module with the twist...

OpenSCAD Color Library
OpenSCAD Color Library
thingiverse

This is simply an openSCAD color library. Once you include this you can say color(c0) instead of having to quote a color (name 10 colors that work). You can also use an index to pick the color. The colors are chosen to be as different as possible...

OpenSCAD Vase Remix
OpenSCAD Vase Remix
thingiverse

I was already deep into designing a vase in OpenSCAD when I discovered Robert Niemoller had unveiled his own stunning creation! This is merely a simplified rendition of Robert's design, tweaked to suit my aesthetic with sharper points and swirling...

Customizable openscad webcam cover
Customizable openscad webcam cover
thingiverse

OPENSCAD code is commented, so hopefully useful to all. I made the "window frame" wide as my camera had extra auto focus sensors which I didn't want to obscure when the flap was open and camera in use. ... // ************************** // CUSTOM...

OpenSCAD HD Bearings mockup
OpenSCAD HD Bearings mockup
thingiverse

This is a customizable OpenSCAD library for creating a visually appealing sealed bearing, ideal for mockups of complex systems like RepRap 3D printers or robots. This model is specifically designed to be used as a static component in larger...

openSCAD shell library
openSCAD shell library
thingiverse

a simple library for hollow objects in openSCAD. parameters: bbox should be bigger than the shape to shell. default bbox is 2000 in size centered at origin. ... shell(dir,bbox)...: - dir: -1=inner only 0=symmetrical 1=outer only - bbox:...

OpenSCAD Crystal Procedural Generator
OpenSCAD Crystal Procedural Generator
cults3d

... UPDATE: the v2_02_2022 version of the file has support for named seeds so that a memorable word/phrase can be used to reliably generate the same crystal. Requires a newer version of OpenSCAD that supports the ord() function, I believe its v2019.05+

Honeycomb library (OpenSCAD)
Honeycomb library (OpenSCAD)
prusaprinters

... to upload it for other people to use.</p> <p>NOTE: The library create a 2D shape that can be extruded. OpenSCAD give much better results when creating a difference in 2D before extruding then creating a difference on 3D shapes. Category: Other

Customizable Infinity table (OpenSCAD)
Customizable Infinity table (OpenSCAD)
thingiverse

##Customizable Infinity table designed in OpenScad This was designed to give myself an idea of what the completed product would look like perspective wise. The final piece will be a coffee table made from welded RHS. ... **The program outputs the...

On_Arc OpenSCAD Library
On_Arc OpenSCAD Library
thingiverse

It is an OpenSCAD library that belongs to the dotscad project. For more details and source code, check out https://github.com/dotscad/dotscad/. Note: I have tried my best to rewrite the given text within the word limit of 60 words while maintaining...

Gosper Curve (Openscad)
Gosper Curve (Openscad)
prusaprinters

This is recursive Openscad code to generate Gosper curves of any order desired. &nbsp;By invoking gosper_f(order, x1, y1, x2, y2); it will create a Gosper curve of the desired order starting at (x1, y1) and ending at (x2, y2). &nbsp;You can play...

Auger Lift OPENSCAD Library
Auger Lift OPENSCAD Library
thingiverse

This is a modified OpenSCAD library to create a printable part for an Augerlift marble rollercoaster. I built upon this existing library: https://www.thingiverse.com/thing:96462 to make a stackable and easily printable piece. ... The lift() function...

Imperial Module for OpenSCAD
Imperial Module for OpenSCAD
thingiverse

OpenSCAD thinks it's making tiny parts 25 times smaller than they are and generates minimal detail unless forced, so I jam $fn into every statement. I can override $fs to fix that: ``` for($fs=$fs/25.4) scale(25.4) cylinder(d=1/2, h=5/8); ``` This...