openscad 3d models

36319 3d models found related to openscad.
OpenSCAD train track library
OpenSCAD train track library
thingiverse

OpenSCAD library for producing train track components compatible with BRIO. Updates include improved brick 4 slicing, addition of parametric connector, enhanced splitter, and basic blocks. All parts are filtered through netfabb for quality assurance...

Kids Airplane, openscad parametrized
Kids Airplane, openscad parametrized
thingiverse

This "thing" is easily printable with provided STLs or create your own with the two OpenSCAD files. The primary file is called Airplane.scad, which I created, and the other SCAD file is for the propeller only and is reused: ...

Texture Mapping in OpenScad!
Texture Mapping in OpenScad!
thingiverse

Introducing a set of imaging routines for OpenScad, this project allows users to convert images into a format that OpenScad can understand. The included ImageConverter.exe executable converts an image to a .scad file, which can then be used in...

OpenSCAD Custom Rocket Designer
OpenSCAD Custom Rocket Designer
thingiverse

... properly sized or your flight may not be stable! That's up to you. You can model your rocket in OpenRocket to check if it will be stable. Download OpenSCAD here: http://www.openscad.org/ Download OpenRocket here: http://openrocket.sourceforge.net/

OpenSCAD NEMA 17's
OpenSCAD NEMA 17's
thingiverse

Here is the rewritten text: Simple Script for Fabricating NEMA 17 Motors with OpenSCAD Updated with Practical Demonstrations OpenSCAD is a free software application that enables users to create precise models of three-dimensional objects using code.

Gridfinity Extended OpenSCAD
Gridfinity Extended OpenSCAD
prusaprinters

Gridfinity Extended OpenSCAD ModelThis is a recreation of Zack Freedman's gridfinity system in OpenSCAD. The Model attempts to accurately re-produce in OpenSCAD the Gridfinity bins as designed by Zack Freedman. It also adds extra features to the base...

OpenSCAD cuts library
OpenSCAD cuts library
thingiverse

For the latest version of these files, you can head over to Github at [https://github.com/jernst/openscad-cuts](https://github.com/jernst/openscad-cuts). These files are now part of an ever-growing library of OpenSCAD models I'm working on called...

Customizable measuring cups (OpenSCAD)
Customizable measuring cups (OpenSCAD)
thingiverse

Those specific measurement sizes probably aren't very useful to anyone but me, but I've included the OpenSCAD file so if you need another size and aren't afraid to use OpenSCAD, go for it. Instructions for creating measuring cups in this style of...

PGM to OpenSCAD surface
PGM to OpenSCAD surface
thingiverse

In OpenSCAD, import the generated DAT file using the "surface" command, adjusting for top-bottom and left-right flipping. Note that large surfaces may crash OpenSCAD when generating STL files. Make sure your PGM file has no compression and is ASCII...

Attach library for Openscad
Attach library for Openscad
cults3d

I have written about it (and given an example of use) in this post: http://www.iearobotics.com/blog/2012/09/10/enhancing-openscad-with-the-attach-library/ The attach operator is part of the obiscad tools I am developing:...

Metric bolts with OpenSCAD
Metric bolts with OpenSCAD
thingiverse

To render a M6 bolt in Metric Coarse standard using OpenSCAD, use the following code: ``` use use $fn=100; mxBoltHexagonalThreaded( M6() ); ``` To render a M6 bolt in Metric Fine standard using OpenSCAD, use the following code: ``` use use ...

Parametric openscad beveled cube
Parametric openscad beveled cube
cults3d

This module is designed for teaching purposes, and there are three different implementations to help you learn OpenSCAD: using boolean operators, the hull operator, or Minkowski sums. The default implementation uses Minkowski sums, but don't worry...

Haskell/OpenSCAD bindings
Haskell/OpenSCAD bindings
thingiverse

The library offers access to all documented OpenScad functions, distinguishes between 2D and 3D objects, leverages functional methods like maps and folds, and provides quick access to common operations. It includes CSG operations, 2D/3D operations,...

Glass cover in OpenSCAD
Glass cover in OpenSCAD
thingiverse

If you want to modify the design in OpenSCAD then you will need to download the following 2 libraries: [knurledFinishLib.scad](https://www.thingiverse.com/thing:32122) - you will have to remove the "_v2" bit from the file name (or add it to the...

OpenSCAD 3D Surface Plotter
OpenSCAD 3D Surface Plotter
thingiverse

Download the attached OpenSCAD program, 3dplot.scad, and uncomment a desired sample function along with its corresponding 3dplot() call to render it. Adjust the Z-axis range according to your physical model's requirements. Be cautious while working...

OpenSCAD Chess Simple Printing
OpenSCAD Chess Simple Printing
thingiverse

I modified the dxf files using LibreCAD to reduce overhanging parts, then regenerated the STL files in OpenSCAD. Next, I added a chin support to the knight using TinkerCAD. Finally, I increased the thickness of the king's crown in OpenSCAD to...

OpenSCAD Bitmap Fonts Module
OpenSCAD Bitmap Fonts Module
thingiverse

Additionally, an overlap parameter has been implemented to prevent OpenScad complaints when adjacent cubes share an edge, with a small overlap value sufficient. Improvements could be made to the OpenSCad code, as it currently functions but is merely...

Parametric OpenSCAD Snap Fit
Parametric OpenSCAD Snap Fit
pinshape

Create a Customizable Snap Fit Column with Parametric Openscad Make a simple snap fit column in minutes using our customizable parametric openscad design. To start, open the design in the Customizer to tailor it to your needs. If you require a...

Tenta-Clone in OpenSCAD
Tenta-Clone in OpenSCAD
thingiverse

I discovered Schmarty's Volumetric Tentacle Key Hook (http://www.thingiverse.com/thing:8720), which inspired me to apply the concept in OpenSCAD, a 3D modeling software I frequently use for organizing objects by function. Upon examining Guru's...

UNITY3D openSCAD Parsing Program
UNITY3D openSCAD Parsing Program
thingiverse

The code searches for every object tagged "cube" within a parent and records their positions in an array so they can be meshed by OpenSCAD, it doesn't require any mesh to SCAD conversion. I'll make an effort to update this page with the complete...

Tool Holder ( OpenSCAD Parametric )
Tool Holder ( OpenSCAD Parametric )
thingiverse

... without a raft and is currently mounted using industrial-strength double-sided tape. The OpenSCAD code includes clearly commented parameters and some options for customization, such as progressive hole sizing, triangular gussets, and tool guides.

OpenSCAD MakerBot Font Module
OpenSCAD MakerBot Font Module
thingiverse

I attempted to extend avrgeek's code for variable-width support but faced OpenSCAD language limitations. Some characters don't render due to winding direction issues, which I'm working on fixing. Alternatively, you can import text in Inkscape and...

OpenSCAD Bezier Cone
OpenSCAD Bezier Cone
thingiverse

... makes it possible. Feel free to show me how you apply it! To follow along and learn more about OpenSCAD usage, examine the provided .scad file which contains step-by-step instructions and demonstrations of this technology's potential applications

FreeCAD to openSCAD
FreeCAD to openSCAD
thingiverse

openSCAD's Boolean engine is better than FreeCAD's, but it's not perfect either. You may need to try fixing the STL yourself. For example, you can cut out short parts nodes and convert each node to an STL file. ... Or you might want to use a different...

Automatic OpenScad polygon tracer
Automatic OpenScad polygon tracer
thingiverse

Image to polygon converter for OpenSCAD takes an image preferably black and white but thresholding can be done in the program and makes an OpenSCAD contour on the clipboard that can be pasted into OpenSCAD. Can export to SVG which can be used for...

Vector library for OpenScad
Vector library for OpenScad
cults3d

The vector library is part of the tools I am developing for making it easier the use of Openscad. These tools are called obiscad. ...They are located in this repo: https://github.com/Obijuan/obiscad/ More information (in spanish) in this page: ...

OpenScad Puzzle Peice Cutter
OpenScad Puzzle Peice Cutter
thingiverse

... Modify the X and Y parts as desired, and create a .bat file for batch export of files by including OpenSCAD commands with specific arguments for each part. ...While OpenSCAD offers a guide on using makefiles, this method suffices for quick projects.

Parametric OpenSCAD Paper Fasteners
Parametric OpenSCAD Paper Fasteners
prusaprinters

Use OpenScad to customise the gap to get the perfect spacing for whichever craft you're doing. Here are some ideas:Toy clockSkeletonPhonics fansPinwheelsshadow play puppetsThey need a little bit of force to click together. Try lightly tapping...

Bezier Heart in OpenScad
Bezier Heart in OpenScad
thingiverse

This object, Bezier-curve based and inspired by Processing code, showcases the ease of translating from systems with Bezier support to OpenScad's Bezier functions. The Processing code originated from...

Parametric Planetary Gearbox - Openscad
Parametric Planetary Gearbox - Openscad
cults3d

Parametric Planetary Gearbox is designed in Openscad. It is inspired by compact planetary gearbox design: https://www.thingiverse.com/thing:2114390 and uses gears library https://www.thingiverse.com/thing:1604369 Gearbox is compact, stackable and...