12
12
Jun 20, 2021
06/21
by
Kevin Gravier (mrkmg)
data
eye 12
favorite 0
comment 0
This is a library to apply fillets to both your 2d and 3d objects in OpenSCAD. If you have ever tried to add a fillet to a complex shape in OpenSCAD, you quickly realize that it's no easy task. In fact, it can be nearly impossible. There is nothing built in that allows you to accomplish fillets in an easy way. This library was built out of the need for something more performant than the existing solutions. It's not perfect for all purposes, but with some planning it can be used to make your 3d...
Topics: library, thingiverse, Other, stl, OpenSCAD_module, openscad_script, openscad_library, openscad
3
3.0
Mar 26, 2021
03/21
by
BK Bolisetty (blitzkraft)
data
eye 3
favorite 0
comment 0
# Cubes with rounded corners for openSCAD ## Features * Drop-in replacement for `cube()` function * Design/prototype with cube() for fast preview and just replace it where needed. * Optionally, specify a rounding radius for each cube. Default is 5% of smallest dimension * Skip rounding of top and bottom faces with `flat_tops` module * `cube(x)` works with both `x` as a number and a vector * Use `$fn=4` for chamfered edges - works great with `flat_tops`, but will cause some shrinking in `z` for...
Topics: stl, Other, OpenSCAD_module, thingiverse, openscad, openscad_library
13
13
Mar 18, 2021
03/21
by
Robert Schultz (Sembiance)
data
eye 13
favorite 0
comment 0
hollowCylinder() Allows you to create a hollow cylinder NOTE! I do not update thingiverse with new versions. LATEST version can always be found here: https://github.com/Sembiance/common/tree/master/openscad Usage ===== Prototype: hollowCylinder(d, h, wallWidth, $fn) Arguments: - d = Diamater of the cylinder. Default: 5 - h = Height of the cylinder. Default: 10 - wallWidth = How wide the walls should be. Default: 1 - $fn = How smooth you want the cylinder rounding to be. Default: 128
Topics: hollow, openscad_script, OpenSCAD_module, thingiverse, library, Other, openscad, cylinder,...
3
3.0
Jun 11, 2021
06/21
by
Steve Sims (polymath)
data
eye 3
favorite 0
comment 0
Needing to add some OpenSCAD 'cubes' to a design with different edges radiused to different radii I sidetracked myself into building a reuseable module to radius any number of edges of a cube each to any radius of choice. The module edgeroundcube.scad exists in two formats the main one is verbose and includes full descriptions of use and function. If you like to keep files small there is also erct.scad (edge rounded cube tokenised) which has had all comments and whitespace removed but still...
Topics: openscad, openscad_script, openscad_library, thingiverse, OpenSCAD_module, Other, stl
4
4.0
Jun 10, 2021
06/21
by
Crunch3D Crnsh (Crunch3D)
data
eye 4
favorite 0
comment 0
Update 2017/8: I added some more snippets :-) This snippets will allow for easy code completion by offering itself when you type and press CTR+SPACEBAR in Kate. Its an early version, there is more possible with scripts and stuff but I only use these functions for now. There is also a icon file and Settings for Kate and a screenshot how to create a new filetype for .scad If you want, improve it and write me a note. Then i will update this version with the better one :-) Thanks and have fun...
Topics: openscad_write, text_editor, kwrite, OpenSCAD_module, write, 3D Printing, useful_script, editor,...
4
4.0
Mar 21, 2021
03/21
by
Martin Smith (geekwired297)
data
eye 4
favorite 0
comment 0
This is an awesome code I wrote, that very easily, by simply edit a few variables lets you create any size cube/prism you want, and lets you change the roundness of the edges of the prism to almost anything you want. Feel free to copy and paste and implement this into any of your code, and use it how ever you want. I find this code very useful for simple object design. View the 2D of this at http://www.thingiverse.com/thing:780039 .
Topics: stl, openscad_editor, 3D Printers, OpenScad_generator, openscad_script, thingiverse
7
7.0
Jan 20, 2021
01/21
by
Mark Phaedrus (kickahaota)
data
eye 7
favorite 0
comment 0
The Thingiverse Customer supplies a range of input controls -- list boxes, sliders, etc. But it's missing some things. What if you want to make sure that a parameter is a number, but a slider or list box is inappropriate for the range of values? Or what if you need more complex error checking, like "these two parameters can't total more than 100"? You can check for this in your OpenSCAD code, but communicating the problem to the user is a pain, especially in an online environment like...
Topics: openscad_library, openscad_script, openscad, thingiverse, Other, stl
9
9.0
Jan 15, 2021
01/21
by
(flomei)
data
eye 9
favorite 0
comment 0
The original Conic Bezier Curve module by donb is causing warnings because it uses the deprecated `assign()` function. This is a cleaned up version which works the same, but will give you no warnings. Usage is the same, for example like this: steps = 100; p0 = [35,0]; p1 = [15,20]; p2 = [35,60]; rotate_extrude($fn=100) { BezConic(p0, p1, p2, steps); }
Topics: thingiverse, stl, openscad, Other, OpenSCAD_module
10
10.0
Jan 11, 2021
01/21
by
Jesse Parker (senorjp)
data
eye 10
favorite 0
comment 0
Sometimes you want to pivot around empty space... This is a bearing with an empty center. You can choose how big a hole you want in the center, the size of ball bearings (default is BB ammunition) and the size of bolts you want to use. The rest is automagic! This is designed to be bolted together. The STL provided is a 20mm center hole, M3 bolts, and .177 caliber BBs as the bearings.
Topics: thingiverse, stl, DIY, openscad, OpenSCAD_module
8
8.0
Jun 20, 2021
06/21
by
Aaron (txoof)
data
eye 8
favorite 0
comment 0
#Finger Joint Library Created by Aaron Ciuffo aaron . ciuffo at gmail. **Find the latest version at github: https://github.com/txoof/fingerjoint** This library calculate the appropriate number of finger joints for joining laser cut parts given an edge length, material thickness and finger joint length. This is a **LIBRARY** to be used in other OpenSCAD projects when a finger join (also known as a box joint or comb joint) is needed between two faces. To create a joint between faceA and faceB,...
Topics: thingiverse, Other, stl, openscad_library, openscad
4
4.0
Mar 5, 2021
03/21
by
Troy F (troyF)
data
eye 4
favorite 0
comment 0
This is a sample openscad file which given a text string and a constriction on the x space available and the y space available sizes that string to fill the space. It appears that the customizer does not handle the liberation mono font properly so download the scad file and run it yourself then finetune it to your product.
Topics: OpenSCAD_module, stl, openscad, openscad_editor, Other, module, thingiverse
13
13
Apr 30, 2021
04/21
by
Robert Schultz (Sembiance)
data
eye 13
favorite 0
comment 0
dome() Allows you to create a dome in OpenSCAD NOTE! I do not update thingiverse with new versions. LATEST version can always be found here: https://github.com/Sembiance/common/tree/master/openscad Usage ===== Prototype: dome(d, h, hollow, wallWidth, $fn) Arguments: - d = Diamater of the dome. Default: 5 - h = Height of the dome. Default: 2 - hollow = Whether or not you want the dome to be hollow. Default: false - wallWidth = If the dome is hollow, how wide should the walls be. Default: 0.5 -...
Topics: stl, OpenSCAD_module, dome, openscad_library, openscad_script, openscad, library, thingiverse, Other
11
11
Apr 4, 2021
04/21
by
Steve H (sawdusty)
data
eye 11
favorite 0
comment 0
Inkscape font -> DXF file -> OpenSCAD with Write.scad I really like the Write extension for OpenSCAD http://www.thingiverse.com/thing:16193, but as soon as I used it I wanted different fonts. I work with Inkscape a lot and I like the text fonts it has built in. This Inkscape extension is a python script to begin the process of creating a font face (a DXF file) for OpenSCAD and the Write extension. Some manual work is necessary in Inkscape to finish the process, but it's worth it.
Topics: thingiverse, Inkscape, extension, stl, Letters, OpenSCAD, OpenSCAD_Font, Art Tools, OpenSCAD_Write,...
3
3.0
Jan 19, 2022
01/22
by
savage rodent (SavageRodent)
data
eye 3
favorite 0
comment 0
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 difference is that this module creates the arc from scratch by calculating the vectors of each point, this means the radius at the open ends of the arc is always true and that all the fragments are of equal size. The fragArc (fragments in arc) parameter...
Topics: openscad_library, curves, thingiverse, Other, stl, openscad module, openscad tools
11
11
Mar 10, 2021
03/21
by
Roy Sutton (rasarmg)
data
eye 11
favorite 0
comment 0
Using *Doxygen* with and *Scripting* OpenSCAD designs. ------------------------------------------------------ --- #### This thing has been significantly improved. Please see the [design flow and template](http://www.thingiverse.com/thing:1858181) that was developed based on the exploration done here .#### ---- Language-based mechanical design, such as that used by OpenSCAD, offers the potential for increased design efficiencies through the use of reusable parameterized design libraries. As with...
Topics: Doxygen, openscad_script, openscad_tutorial, stl, thingiverse, Engineering, openscad_library,...
14
14
Apr 21, 2021
04/21
by
Tim (chickenchuck040)
data
eye 14
favorite 0
comment 0
This is a 2d arc module for OpenSCAD that works for any angle between 0 and 360.. It takes arguments for the outside radius, thickness, and angle of the arc. It works by intersecting a ring with one or more triangles to create an arc. For every 90 degrees of arc, another triangle is added. Usage: arc(radius, thick, angle); radius: Outside radius of the arc thick: Thickness between the outside and inside radii angle: The angle of the arc, anywhere between 0 and 360....
Topics: thingiverse, stl, circle, openscad, OpenSCAD_module, openscad_script, openscad_library, Other, arc,...
10
10.0
Apr 1, 2021
04/21
by
Michael Thomson (michthom)
data
eye 10
favorite 0
comment 0
I love OpenSCAD's ability to respond to changes committed to a source file by an external editor. I also love BBEdit (or TextWrangler if you're on a budget). It seemed right and proper to create a codeless language module to improve the creative process. 2014-05-24 Updated for OpenSCAD 2014.03. Please notify me if you find bugs or missing features? Thanks.
Topics: openscad, thingiverse, useful, openscad editor, Other, stl
10
10.0
Jan 12, 2021
01/21
by
Stepanenenko Bogdan (bscheshir)
data
eye 10
favorite 0
comment 0
OpenSCAD bend procedures compatibility 2017.x When extruding DXF files in OpenSCAD, your options are rather limited - the extruded DXF always forms a plane. This procedure allows to bend the extruded file (or basically any model) on the surface of a cylinder or into a parabola. Instruction (how to work): 1. Place the target in the paralellepiped from [0,0,0] to ["dimension"]. 2. Bend around axis parallel X and with Z-coordinate equal "radius", i.e....
Topics: thingiverse, stl, bend, OpenSCAD, Other, OpenSCAD_module
9
9.0
Mar 10, 2021
03/21
by
Carlo Wood (carloverse)
data
eye 9
favorite 0
comment 0
A module that allows you to generate an arbitrary triangle, with given thickness (extending from the xy plane along the positive z-axis), by specifying the length of two of its sides and the angle that those sides make (in the range 0 to 180 degrees; empty outside that range). The first side (leg1) lays along the x-axis, while the second side (leg2) make a counter-clockwise angle of specified number of degrees with the x-axis.
Topics: triangle, wedge, openscad, stl, thingiverse, openscad_library, Other, OpenSCAD_module
12
12
Apr 28, 2021
04/21
by
Nicholas Williams (WilliamsOb)
data
eye 12
favorite 0
comment 0
This is a simple and performant library for drawing wedges with no artifacts (e.g. no clipping/mask rectangles or similar) as well as wedges greater than 180 degrees. It does this using polygon() and some hacky-but-elegant flattening and re-creating of the points array. The module accepts 4 arguments: The radius of which to draw the wedge, the starting and ending angles in degrees, and an optional parameter indicating how many fragments the wedge should have. The final parameter defaults to the...
Topics: thingiverse, OpenSCAD_module, pie_slice, radius, wedge, openscad_script, openscad_modules, stl,...
3
3.0
Apr 1, 2021
04/21
by
Laurent Despeyroux (laurent_despeyroux)
data
eye 3
favorite 0
comment 0
Needing hollowed cylinder sector with OpenSCAD, I only find over complicated scripts I do not understand. Surprised I search by my self and find a better way to do the job : it fit in 2 lines. My coce is 4 lines long to manage the "center" parameter : managing this parameter is half of the script complexity ! The parameters : ============== - first is the height, - second is the outer radius, - third, optional, is the angle of the sector : its default is 360° and give a full...
Topics: openscad, openscad_module, thingiverse, Other, stl
4
4.0
Mar 8, 2021
03/21
by
Lukáš Barák (Chashitsu)
data
eye 4
favorite 0
comment 0
$5 ebay watch with replaced top part. Printed with PLA. I set different text color by pausing print.
Topics: Accessories, openscad, stl, thingiverse, openscad_text
9
9.0
Apr 2, 2021
04/21
by
(fmotta)
data
eye 9
favorite 0
comment 0
Well I am still learning openScad and this is another ~almost~ done project... My Toyota Matrix has some blank/place-holder plates that I wanted to use as mount points and also replace a lost plate. This is a starting point for that plate. UPDATE: I added V2. This file set is closer to right and actually fits, is less fragile, and has a couple holes in it.
Topics: Automotive, openscad, thingiverse, openscad_toyota, stl
3
3.0
Jan 7, 2021
01/21
by
Juan Manuel FERNANDEZ CASTRO (DonJuanito)
data
eye 3
favorite 0
comment 0
This is a quick update to the Write.scad library by HarlanDMii. Many people complained in the original library comments page about errors when using it with recent OpenSCAD versions and Harlan has not been able to find the time to correct it so I took on myself to do something about it. It should now work as expected with the current OpenSCAD release (even tested with Dev Snapshot). I didn't try to optimize or recode the original scad file, just did what had to be done for it to compile without...
Topics: Other, stl, writescad, openscad_write, thingiverse, openscad, openscad_library
10
10.0
Jan 10, 2021
01/21
by
Xiao Jin (fumbucker)
data
eye 10
favorite 0
comment 0
Include in your project by: `include ;` Make a honeycomb by: `honeycomb(r=4, thickness=2, cols=5, rows=4, center=true);` Module args are: - r float radius of hexagons - thickness float thickness of hexagon walls - cols int how many hexagons per row - rows int number of rows - center bool center generated shape Use `linear_extrude()` to make it 3D. Update 19/03/2017 Added module `honeycomb_square()` which lets you specify x and y rather than rows and cols so it's easier to fit into your design.
Topics: thingiverse, stl, module, openscad, openscad_library, Other, OpenSCAD_module
10
10.0
Apr 30, 2021
04/21
by
Robert Schultz (Sembiance)
data
eye 10
favorite 0
comment 0
roundedCube() Allows you to round any edge of a cube in OpenSCAD NOTE! I do not update thingiverse with new versions. LATEST version can always be found here: https://github.com/Sembiance/common/tree/master/openscad Usage ===== Prototype: roundedCube(dim, r, x, y, z, xcorners, ycorners, zcorners) Arguments: - dim = Array of x,y,z numbers representing cube size - r = Radius of corners. Default: 1 - x = Round the corners along the X axis of the cube. Default: false - y = Round the corners along...
Topics: stl, OpenSCAD_module, rounded, openscad_library, round, openscad_script, openscad, library,...
9
9.0
Jun 10, 2021
06/21
by
Fox Face (tailoffloof)
data
eye 9
favorite 0
comment 0
**Update 4/7/18: Update to final release version to fix mistakes in examples. Please delete all previous versions.** Parametric enclosure with customisable front/rear rounding and top/bottom fillets. Faster and more predictable than a Minkowski method, this module should cause minimal issues when used in complex designs. Includes a brim module to create press-fit cases and dust ingress barriers around enclosure edges. Non-commercial derivatives are allowed as long as they comply with the...
Topics: openscad, openscad_script, openscad_library, thingiverse, OpenSCAD_module, parametric, Parts,...
10
10.0
Jan 17, 2021
01/21
by
Brendan (anv3d)
data
eye 10
favorite 0
comment 0
This is a rounded cube module made using hull(). You can change the x, y, and z dimensions independently to create a box.
Topics: thingiverse, OpenSCAD_module, OpenSCAD, Other, stl
4
4.0
Jun 10, 2021
06/21
by
Marc Vanlindt (VanlindtMarc)
data
eye 4
favorite 0
comment 0
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 % for each value in a table • middle : give middle value of a table • invert : invert a table • sort : sort a table • hypovec : give length base on two pair of coordinates • divide : divide a vector • myangle...
Topics: functions, openscad, library, openscad_library, thingiverse, OpenSCAD_module, shapes, function,...
6
6.0
Mar 2, 2021
03/21
by
Gael Lafond (gaellafond)
data
eye 6
favorite 0
comment 0
Inspired by Angus once again, I decided to have a look at how I would design a tetrahedron in OpenSCAD. https://youtu.be/5YwvK0dcfmw It turns out the maths are quite simple. I found everything I needed on Wikipedia. https://en.wikipedia.org/wiki/Equilateral_triangle I made a simple module to take care of the task, so I decided to share it.
Topics: Math, thingiverse, stl, tetrahedron, openscad, openscad_library
5
5.0
Mar 17, 2021
03/21
by
Gael Lafond (gaellafond)
data
eye 5
favorite 0
comment 0
This a simplified version of Juan Gonzalez parametric star library. It uses a relatively new OpenSCAD feature that can be used to create an array using a for loop. The result star is a 2D polygon drawn with the minimum possible number of points.
Topics: star, openscad, stl, thingiverse, openscad_library, Other
10
10.0
Apr 28, 2021
04/21
by
(Xasin)
data
eye 10
favorite 0
comment 0
This single-file library here allows you to use my self-made tagging system! It uses a few "special" variables usable in OpenSCAD (which you can see listed and explained in the top of the file) to create some very dynamic and flexible things together with some "children()" function uses :P
Topics: thingiverse, stl, library, openscad_library, Other, openscad
3
3.0
Oct 14, 2021
10/21
by
Tom Whitwell (tnwhitwell)
data
eye 3
favorite 0
comment 0
Remix of the original, but this can be used from another openscad project.
Topics: openscad, thingiverse, stl, scad, Electronics, openscad_library, dupont, OpenSCAD_module
9
9.0
Apr 17, 2021
04/21
by
Vincent (VincentD)
data
eye 9
favorite 0
comment 0
Math to build spirals with openscad. 3 centers. 4 centers. 5 centers. /!\ work in progress
Topics: Math, thingiverse, stl, openscad, spirals, openscad_script, spiral, openscad_library, spirales,...
9
9.0
Apr 2, 2021
04/21
by
Chris Krueger (TheNewHobbyist)
data
eye 9
favorite 0
comment 0
I've been putting off learning OpenSCAD for awhile because it seemed too cumbersome to work in. That is, until I found Justblair's guide to "live" editing with NotePad++. Since I'm a Mac user I thought I'd start adapting his guide and text editor language plugin to my free text editor of choice, TextWrangler. This is a work in progress, as you can see from the screen shots some highlighting is enabled. I'm still working out how to get string highlighting working properly. Anyone want...
Topics: openscad, thingiverse, Tools, stl, openscad_editor
2
2.0
Oct 29, 2021
10/21
by
scott nudds (vendicar1)
data
eye 2
favorite 0
comment 0
Optional legs - provide your own with 14/2 copper which slides through the holes.
Topics: thingiverse, Sculptures, openscad_script, openscad, stl
3
3.0
Apr 5, 2021
04/21
by
David Nottebohm-Knochenhauer (Knochi)
data
eye 3
favorite 0
comment 0
My custom shapes. I will add more shapes and update the file
Topics: thingiverse, openscad, Other, stl, openscad_library
6
6.0
Jan 21, 2021
01/21
by
Dean Mowrey (1-prop-head)
data
eye 6
favorite 0
comment 0
Your electronic project will eventually end up on a circuit board With this OpenSCAD program you can enter the dimensions of your circuit board and then locate the major components that are on that board and from this information this program will make it easy to generate a suitable enclosure for your project. Code for two example common enclosures are provided to create a snug enclosure for the Raspberry Pi and the Arduino UNO. These examples demonstrate the way the program works to make it...
Topics: thingiverse, OpenSCAD_module, electronics_enclosure, DIY, OpenSCAD, stl
2
2.0
Oct 29, 2021
10/21
by
scott nudds (vendicar1)
data
eye 2
favorite 0
comment 0
Tree Ornament Generated with OpenScad
Topics: thingiverse, Decor, openscad_script, openscad, stl, xmas_decorations
12
12
Mar 10, 2021
03/21
by
Nicholas Williams (WilliamsOb)
data
eye 12
favorite 0
comment 0
This module accepts 3 points and a radius value and draws an arc of the supplied radius at the middle point as a polygon. Since it can't know what side of the angle should be filled, it assumes you're supplying the points in a clockwise manner. There is a 5th parameter for the number of segments to use when drawing the arc. This module uses my 2dWedge module [here](http://www.thingiverse.com/thing:1843282) as a dependency - make sure you download all the files on this page.
Topics: library, openscad_script, openscad, openscad_modules, stl, thingiverse, 3D Printing,...
14
14
Jan 18, 2021
01/21
by
Randy Will (cilynx)
data
eye 14
favorite 0
comment 0
While working on a model of a toy truck, I needed a module to make cubes with arbitrary edges rounded. Looking around, I couldn't find anything that quite did what I was looking for. [Sembiance](https://www.thingiverse.com/Sembiance)'s [OpenSCAD Rounded Cube Corners](https://www.thingiverse.com/thing:2015341) came closest, but I don't like the intersection of three cylinders look when three rounded edges come together. I'd been playing around some with hulls around corner spheres already and...
Topics: openscad_library, openscad_script, stl, library, openscad, thingiverse, rounded_cube,...
4
4.0
Mar 15, 2021
03/21
by
Dave Menconi (davemenc)
data
eye 4
favorite 0
comment 0
This is a simple library of OpenSCAD modules. There isn't really an object here (although if you want a funnel...) - Ring creates a tube (hollow cylinder) - Hollow Cone is like ring but a cone. - Funnel is a customizable funnel - Knurled knob is a cylinder with removed cylinders - Line is just a long narrow cube but if you do a lot of lines it's easier to read - Domed cylinder is actually useless but I might find some use
Topics: thingiverse, library, Other, stl, openscad_library, openscad
8
8.0
Jan 16, 2021
01/21
by
tek (omyomy)
data
eye 8
favorite 0
comment 0
Customizable Enigma cylinder. Primo modello del rotore per laboratorio di BergamoScienza. Il modello si può personalizzare con CUSTOMIZER.
Topics: Math, openscad_script, openscad, thingiverse, enigma, stl
4
4.0
Mar 15, 2021
03/21
by
Dave Menconi (davemenc)
data
eye 4
favorite 0
comment 0
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 in the color space. Unfortunately, they are different from each other but not different from the default color so #7 is similar to the default. I included an example file. But there is no actual model.
Topics: thingiverse, library, Other, stl, openscad_library, openscad
8
8.0
Jun 20, 2021
06/21
by
Aaron (txoof)
data
eye 8
favorite 0
comment 0
I got tired of cracking open libraries that I wrote and trying to decipher the comments and documentation that I left for myself. Instead, I thought it would be nice if I could just `use ` and then call `help_libraryName()` to get a list of the available functions and module calls. This is an attempt to add a standardized way of documenting modules. The current version will be hosted on Git Hub: https://github.com/txoof/module_help Add the module help_YourLibraryNameHere() {} to your OpenSCAD...
Topics: thingiverse, Other, stl, openscad_library, openscad
4
4.0
Mar 20, 2021
03/21
by
Walter Anderson (wandrson)
data
eye 4
favorite 0
comment 0
A module I am developing that will allow for the creation of fillets on cubes in OpenSCAD The stl file is just a demonstration of how to use the module
Topics: OpenSCAD, thingiverse, Other, openscad_library, stl
5
5.0
Mar 2, 2021
03/21
by
Dario Pellegrini (DarioPellegrini)
data
eye 5
favorite 0
comment 0
# This library has been superseded by revolve2 ## Check it out at this link: https://www.thingiverse.com/thing:3215997 ------------------------ Introducing revolve ==== This OpenSCAD module allows for rotational extrusion of generic user-defined profiles, introducing a pitch in the longitudinal direction, the most common application being the creation of screws. The solid is built as a single polyhedron by transforming the 2D points found in the profile array. No boolean operation is necessary,...
Topics: screw, screws, helix, thread, openscad_library, Other, thingiverse, openscad, stl, OpenSCAD_module,...
4
4.0
Mar 13, 2021
03/21
by
Laszlo Ivak (ivaklaszlo)
data
eye 4
favorite 0
comment 0
Universal rounded cube module. Any edge roundable with various radius. call: rcube(x,y,z,radius_vector,center); - x,y,z - normal cube parameters - radius_vector : 12 edges = 12 parameter - parameter number of vector element = number of edge r_vector[0,1,2,3] wiev edges from z+, ccw from origo r_vector[4,5,6,7] wiev edges from y+, ccw from origo r_vector[8,9,10,11] wiev edges from x+, ccw from origo if (r_vector[e]==0) { no rounding } if (r_vector[e] > 0) {convex radius edge} if (r_vector[e]...
Topics: thingiverse, cube, OpenSCAD_module, openscad, rounded, stl, Other
6
6.0
Apr 20, 2021
04/21
by
Heiko Schultz (PredatorJr)
data
eye 6
favorite 0
comment 0
Had multiple projects with ball heads to clamp. Designed this for general use. The ball head can be dissambled. So if you have a part like a Gopro mount you can take it out and insert another one. Simple enter the diameter of the sphere and the shaft diameters. Size will be calculaded automaticly and it will use a suitable BSW (british witworth thread) thread from the table below). 2018-10-07 note: Printed a part for usage and this time with the thicker swinging flaps around the sphere the...
Topics: thingiverse, stl, openscad, design, template, clamp, openscad_library, Other
9
9.0
Apr 28, 2021
04/21
by
dimitri kolovitz (kolovitz)
data
eye 9
favorite 0
comment 0
For people following me.... good news... you can be Beta Tester of Graphscad if you have some free time. I need some people to give me feedback. Graphscad is the graphical Nodal editor for Openscad that i'm working on since few weeks. Your can find de WIP Homepage of Graphscad and Download link Here https://graphscad.blogspot.fr Please Remember that it's a version beta 0.0.1 !!! I just tested it on my home computer... and perhaps you'll need to install VCRedist before... Give me feedback. Can't...
Topics: thingiverse, tool, Art Tools, openscad editor, stl, flowgraph, openscad