{"id":13627097,"url":"https://github.com/CadQuery/cadquery-contrib","last_synced_at":"2025-04-16T19:31:03.714Z","repository":{"id":53494803,"uuid":"134775943","full_name":"CadQuery/cadquery-contrib","owner":"CadQuery","description":"A place to share cadquery scripts, modules, and projects","archived":false,"fork":false,"pushed_at":"2025-01-07T11:41:33.000Z","size":2772,"stargazers_count":43,"open_issues_count":3,"forks_count":13,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-07T12:34:03.657Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CadQuery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-24T22:43:02.000Z","updated_at":"2025-01-07T11:41:37.000Z","dependencies_parsed_at":"2025-01-07T12:28:17.815Z","dependency_job_id":"78885a74-6890-4694-b757-35ab68cc6d2d","html_url":"https://github.com/CadQuery/cadquery-contrib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CadQuery%2Fcadquery-contrib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CadQuery%2Fcadquery-contrib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CadQuery%2Fcadquery-contrib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CadQuery%2Fcadquery-contrib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CadQuery","download_url":"https://codeload.github.com/CadQuery/cadquery-contrib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249268549,"owners_count":21240941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T22:00:30.369Z","updated_at":"2025-04-16T19:31:02.491Z","avatar_url":"https://github.com/CadQuery.png","language":null,"readme":"# cadquery-contrib\nA place to share CadQuery scripts, modules, tutorials and projects\n\n## Contents\n\n### Examples\n\n* [Braille.py](examples/Braille.py) - Configurable braille label/sign generator where user inputs text and the braille dots are generated automatically\n\n    \u003cimg src=\"examples/images/braille.png\" width=\"600\"/\u003e\n\n\n* [Panel_with_Various_Holes_for_Connector_Installation.py](examples/Panel_with_Various_Holes_for_Connector_Installation.py) - Example of creating various knock-out holes in a panel\n\n    \u003cimg src=\"examples/images/panel_with_various_holes.png\" width=\"600\"/\u003e\n\n* [Parametric_Enclosure.py](examples/Parametric_Enclosure.py) - Standard CadQuery example of an electronics enclosure with a base, fastener bosses, and a lid\n\n    \u003cimg src=\"examples/images/Parametric_Enclosure.png\" width=\"600\"/\u003e\n\n* [Reinforce_Junction_UsingFillet.py](examples/Reinforce_Junction_UsingFillet.py) - Example of using fillets to reinforce a joint, reducing stress concentrators at the joint\n\n    \u003cimg src=\"examples/images/reinforce_junction_using_fillet.png\" width=\"600\"/\u003e\n\n\n* [Resin_Mold.py](examples/Resin_Mold.py) - A resin casting mold created to repair the strain-relief on an expensive cable\n\n    \u003cimg src=\"examples/images/resin_mold.png\" width=\"600\"/\u003e\n\n* [Shelled_Cube_Inside_Chamfer_With_Logical_Selector_Operators.py](examples/Shelled_Cube_Inside_Chamfer_With_Logical_Selector_Operators.py) - Shows a somewhat more advanced use of selectors to chamfer the inside edges of a shelled cube\n\n    \u003cimg src=\"examples/images/shelled_cube.png\" width=\"600\"/\u003e\n\n* [tray.py](examples/tray.py) - Manual assembly example including export to DXF for laser cutting\n\n    \u003cimg src=\"examples/images/tray.png\" width=\"600\"/\u003e\n\n* [Tetrakaidecahedron.py](examples/Tetrakaidecahedron.py) - The Tetrakaidecahedron volume (Kelvin Cell) can pave 3D space and is often encountered in cristallography.\n\n    \u003cimg src=\"examples/images/Tetrakaidecahedron.png\" width=\"600\"/\u003e\n\n* [cylindrical_gear.py](examples/cylindrical_gear.py) - A cylindrical straight or helix gear\n\n    \u003cimg src=\"examples/images/cylindrical_gear.png\" width=\"600\"/\u003e\n\n* [Remote_Enclosure.py](examples/Remote_Enclosure.py) - An electronics enclosure created to be mounted on motorcycle handlebars\n\n    \u003cimg src=\"examples/images/Remote_Enclosure.png\" width=\"600\"/\u003e\n\n* [Classic_OCC_Bottle.py](examples/Classic_OCC_Bottle.py) - Standard OCCT bottle example, implemented using the CadQuery API\n\n    \u003cimg src=\"examples/images/Classic_OCC_Bottle.png\" width=\"600\"/\u003e\n\n* [Numpy.py](examples/Numpy.py) - Example of integrating Numpy with CadQuery\n\n    \u003cimg src=\"examples/images/Numpy.png\" width=\"600\"/\u003e\n\n* [3D_Printer_Extruder_Support.py](examples/3D_Printer_Extruder_Support.py) - Designed for mounting hotend to an i3 X-carriage inspired by the P3steel Toolson\n\n* [Involute_Gear.py](examples/Involute_Gear.py) - Fast involute gear generator.\n\n    \u003cimg src=\"examples/images/Involute_Gear.png\" width=\"600\"/\u003e   \n  \n* [Thread.py](examples/Thread.py) - Thread example.\n\n    \u003cimg src=\"examples/images/Thread.png\" width=\"600\"/\u003e\n\n* [Hexagonal modular drawers](examples/hexagonal_drawers/assembly.py) - Inspired by [this on Prusa Printers](https://www.prusaprinters.org/prints/54113-hexagonal-organizer-system), these drawers are 3D printed (without needing supports) and clip together.\n\n    \u003cimg src=\"examples/hexagonal_drawers/hmd.png\" width=\"600\"/\u003e\n    \u003cimg src=\"examples/hexagonal_drawers/hmd.jpg\" width=\"600\"/\u003e\n    \n* [Digital sundial](https://github.com/lopezsolerluis/reloj-de-sol-digital-cadquery) - Inspired by [Mojoptix's digital sundial](https://www.thingiverse.com/thing:1068443) and derived from [my own version](https://github.com/lopezsolerluis/reloj-de-sol-digital) in OpenSCAD.\n\n    \u003cimg src=\"https://github.com/lopezsolerluis/reloj-de-sol-digital-cadquery/blob/main/sundial-cadquery.png\" width=\"600\"/\u003e\n\n* [Truss Gherkin with spirals](https://github.com/moOsama76/cadquery-contrib/blob/moOsama76-patch-1/examples/truss-gherkin-building) - Inspired by [3D Beast](https://www.youtube.com/watch?v=mwJQm70NRYY)\n\n    \u003cimg src=\"https://github.com/moOsama76/cadquery-photos/blob/main/Screenshot%202024-09-24%20021459.png\" width = \"600\"/\u003e\n\n* [IQON Building following a spline](https://github.com/moOsama76/cadquery-contrib/blob/moOsama76-patch-1/examples/Iqon-Building) - Inspired by [3D Beast](https://www.youtube.com/watch?v=wQvikT0DUCU)\n\n    \u003cimg src=\"https://github.com/moOsama76/cadquery-photos/blob/main/Screenshot%202024-09-24%20022955.png\" width = \"600\"/\u003e\n\n* [Tiles any shape](https://github.com/moOsama76/cadquery-contrib/blob/moOsama76-patch-1/grouped-tiles) - grid of tiles constrained to any 2D shape and seperated into individual groups\n\n    \u003cimg src=\"https://github.com/moOsama76/cadquery-photos/blob/main/Screenshot%202024-09-24%20024349.png\" width = \"600\"/\u003e\n\n### Tutorials\n\n* [Ex000 Start Here.ipynb](tutorials/Ex000%20Start%20Here.ipynb) - iPython notebook that is the entry point for a set of CadQuery tutorials\n* [Ex001 Simple Block.ipynb](tutorials/Ex001%20Simple%20Block.ipynb) - iPython notebook that shows how to create an extremely simple block\n\n","funding_links":[],"categories":["Examples and Tutorials"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCadQuery%2Fcadquery-contrib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCadQuery%2Fcadquery-contrib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCadQuery%2Fcadquery-contrib/lists"}