openscad 3d models

36319 3d models found related to openscad.
openscad-slide-n-snap
openscad-slide-n-snap
thingiverse

Usage: Copy slide-n-snap.scad to the same directory where your openSCAD files are, then use an include statement: ```javascript include; ``` Subtract the slide_n_snap_female_clip_negative from one part. For example: ```csharp difference() { ...

OpenSCAD Pirate Ship
OpenSCAD Pirate Ship
prusaprinters

The OpenSCAD code isn't commented at all, so it may be difficult to follow. There are two main parameters - "shipscale" and "th." The first parameter "shipscale" is the size the entire ship is based on. It roughly corresponds to the overall height of...

Attach library for Openscad
Attach library for Openscad
thingiverse

The OpenSCAD library simplifies attaching parts through the experimental 'attach' operator. Users often write hard-to-read code, but clear coding is essential for sharing and reusing others' work. The attach operator hides complex translate/rotate...

OpenSCAD Graph Generator
OpenSCAD Graph Generator
thingiverse

All mathematical inputs must adhere to the OpenSCAD language for math functions, which can be found at https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Mathematical_Functions. Designing This Program The code for Graphs.scad is below. Standards...

Procedural Spaceship - OpenSCAD
Procedural Spaceship - OpenSCAD
thingiverse

... By harnessing the power of OpenSCAD's procedural modeling capabilities, Procedural Spaceship opens up a world of possibilities for spaceship designers, enabling them to create complex, realistic models that showcase their creativity and skill.

PolyPanels OpenSCAD Library
PolyPanels OpenSCAD Library
myminifactory

PolyPanels OpenSCAD Library I was inspired by Devin Montes to create an OpenSCAD library for PolyPanels. He released Fusion360 files and I thought it would be great to have an OpenSCAD alternative. I've spent a significant amount of time ensuring...

PuzzleCut OpenSCAD Library
PuzzleCut OpenSCAD Library
thingiverse

This OpenSCAD library simplifies cutting objects into interlocking pieces for 3D printing or laser cutting. Handy for creating large objects that surpass printer capacity, or breaking down complex tasks. Previews (F5) won't yield usable results;...

Openscad Beams Library
Openscad Beams Library
thingiverse

An Openscad Library to Simplify Complex Object Creation Most 3d printed ship or airplane hulls are built using a framework of beams that define both the structural components and the external shape of the vessel. This technique is also highly...

The OpenScad Useful Library
The OpenScad Useful Library
thingiverse

Another string library: http://www.thingiverse.com/thing:526023 Instructions Copy-paste the function(s) you need from TOUL.scad into your .scad file; OR: Place TOUL.scad in your local OpenSCAD folder under /libraries. On Windows, this folder should...

SKÅDIS Box (OpenSCAD)
SKÅDIS Box (OpenSCAD)
prusaprinters

In addition, for me it turned out to be less convenient to use a separate holder for each piece of tool, it seemed more suitable to combine different tools in one holder to save space.For my Swivel Tray Box design I created a customisable box in...

OpenSCAD wave vase designer
OpenSCAD wave vase designer
thingiverse

It includes the OpenSCAD code, the STL file for the default design, and the OpenSCAD customizer file wave_vase.json with nine example vase designs. The OpenSCAD code generates a curved shape in 2D, then uses rotate_extrude() to make it 3D. The...

OpenScad adjuster - Ajusteur
OpenScad adjuster - Ajusteur
thingiverse

FR: Ajusteur AjusteurSTL.scad est la nouvelle version complète avec les échelles de train miniature Voici un outil OpenScad que j'ai développé pour modifier des fichiers STL. On peut changer la taille, la position (linéaire et angulaire), coller un...

Customizable plant label (OpenSCAD)
Customizable plant label (OpenSCAD)
prusaprinters

This is super simple code and super easy to get what ever text you want. What you need:OpenSCAD: https://openscad.org/Font (Montserrat, Black): https://fonts.google.com/specimen/Montserrat How to use:First you need to install OpenSCAD and...

OpenSCAD Pulley Library
OpenSCAD Pulley Library
thingiverse

... height/34 deg. angle), 5" Outer Diameter, 5/8" Center Bore Added Animation to spin pulley to see all sides: include rotate([360*$t,360*$t,90]) custompulley(.5125,.475, 34, 5, 5/8); Output of help within OpenSCAD console: include pulleyhelp();

Customisable Klein bottle (OpenSCAD)
Customisable Klein bottle (OpenSCAD)
thingiverse

I came across this challenge online: https://www.makerbot.com/media-center/2011/10/11/openscad-challenge-klein-bottle I couldn't resist taking on the task and making my own version! As a perfectionist, I aimed to make it as flawless as possible. To...

Splines for OpenSCAD
Splines for OpenSCAD
thingiverse

Limitations 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 shapes...

OpenSCAD style guide
OpenSCAD style guide
thingiverse

Revamp your OpenSCAD code using the following style guidelines to enhance readability and maintainability: 1. White space: Utilize appropriate spacing in the right places for improved readability. OpenSCAD, like many other programming languages,...

Customizable Organizer (OpenSCAD)
Customizable Organizer (OpenSCAD)
thingiverse

For the configuration shown in the STL file, the grid is defined as follows: grid = [ [ RB, RB, RB, B, RB, R ], [ RB, RB, RB, B, RB, RB ], [ RB, RB, RB, B, B, RB ], [ RB, RB, RB, B, B, RB ], ]; Experiment with the definitions and OpenSCAD's preview...

gearbox generator for OpenSCAD
gearbox generator for OpenSCAD
thingiverse

https://github.com/sadr0b0t/gearbox Also available from the Openscad-Modules repository: https://github.com/RobertFach/Openscad-Modules spm install gearbox May 10, 2018: Update Script File - Add More Configurable Parameters, Draw Base and Cover as...

OpenSCAD customizable tube endcap
OpenSCAD customizable tube endcap
thingiverse

I was looking for some unique endcaps to complete a project involving tubes, but since there were various sizes, I had to create a highly adaptable script in OpenSCAD to rapidly print them without needing to remake each size or shape of cap. This...

Hershey fonts for OpenSCAD
Hershey fonts for OpenSCAD
thingiverse

You can do rounded text by using: use ; drawHersheyFont("Hello, OpenSCAD!", font="Script") sphere(r=2,$fn=16); A call to `drawHersheyFont()` requires a child object that specifies what the drawing is done with. The drawing is done by putting the...

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...

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...

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...

Snappy the  Robot (openscad)
Snappy the Robot (openscad)
thingiverse

I love Sergei's ball joint model - it prints easily, snaps together perfectly, and is in openSCAD. So I took it to the next level by extending it into a robot. The robot adds just a few pieces: a torso, head, and feet. With a bunch of the original...

Customizable OpenSCAD Fletching jig
Customizable OpenSCAD Fletching jig
thingiverse

![](https://raw.githubusercontent.com/moucha19/OpenSCAD-Fletching-jig/master/img/icon_80px.png) # OpenSCAD Fletching jig > To check latest updates go [here](https://github.com/moucha19/OpenSCAD-Fletching-jig) #### If you have any suggestions, leave...

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+

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 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...