{"id":21429289,"url":"https://github.com/hugokernel/openscad_dovetail","last_synced_at":"2026-02-19T11:03:21.169Z","repository":{"id":4093706,"uuid":"5201448","full_name":"hugokernel/OpenSCAD_Dovetail","owner":"hugokernel","description":"Create dovetail and cut piece with OpenScad","archived":false,"fork":false,"pushed_at":"2023-11-01T09:27:38.000Z","size":82,"stargazers_count":29,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-23T13:53:01.905Z","etag":null,"topics":["dovetail","openscad","openscad-library","queue-d-aronde","reprap"],"latest_commit_sha":null,"homepage":null,"language":"OpenSCAD","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hugokernel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2012-07-27T06:40:43.000Z","updated_at":"2025-09-01T14:23:05.000Z","dependencies_parsed_at":"2025-01-15T19:13:26.589Z","dependency_job_id":"241030dd-87e0-4434-be53-1f3e0350e3bf","html_url":"https://github.com/hugokernel/OpenSCAD_Dovetail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hugokernel/OpenSCAD_Dovetail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugokernel%2FOpenSCAD_Dovetail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugokernel%2FOpenSCAD_Dovetail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugokernel%2FOpenSCAD_Dovetail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugokernel%2FOpenSCAD_Dovetail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugokernel","download_url":"https://codeload.github.com/hugokernel/OpenSCAD_Dovetail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugokernel%2FOpenSCAD_Dovetail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29611002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dovetail","openscad","openscad-library","queue-d-aronde","reprap"],"created_at":"2024-11-22T22:16:40.859Z","updated_at":"2026-02-19T11:03:21.148Z","avatar_url":"https://github.com/hugokernel.png","language":"OpenSCAD","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dovetail parametric generator for OpenSCAD / Générateur de queue d'aronde pour OpenSCAD\n\nYou want to print a OpenSCAD design too large for your 3D printer ?\n\nTry to cut them with a dovetail !\n\n![Dovetail](https://github.com/hugokernel/OpenSCAD_Dovetail/blob/master/example.png?raw=true)\n\n## Use\n\nOpen the demo.scad file with OpenSCAD to see the cut in action.\n\nWith OpenSCAD version higher than 2019.05, you can use customizer to apply some settings.\n\n## Example\n\n```OpenSCAD\nuse \u003cdovetail.scad\u003e;\n\n// Your amazing design you want to cut\nmodule amazing_design() {\n    cube(size=[50, 50, 10], center=true);\n}\n\n// First, setup the cutting position: middle cut\nposition = [0, 0, 0];\n\n// Next, setup the dimension of the cut: use the bounding box of your design\ndimension = [50, 50, 10];\n\n// Finally, setup the dovetail:\n// - Teeth count\n// - Teeth height\n// - Teeth Clearance\nteeth = [5, 8, 0.5];\n\n// Now, cut !\n\n// Extract the first part...\nintersection() {\n    amazing_design();\n    cutter(position=[0, 0, 0], dimension=dimension, teeths=teeth, male=true);\n}\n\n// ... and the second part\nintersection() {\n    amazing_design();\n    cutter(position=[0, 0, 0], dimension=dimension, teeths=teeth, male=false);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugokernel%2Fopenscad_dovetail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugokernel%2Fopenscad_dovetail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugokernel%2Fopenscad_dovetail/lists"}