openscad stl 3d models

337366 3d models found related to openscad stl.
Celtic Knots for openscad
Celtic Knots for openscad
thingiverse

... a Celtic knot font of the tile alphabet for http://www.thingiverse.com/thing:16193, enabling us to "draw" knots on cylinders and spheres too. UPDATE 2014/02/02: I've removed the use of children(), which isn't supported in older versions of OpenSCAD.

fullyRoundedCube openscad module
fullyRoundedCube openscad module
cults3d

OpenSCAD Module for Rounded Cubes This module simplifies the creation of rounded cubes by incorporating a radius parameter that chamfers all edges, not just the vertical ones. Operation Process The process works similarly to a standard cube...

semiRoundedCube openscad module
semiRoundedCube openscad module
cults3d

Openscad module that makes creating semi-rounded cubes a breeze.\nEssentially, it operates like a standard cube function, but adds an extra layer of flexibility with its radius parameter, which smoothly curves eight edges at once - including the top...

Whirly One (OpenSCAD)
Whirly One (OpenSCAD)
thingiverse

... as they may damage the fragile peg. The rotor wing pitch is parametric, with 30 degrees being the default angle, while 45 degrees work but perform poorly. Additionally, an optional outer rotor ring and a handle are supported in the OpenSCAD model.

Single Mini Library (OpenSCAD)
Single Mini Library (OpenSCAD)
thingiverse

This is a versatile OpenScad library that empowers users to create generic miniatures tailored specifically for Dungeons and Dragons and other immersive Role Playing Games. The library can also be leveraged as generic components in various other...

OpenScad Watch Strap Holder
OpenScad Watch Strap Holder
thingiverse

To make this project more versatile, you can customize the file using OpenScad software. When working on this project, it is worth noting that achieving a high-quality print requires careful planning of layer thickness in relation to your perimeter...

OpenSCAD Parametric Dodecahedron Generator
OpenSCAD Parametric Dodecahedron Generator
thingiverse

This OpenSCAD script crafts toruses and positions them at the vertices of a dodecahedron, then orients them so they align with the normals of those vertices. By doing this, a dodecahedron composed of toruses can be created. The parameters for the...

Circular-printing-OpenSCAD
Circular-printing-OpenSCAD
thingiverse

This is a demonstration of circular printing in OpenSCAD, based on a lookup table. -------------------------------------------------------------------------------- !! V3 is a test version for "planar circular". Use V2 if you need pure cylindrical...

Bevel library for OpenScad
Bevel library for OpenScad
cults3d

I have given some examples in this post: http://www.iearobotics.com/blog/2012/09/13/enhancing-openscad-ii-bevel-library/ The bevel library is part of the obiscad tools I am developing: https://github.com/Obijuan/obiscad More information in this wiki...

Kendama in OpenSCAD
Kendama in OpenSCAD
thingiverse

I created a customized kendama model using OpenSCAD, then modified the design:\nModified slots to prevent any filing requirement\nReduced certain angles for smoother surface finishes\nEnlarged holes for thicker string compatibility\nAdded 13 stars at...

Circuit Board Bracket openscad
Circuit Board Bracket openscad
prusaprinters

(Or some of us just aren't that steady with a screwdriver.Openscad modules to make corner and side brackets with support and 1mm lips to catch the edge of a board, and screw points at a safe distance. Bracket dimensions and height adjustable. (If...

Custom Lidded Box - OpenSCAD
Custom Lidded Box - OpenSCAD
thingiverse

This is a box which I designed based on Hybris Labs Instructable found here:http://www.instructables.com/id/Creating-a-custom-sized-box-for-3D-printing-with-O/\nI adjusted the dimensions of the box and lid, relocating the tab to the lid rather than...

Simple Name Tag (OpenSCAD)
Simple Name Tag (OpenSCAD)
prusaprinters

This is primarily a OpenSCAD-script thought to generate a simple name tag or a personalization for your models. It has an easy way of mirroring.<br><br>I got the idea by creating a model that will be printed for more than one person, so I liked to...

Anti Z Wobble - OpenSCAD
Anti Z Wobble - OpenSCAD
thingiverse

This is a DIY anti-Z wobble part, also known as an Oldham coupler, specifically designed for the Green Mamba 3D printer in OpenSCAD. For more information about this project, please visit...

lib-openscad-FDMscrews
lib-openscad-FDMscrews
thingiverse

An OpenSCAD screw library for screws that are especially **optimized for the limitations of the FDM printing process.** Get the library on github: https://github.com/mechadense/scad-lib-FDMscrews (alternative name: **"flatscrew library"**) Highly...

2020 cable guide (OpenSCAD)
2020 cable guide (OpenSCAD)
prusaprinters

They are based on a simple L-clip written in OpenSCAD that Ithink I picked up on Thingiverse ages ago but, unfortunately, I can't find the original design - if anyone recognises the basic idea then let me know and I'll credit its designer.They clip...

Easy dimensions, Openscad
Easy dimensions, Openscad
thingiverse

[1] URL is http://www.thingiverse.com/thing:75735 [2] Boots_Industries Designs BI Edition Extruder V1.0 (Bowden Type) [2] URL is http://www.thingiverse.com/thing:113127 [3] 3E8 Creates Arcade Twist Button Dial for MAME games [3] URL is...

chamfercube() OpenSCAD module
chamfercube() OpenSCAD module
thingiverse

This is a module for OpenSCAD that creates a cube with chamfers. Usage: Like the built-in module cube(), the first parameter is an array [x,y,z] The second, third, and fourth parameters are for the side, top, and bottom chamfers. They can also be...

Embeddable Hinge for OpenSCAD
Embeddable Hinge for OpenSCAD
thingiverse

... The idea is that if you are designing something in OpenSCAD and need a hinge, you can "use " to bring in the module and then define the hinge the way you need it so that it integrates (overlaps, probably) with the relevant parts of your design.

openscad: metric nutsnbolts library
openscad: metric nutsnbolts library
thingiverse

Alternatively, check out stth's OpenSCAD code for printing screws and nuts (https://www.thingiverse.com/thing:269863). The provided example demonstrates the usage of nutcatch_parallel("M5", l=5), hole_through(name="M5", l=50+5, cl=0.1, h=10,...

OpenSCAD Linkages Library
OpenSCAD Linkages Library
thingiverse

Overall, this documentation provides a comprehensive overview of the OpenSCAD modules for creating mechanical linkages. ...It includes clear explanations of each module's parameters and usage examples to help users get started with designing their own...

OpenSCAD XbyY object replicator
OpenSCAD XbyY object replicator
thingiverse

Use this module to replicate any other series of OpenSCAD items, a certain number across and another number deep. For example, XbyY(maxX=3,maxY=4,bounds=10,spacing=3) cube(10); XbyY(maxX=20,maxY=10,bounds=10,spacing=3) cylinder(d=10, height=5);...

Customizable Spiralized OpenSCAD Maze
Customizable Spiralized OpenSCAD Maze
prusaprinters

It seems silly to make this derivative it's own thing but it was a required change to enable the OpenSCAD mazes to be printed with the "spiralize the outer contour" option checked under the Expert Settings in Cura (or similar mode in other slicers).

openSCAD print anchors
openSCAD print anchors
thingiverse

cptnAWESOME discovered that adding raft-like elements to .stl files before passing them to the generator is simpler, as seen in http://www.thingiverse.com/thing:16596. This script automates this process uniformly, allowing designers to distribute...

PiCam GoPro Mount - OpenSCAD
PiCam GoPro Mount - OpenSCAD
thingiverse

Dimensions can be found on the following links:\r\n\r\n- [Specs page](https://www.raspberrypi.org/documentation/hardware/camera/)\r\n- [Mechanical...

ChatGPT Cupholder Adapter (openscad)
ChatGPT Cupholder Adapter (openscad)
thingiverse

... fit your specific cupholder and desired cup sizes. Special thanks to ChatGPT-4 for assisting in the design and generation of the OpenSCAD code for this cupholder adapter. ...Give it a try, and feel free to share your results and experiences!

8mm glass mounter OpenSCAD
8mm glass mounter OpenSCAD
thingiverse

(I will give this another whirl...) Now Get Ready for Your OpenSCAD Firsts Because I am Ready, I've Already Made All the Necessary Arrangements, And it is going to be HUGE. Don't Look Away; Here comes A Whole New Level of Excitement. And Now... The...

arc() Module for OpenSCAD
arc() Module for OpenSCAD
prusaprinters

UPDATE: I suggest using Arc_Module_2.scad as it's an improved version of the original.The arc() module is a tool for creating 2D arcs in openSCAD.The biggest difference is that this module creates the arc from scratch by calculating the vectors of...

Gridfinity Rebuilt in OpenSCAD
Gridfinity Rebuilt in OpenSCAD
prusaprinters

Here are some things it can do:any size of bin (width/length/height)height by units, internal depth, or overall sizeany number of compartments (along both X and Y axis)togglable scooptogglable tabs, split tabs, and tab alignmenttogglable holes (with...

arc() Module for OpenSCAD
arc() Module for OpenSCAD
thingiverse

The arc() module is a tool for creating 2D arcs in openSCAD. I'm aware that others have published arc() modules before but I felt this version was worth sharing as it offers some improvements over the earlier versions I've seen. The biggest...