Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:48:12 +08:00
commit 3c0977ba9c
8 changed files with 465 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "stl-generator-toolkit",
"description": "Comprehensive toolkit for generating 3D printable STL files for woodworking jigs and fixtures using CadQuery. Includes pre-built scripts for circle cutting jigs, angle wedges, spacing blocks, and custom parametric designs. Optimized for Elegoo Neptune 4 Pro with engineering best practices.",
"version": "1.0.0",
"author": {
"name": "Ivan Histand",
"email": "ihistand@rotoplas.com",
"url": "https://github.com/ihistand"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}