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/.
Description: A python script to convert simple SVG files into a list of coordinates
Updated: 2024-06-28T10:34:20+02:00
Description: Parametric trolley token generator
Updated: 2024-06-08T16:05:52+02:00
Description: Generates customizable USB drive cases
Updated: 2024-06-08T16:05:52+02:00
Description: generates customizable locking mechanisms for pipes and tubes
Updated: 2024-09-05T16:32:01+02:00
Description: This is an OpenSCAD script to generate Milka's radius gauge with slight variations
Updated: 2024-06-28T01:44:34+02:00
Description: Knurled knobs generator for bolts and nuts
Updated: 2024-06-08T16:05:52+02:00
Description: Barrel generator for the Kita-Boshi 2mm mechanical pencil
Updated: 2024-06-09T17:16:51+02:00
Description: Generates Ikea Skådis pegboard accessories
Updated: 2024-06-28T01:44:34+02:00
Description: Hakko soldering sponge template
Updated: 2024-06-08T16:05:52+02:00
Description: Hakko FX-888D Magnetic Tips Holder
Updated: 2024-09-04T09:08:20+02:00
Description: OpenSCAD Reusable Modules and Function Library
Updated: 2024-08-19T19:53:27+02:00
Description: Parametric escutcheon generator
Updated: 2024-06-08T16:05:52+02:00
Description: Generates simple, quick and easy to print TPU cable ties
Updated: 2024-06-09T23:37:30+02:00
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