OpenSCADutil
OpenSCADutil copied to clipboard
Shared libraries, modules, or scripts related to OpenSCAD
Repository Overview
This is an independent git repository where you'll find OpenSCAD utilities. Each directory contains a small project with examples or instructions if necessary.
If you are looking for the official OpenSCAD git repository, please visit https://github.com/openscad/openscad/.
utilities
svg_to_scad.py
Description: A python script to convert simple SVG files into a list of coordinates
Updated: 2024-06-28T10:34:20+02:00
Project Directory
libraries
parametric_trolley_token.scad
Description: Parametric trolley token generator
Updated: 2024-06-08T16:05:52+02:00
Project Directory
thumbdrive_housing.scad
Description: Generates customizable USB drive cases
Updated: 2024-06-08T16:05:52+02:00
Project Directory
milka_s_radius_gauge.scad
Description: This is an OpenSCAD script to generate Milka's radius gauge with slight variations
Updated: 2024-06-28T01:44:34+02:00
Project Directory
knurled_knob.scad
Description: Knurled knobs generator for bolts and nuts
Updated: 2024-06-08T16:05:52+02:00
Project Directory
kitaboshi.scad
Description: Barrel generator for the Kita-Boshi 2mm mechanical pencil
Updated: 2024-06-09T17:16:51+02:00
Project Directory
ikea_skadis.scad
Description: Generates Ikea Skådis pegboard accessories
Updated: 2024-06-28T01:44:34+02:00
Project Directory
hakko_fx_888_sponge_template.scad
Description: Hakko soldering sponge template
Updated: 2024-06-08T16:05:52+02:00
Project Directory
hakko_fx_888d_magnetic_tips_holder.scad
Description: Hakko FX-888D Magnetic Tips Holder
Updated: 2024-07-07T10:13:45+02:00
Project Directory
extra.scad
Description: OpenSCAD Reusable Modules and Function Library
Updated: 2024-07-01T18:51:47+02:00
Project Directory
escutcheon.scad
Description: Parametric escutcheon generator
Updated: 2024-06-08T16:05:52+02:00
Project Directory
cabletie.scad
Description: Generates simple, quick and easy to print TPU cable ties
Updated: 2024-06-09T23:37:30+02:00
Project Directory
Updating README.md
To update the README.md file with the latest information from the README.org files in the repository, run the following command in the root directory of the repository:
bash update_readme.sh
This will generate a new README.md file with the updated information.
Alternatively, you can copy the update_readme.sh
script to your git hooks directory to
automatically update the README.md file every time you commit changes. To do this, run the
following commands:
cp update_readme.sh .git/hooks/pre-commit
chmod u+x .git/hooks/pre-commit