openscad 3d models

36319 3d models found related to openscad.
openscad CR10 customisation
openscad CR10 customisation
thingiverse

printable parts for customization of v-slot based printers under openscad script on github https://github.com/fredycpu/V-slot-printer-customization

OpenSCAD Extrude Demo
OpenSCAD Extrude Demo
prusaprinters

linear and radial extrude demo in OpenSCAD Print instructionsLicence: Creative Commons - Attribution - Share Alike

Honeycomb in OpenScad
Honeycomb in OpenScad
grabcad

In OpenSCAD, honeycomb structures can be designed and created using the program's scripting language. ...This allows for customizable dimensions and patterns to suit various applications and materials.

OpenSCAD terrain generation library
OpenSCAD terrain generation library
thingiverse

This is an elementary OpenSCAD library for creating random terrain blocks with ease. ...The source code can be found on our GitHub repository, awaiting your contributions.

Small OpenSCAD ship
Small OpenSCAD ship
thingiverse

Creating a miniature vessel, I tested the capabilities of my latest OpenSCAD polygon editor found at http://www.thingiverse.com/thing:14200.

Batteries in OpenSCAD
Batteries in OpenSCAD
pinshape

Using common battery types as modular components within OpenSCAD allows users to create a wide range of innovative designs that can be easily assembled and customized.

Openscad christmas tree remix
Openscad christmas tree remix
youmagine

Remix of the OpenSCAD Christmas tree design to incorporate cutouts for LED lights and a coin-cell lithium battery, tailored specifically for both 2032 and 2450 rechargeable batteries.

Customizable (OpenSCAD) Screwdriver Mount
Customizable (OpenSCAD) Screwdriver Mount
thingiverse

Customize this wall mount for your screwdrivers. ... A single one? 50 in a row? No problem! Download and open in OpenSCAD, set your parameters, export, print, enjoy!

Screw Boss OpenSCAD Library
Screw Boss OpenSCAD Library
thingiverse

This is a shameless plug for an openscad library available on [Github](https://github.com/brhubbar/Screw-Boss-OpenSCAD.git). ... The library simplifies fastener implementation in 3DP parts, whether those objects need to be floating, include a nut...

OpenSCAD Burning Man Logo
OpenSCAD Burning Man Logo
thingiverse

... the file for an example of its implementation. Improvements are welcome from those with advanced artistic and openSCAD skills; simply integrate it using the BMLogo() module, scale as needed, and intersect with a shape to define the logo's contour.

RFID-RC522 OpenSCAD Model
RFID-RC522 OpenSCAD Model
thingiverse

... project (as in the example). Instructions Place RFID_RC522.scad either in your project's directory, or in OpenSCAD's library path. Import the library with 'include' at the top of your .scad file. ... Call the 'RFID_RC522' module in the library

OpenSCAD Arched Closet Handle
OpenSCAD Arched Closet Handle
thingiverse

... to substitute for a damaged one. ...I created it using OpenSCAD software, allowing users to modify the design as needed. The accompanying OpenSCAD file offers an alternative version featuring a flat handle, making it potentially simpler to 3D print.

Little OpenSCAD made die
Little OpenSCAD made die
thingiverse

Another die takes shape, this time crafted with precision using OpenSCAD.\r\n\r\nThe scad file is readily available here: \r\nhttps://github.com/lazydays79/scads/blob/v0.1/die/die.scad\r\n\r\nA first attempt at mastering OpenSCAD, much room for...

Taquet - Tab - OpenSCAD Script
Taquet - Tab - OpenSCAD Script
thingiverse

... for creating tabs and taquets is provided below. ...Customize the design as per your requirements by tweaking the code. ```python // OpenSCAD code for creating tabs and taquets difference() { cube(10, 20, 1); // Taquets cube(20, 10, 1); // Tabs } ```

OpenSCAD Beveled Primitives
OpenSCAD Beveled Primitives
thingiverse

... directory and follow the instructions inside to import its functionality. You may then call for a beveled cube, cylinder, cone, torus, or hole, just as you would call for a regular shape in OpenSCAD. ... See the demonstration file for examples.

Vacuum Hose Adapter - OpenSCAD
Vacuum Hose Adapter - OpenSCAD
thingiverse

Vacuum Hose Adapter OpenSCAD customizable Uses tjw-scad/spline.scad found from https://www.thingiverse.com/thing:1468725 Unzip to OpenSCAD library folder. ... Some other vacuum projects I found too late: https://www.thingiverse.com/thing:3607431 ...

centercube() OpenSCAD module
centercube() OpenSCAD module
thingiverse

Usage: Identical to the standard OpenSCAD cube() module, the primary argument takes an array consisting of three elements [x, y, z], representing the dimensions of the cube. ...Each subsequent parameter, excluding this initial array, is entirely...

Universal Box - OpenSCAD Customizer
Universal Box - OpenSCAD Customizer
thingiverse

... Using the OpenSCAD Box Generator. ... To get the most out of this tool, simply download the OpenSCAD file and start making modifications to suit your needs. ...Adding custom holes is a breeze, allowing you to tailor your design exactly how you want it.

Parametrizable Rugged Box (OpenSCAD)
Parametrizable Rugged Box (OpenSCAD)
thingiverse

Small customizable rugged box done in openSCAD. Can also be used as openSCAD library. An example usage can be found here (parametrizable rugged battery box): https://www.thingiverse.com/thing:4775017 Have fun! Please like if you deem it...

Radioactive Trefoil (OpenSCAD)
Radioactive Trefoil (OpenSCAD)
thingiverse

... hacker, I created an ISO-compliant symbol, albeit without the standard triangular backing. To use it, import the module from the provided scad file using "use", or extract the necessary code and incorporate it into your design in OpenSCAD.

Openscad Startrek Badge
Openscad Startrek Badge
thingiverse

The OpenSCAD module and intersection() functions were put through their paces, along with some additional refinements. Version 005 was completed, as the basic framework was easily established. Creating your own variant is now a straightforward...

tinyRTC OpenSCAD Model
tinyRTC OpenSCAD Model
thingiverse

... project (as in the example). Instructions Place tinyRTC.scad either in your project's directory, or in OpenSCAD's library path. Import the library with 'include' at the top of your .scad file. ... Call the 'tinyRTC' module in the library

OpenScad Wego Designer
OpenScad Wego Designer
thingiverse

... ... Another Month Over, a New Lego Part Designed for Fun. So This Is Openscad. Verse 2: A Note to the Experimenter... Print Only One at a Time. You Lose Your Stick If You Don't. An Assumption of Heat Velocity Too. Chorus: So This Is OpenScad.

Inkscape OpenSCAD DXF Export
Inkscape OpenSCAD DXF Export
thingiverse

Install by copying "openscad_dxf" folder and openscad_dxf.inx file to your Inkscape extensions folder. Note: exported DXF may have misplaced objects if document size is changed; workaround is recreating layers after resizing. Extension is slow due to...

OpenSCAD highlighter for Notepad++
OpenSCAD highlighter for Notepad++
pinshape

Type in the following (including quotes): "C:\Program Files\OpenSCAD\openscad.exe" "$(FULL_CURRENT_PATH)" 2a. You may need to tweak that slightly if you installed somewhere non-default. 3. Hit the "Save..." button and give it a creative name like...

Computed surfaces with openSCAD
Computed surfaces with openSCAD
thingiverse

The code resides on Github at https://github.com/KitWallace/openscad/blob/master/poly_surface.scad, and project specifics are detailed on my blog post http://kitwallace.tumblr.com/post/111959789244/computed-surfaces-in-openscad. Alternatively,...

OpenSCAD Helical Gears
OpenSCAD Helical Gears
cults3d

I'm sharing the second half of my OpenSCAD gear sets, located at http://openscad.org.\n\nAfter struggling to get the top and bottom parts of the double helical to join properly, I decided to offset the bottom piece by 0.1mm, which resulted in a...

OpenSCAD/TextWrangler Language Module
OpenSCAD/TextWrangler Language Module
thingiverse

Use TextWrangler and OpenSCAD together: in Design menu, select Automatic Reload and Compile; in View menu, select Hide editor. 4. Right-click on your .scad file, choose "Open With" TextWrangler, arrange both apps for simultaneous viewing. 5. Edit...

OpenSCAD-Editable OpenX Carriage
OpenSCAD-Editable OpenX Carriage
thingiverse

The provided STL file is directly exported from its OpenSCAD counterpart, which was slightly modified to ensure proper printing on a specific 3D printer. Buback did most of the work; this version simply adapts it for OpenSCAD editing purposes. In...

snipMate OpenSCAD snippets
snipMate OpenSCAD snippets
thingiverse

To use, first install snipMate (http://www.vim.org/scripts/script.php?script_id=2540) and place the openscad.snippets file in the designated directory (~/.vim/snippets or ~/.vim/bundle//snippets if using pathogen). Pathogen installation is...