scad library 3d models

48906 3d models found related to scad library.
Magnetic Label Maker (SCAD)
Magnetic Label Maker (SCAD)
prusaprinters

Why I used SCAD: I wanted to make magnetic labels for my workbenches and, with the number I'd need to make, thought this would be a good time to learn how to use .scad rather than making each label manually. A couple hours learning to use scad and...

Rounded SCAD objects
Rounded SCAD objects
thingiverse

This library allows you to create aesthetically pleasing rounded shapes, including cubes and cylinders. ...To achieve this, simply utilize 'rcube' or 'rcylinder' functions while passing an additional argument for specifying the fillet size.

Hinge for scad
Hinge for scad
prusaprinters

This is a customizable hinge for scad You can set: od = outer diameter id = inner diameter (diameter od hole) hi = hight of hinge to the center of the hole num = number of hinge parts w = width of hinge parts and spaces The center is the center of...

Paraboloid of Scad Cylinders
Paraboloid of Scad Cylinders
thingiverse

This 26-line Scad script may be brief, yet it generates a smooth paraboloid, albeit with an extended rendering time - a limitation inherent to OpenScad. It essentially boils down to a loop of Scad cylinders, which can be dissected into cones, the...

Hinge for scad
Hinge for scad
thingiverse

Customizable Hinge for SCAD: To customize this hinge, simply adjust the following parameters: Node = outer diameter of the hinge Inner Diameter = inner diameter (diameter of the hole) Hinge Height = height of the hinge from the center to the hole...

Parametric Open SCAD Timingbelts
Parametric Open SCAD Timingbelts
thingiverse

Incorporate the function into your SCAD file using 'use' command with parameters like profile ("T5"), belt width (10), and number of teeth (n = 15). ...The "profile" parameter is a string specified in the original file, while "belt_width" determines the...

SCAD Word Pen
SCAD Word Pen
thingiverse

... ...The specifications used were word type SCAD, object number 1, pen thickness of 7, font scale of 2.1, inner length of 140mm, font spacing of 0.81, one helper tab, tolerance of 0.2, tip diameter of 2.4, and an inner diameter of 3.4.

box API for SCAD
box API for SCAD
thingiverse

The function uses various SCAD functions, such as `boxCreate`, `boxMoveTo`, `boxRotate`, and `boxRenderCylinderX`. Here are some examples of how to use this function: Example 1: ```scad mainBoxSize = [8.4, 9.1, 10.5]; cylinderXSize = [8.5, 1.2,...

Magnetic Label Maker (SCAD)
Magnetic Label Maker (SCAD)
prusaprinters

When you modify it, I set up a couple of variables to allow changing the font, resizing the text, resizing the box, and changing the magnet dimensions easy. Why I used SCAD: I wanted to make magnetic labels for my workbenches and, with the number I'd...

Adjustable Desktop Spoolholder [SCAD]
Adjustable Desktop Spoolholder [SCAD]
prusaprinters

This design was inspired by some grainy pictures of the Prusa Mini External Beta spool holder posted on twitter, and the desktop spool holder that Atomic Filament sells. The SCAD source code has parameters for things like the "target" spool diameter,...

MMU Festo Wrench [SCAD]
MMU Festo Wrench [SCAD]
prusaprinters

The new MMU2S "chimney" makes it a pain to remove the Festo fitting without a wrench handy. Presto, wrench. Print instructionsI do mine in PET, PLA should be fine too. If you need to adjust tolerances, check the SCAD source. I originally included...

American Flag SCAD model
American Flag SCAD model
thingiverse

I also successfully followed the instructions by JoanTabb for printing with multiple colors with a single extruder using PrusaSlicer here: https://forum.prusaprinters.org/forum/prusaslicer/manual-multicolor/ This is the first SCAD file I ever wrote....

nested cubes scad
nested cubes scad
thingiverse

only accomplished makers can have some idea of getting them into filament, you may need to make adjustments with a higher degree of precision.\nThe final scad code is provided below, allowing users to set the rotation to any desired number, modify...

Hygrometer holder SCAD - customizable
Hygrometer holder SCAD - customizable
thingiverse

This is a fourth modified SCAD file to produce a revised iteration of the original container. It requires less material as the sand will have an opening, typically necessitating support during printing. The new simpleBottom=1 version no longer needs...

SCAD polygon outline module
SCAD polygon outline module
prusaprinters

You will need to change the positions of vertices to suit.It supports both filled and unfilled polygons.Example Usageuse <OutlinePolygon.scad> Points = [ [0,0], [0,1], [1,1], [1,0] ]; linear_extrude(5) { OutlinePolygon(lineThickness=4,...

Noctua 40x40 Cover SCAD
Noctua 40x40 Cover SCAD
thingiverse

... ... The cover is fully customizable - just download and edit the included SCAD file to suit your unique needs. Made from 1 mm thick material, the cover features precision-crafted M3 mounting holes for seamless integration with your existing setup.

springs and springmaker - OpenSCAD library
springs and springmaker - OpenSCAD library
thingiverse

The springs.scad library itself refers to the Naca_sweep library [explained here](https://www.thingiverse.com/thing:900137). To use it you must download the two *.scad files from the download section into your library folder or current project...

OpenSCAD library - Springs, helicoils, elliptic rings
OpenSCAD library - Springs, helicoils, elliptic rings
thingiverse

To illustrate the underlying mathematics, I've packaged a library containing four parametrized modules: elliptic_ring(r1 = 10, r2 = 5, r = 2, slices = 100, h = 0, w = 360) helicoil(Windings = 5, R = 20, r = 1, slices = 50, clockwise = true, square =...

Cherry MX Keyswitch (SCAD Module)
Cherry MX Keyswitch (SCAD Module)
thingiverse

place the file in your Libraries directory (you can locate it from the Open SCAD interface under File>Show Libraries Folder). Add the following code to the top of YOUR SCAD file... ` include ` and where ever you want to place the switch put the...

Open SCAD Raspberry PI3 model
Open SCAD Raspberry PI3 model
thingiverse

Just a Raspberry Pi 3 and HifiBerry DAC+ model for troubleshooting scenarios and so forth. ...Check out my GitHub repository for the latest developments: https://github.com/saarbastler/library.scad. ...A Raspberry Pi Zero has been incorporated.

Spindle Spool Hub holder SCAD
Spindle Spool Hub holder SCAD
cults3d

Second pass in steppedSpindle.scad has the stepped design and two parts, male and female that screw together to hold the spool I'm using Triangles.scad from http://www.thingiverse.com/thing:220868 and Screw Library...

Spindle Spool Hub holder SCAD
Spindle Spool Hub holder SCAD
thingiverse

To achieve this complexity, I leveraged the resourceful Triangles.scad module from http://www.thingiverse.com/thing:220868 and the Screw Library found at http://www.thingiverse.com/thing:8793. **Overview and Background** I required a customizable...

cyclic cam scad (lib)/script
cyclic cam scad (lib)/script
thingiverse

However, there are still some additional profiles to be included before it becomes a complete library function. It is necessary to disable rendering at a value of 256,000 in preferences for correct rendering. The script defines cam types such as...

Nuts and Bolts v1.95 OpenSCAD library
Nuts and Bolts v1.95 OpenSCAD library
thingiverse

... SCAD file. Use it your way, but if you modify the code, you HAVE to leave my copyright as it is, just like mentioned in the GPL3 licence. Thanks again to Dan Kirshner - dan_kirshner@yahoo.com for his "threads.scad" library, included in this thing.

CR2032 to CR2430 Adapter (SCAD)
CR2032 to CR2430 Adapter (SCAD)
thingiverse

... standard CR2032 battery to fit the CR2430 configuration, ensuring seamless compatibility. ...Additionally, I incorporated the SCAD model into the design and made precise adjustments to enable its efficient utilization within the remote control system.

Customize a PCB with SCAD
Customize a PCB with SCAD
thingiverse

... projects. It's very straightforward and simple to modify, even if you're not familiar with SCAD. Just take your measurements and adjust the variable values at the top of the file. ... The default settings are for a Gikfun perma-proto board.

2020 Slot Mount SCAD module
2020 Slot Mount SCAD module
thingiverse

Once you've incorporated the module, simply type either: - `2020SlotMount(SlotMountLength=20);` or - `2020SlotMountTnutHole(ScrewLengthInPart=6,SlotMountLength=20);` Refer to the notes in the SCAD file for explanations of the parameters and their...

SCAD Camera Lens Filter Adapter
SCAD Camera Lens Filter Adapter
thingiverse

... you want. See https://en.wikipedia.org/wiki/Photographic_filter#Filter_sizes_and_mountings for a list of filter thread diameters and their corresponding pitch. Adjust variables i_d, i_p, o_d, o_p, and n_knurls in SCAD to given dimensions. ...

Customizable ShopVac Adapter Remixed SCAD
Customizable ShopVac Adapter Remixed SCAD
thingiverse

Original SCAD program was using Radius instead of diameter and made it confusing and file was 2x larger than you wanted. I simply adjusted the math and now the STL file matches the measurements entered in the configurator. I am printing My first...

Daily Organizer (fully customizable scad)
Daily Organizer (fully customizable scad)
cults3d

... shelf. I decided to make a customizable holder for these items instead. You can customize the * organizer size * tablet thickness * wallet holder size * ring inner and outer thickness note Scad file requires https://www.thingiverse.com/thing:220868