openscad stl 3d models

337366 3d models found related to openscad stl.
OpenSCAD electronic project boxes
OpenSCAD electronic project boxes
thingiverse

OpenSCAD snippets create project boxes for design purposes. ... Example of usage: round_box(inside_box = [20, 20, 10], wall_thickness = 1, curve_radius = 3, mounting_screw = 4, mounting_screw_gap = 3); translate([25, 0, 0]) { round_box(outside_box =...

Voxel Heart full openscad
Voxel Heart full openscad
thingiverse

# Voxel heart Voxel heart fully made with openscad using equations from https://mathworld.wolfram.com/HeartSurface.html You can use cube or sphere as voxels ## Customisation variables - **resolution:** Size of a voxel and so then number of voxels. It...

Paraboloid OpenSCAD Script
Paraboloid OpenSCAD Script
cults3d

Ever wanted an elliptic paraboloid solid for OpenScad? Here it is! What is a parabolic reflector useful for? Solar cookers, parabolic microphones, satellite dishes, spotlights reflectors. Check out the Wikipedia page on Parabolic Reflector. A...

Customizable Parametric OpenSCAD Breadboard
Customizable Parametric OpenSCAD Breadboard
thingiverse

OpenSCAD Script with a Wide Range of Options to Print the Breadboard Exactly to Your Specifications. Options Include: * Number of Pin Rows * Number of Pin Columns * Pin Spacing * Pin Grouping * Optional Power Terminals * Many Other Customization...

Bezier Library for OpenScad
Bezier Library for OpenScad
thingiverse

Additionally, the developer used coffeescript to generate bezier interpolation functions with arbitrary control points and generate openscad code automatically. The library can handle up to 8 control points, but this can be modified in the...

Watch press (OpenSCAD)
Watch press (OpenSCAD)
thingiverse

I liked Troy Mackay's design but did not like Sketchup, so I had to print presses for the dimensions of the watches I had using OpenSCAD. Using a locking pliers (vice grip) seemed like an easy job at first but turned out to be quite challenging to...

Device rating plate - OpenScad
Device rating plate - OpenScad
thingiverse

And as usual OpenScad and 3D printer comes handy Device customizable rating plate Header extruded 1 mm over base plate - 3 lines with adjustable text position and letter size. Bottom text extruded 1mm over base plate - 3 lines with adjustable text...

OpenSCAD Parts Library
OpenSCAD Parts Library
thingiverse

OpenSCAD modules are now compiled into a single library, released on Thingiverse for others to enjoy. The library contains shape primitives, hexagrams, equilateral triangles (prisms), 3-sided pyramids, tetrahedrons, 4-sided pyramids, tubes with...

OpenSCAD Czech Hedgehog
OpenSCAD Czech Hedgehog
thingiverse

This design is built using OpenSCAD, so if you'd like to try out some tweaks yourself, take a look at the script – one notable feature to note is the variable for tolerances. As with any 3D printing project, pay close attention to your settings and...

OpenSCAD Rounded Cube Module
OpenSCAD Rounded Cube Module
prusaprinters

You can change the x, y, and z dimensions independently to create a box. How I Designed This This was made using OpenSCAD. Instructions How to Use use:HullCube.scad * Add module at beginning of code. * Use rCube(x, y, z, radius, resolution); to make...

Triangulation library for OpenSCAD
Triangulation library for OpenSCAD
thingiverse

This is a powerful triangulation library for OpenSCAD. It will expertly triangulate either a 2D or a 3D polygon (without holes). The 3D polygon should be at least approximately all on one plane, but minor deviations are acceptable. Call: ``` use...

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

Cubic Christmas Tree (OpenSCAD)
Cubic Christmas Tree (OpenSCAD)
thingiverse

I wanted to change its size (easy to do) and shape (not so easy), so I redesigned it with OpenSCAD. There are two boolean switches in the source file: HIDECANDLE and COVERBASE. HIDECANDLE shows or hides the candle in the preview window, allowing...

OpenSCAD Magic deck box
OpenSCAD Magic deck box
thingiverse

Easily customizable using OpenSCAD. If you want to put a custom pattern on the box using velocity painting (https://github.com/MarkWheadon/velocity-painting) and have Simplify3D and know a little about programming using node.js, I wrote a...

Polar functions using OpenSCAD
Polar functions using OpenSCAD
thingiverse

Exploration of polar function variations in openSCAD to make some pretty 3D designs. If you like my designs please press the Like button. See also my new designs: Planetary Pumpkin, Planetary Sphere and Planetary Toroid. Please...

OpenSCAD Nightly Builds Library
OpenSCAD Nightly Builds Library
cults3d

Lots of new features for OpenSCAD : Functions : • random : simple random number generator • fibonnaci : give nth of Fibonnaci • hypo : give hypotenuse base on two length • pair : if n is pair = true else false • sum : sum of a table • topct : return...

filletcube() OpenSCAD module
filletcube() OpenSCAD module
thingiverse

This module creates a cube in OpenSCAD with rounded edges using fillets, offering faster rendering speeds due to its avoidance of Minkowski or Hull methods. To use: Provide the dimensions of your cube as an array [x, y, z] for the first parameter.

Glass Clip, heatbed, openSCAD
Glass Clip, heatbed, openSCAD
thingiverse

... It's recommended to print the screw hole perpendicular to the print bed for optimal stability. Designing This Project: I created this design using OpenSCAD, a popular CAD software that allows users to create complex shapes and models with ease.

arc() Module for OpenSCAD
arc() Module for OpenSCAD
cults3d

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

OpenSCAD Color Library
OpenSCAD Color Library
thingiverse

Use: download the .scad file move the file somewhere in your home directory: /home/MyUser/OpenSCAD/myLibraries/ Add the following line to one of your project files: use Getting Help: use from within OpenScad help_colors() for a list of all modules...

DrawingBot in OpenSCAD
DrawingBot in OpenSCAD
thingiverse

The Y-front OpenSCAD file gives an option whether or not to generate a support tube as part of the compilation (hopefully clear in the SCAD file). <h3>Common Definitions File</h3> Note that almost all of the SCAD design files require the...

Screw library for Openscad
Screw library for Openscad
thingiverse

Key features include: - Enhanced thread profiles (2 and 3) enhance the functionality of screws/nuts when printed at 0.10 mm - Incorporates Higbee cut (first/last screw and nut thread tapers for easier thread initiation) - Commented code highlights...

Circle Text for OpenSCAD
Circle Text for OpenSCAD
thingiverse

This is an openSCAD library designed specifically for creating text around a circle. It works by generating each letter individually without applying any distortion or rounding effects to individual letters. If you want curved faces on your text...

AA Battery Modules OpenSCAD
AA Battery Modules OpenSCAD
thingiverse

Here are a couple of AA battery holders in OpenSCAD format that can be called as modules and integrated into 3D printing projects. Both versions are designed to fit battery plates you can find online – so you can insert these pieces and use the...

Thimble Customizable - OpenScad
Thimble Customizable - OpenScad
thingiverse

... struggling with your thimble project? Reach out to me and I'll be more than happy to offer my assistance. If you want to dive deeper into OpenSCAD design, this tutorial on thingiverse should get you started: http://www.thingiverse.com/thing:656880

Mini-Sandwich Maker - OpenScad
Mini-Sandwich Maker - OpenScad
thingiverse

If you want to learn OpenSCAD, follow these tutorials: http://www.thingiverse.com/thing:656880 Instructions: To use Mini-Sandwich Maker Twist, first print the attached files and ensure you're aware of your desired axis type. Alternatively, customize...

lock for locker -OpenScad
lock for locker -OpenScad
thingiverse

It is customizable, but use OpenScad to modify- I'm not sure Customizer will work. This version is fitted with knob. Later I will try to make cylinder with simple rod key or slide blade key with combinations based on excellent John Gardner Slide...

OpenSCAD Module_Help
OpenSCAD Module_Help
thingiverse

The current version will be hosted on Git Hub: https://github.com/txoof/module_help Add the module help_YourLibraryNameHere() {} to your OpenSCAD library to provide some callable help. Usage from an imported library: //provide a list of all...

Pillbox Holder - OpenSCAD Customizer
Pillbox Holder - OpenSCAD Customizer
thingiverse

- If you're unsure on fitment, and don't want to waste much filament, use the OpenSCAD file and set Rows and Cols to 1 each. Then print it and see how it handles. If adjustments are needed, relevant variables are at top of [ `module single(isFirst)`...

OpenSCAD Spur Gears
OpenSCAD Spur Gears
cults3d

... already available on Thingiverse, I couldn't help but feel compelled to create my own models. ...The sheer variety of possible configurations is overwhelming, making it impractical to provide a single STL file that covers all potential combinations.