├── .devcontainer └── devcontainer.json ├── .vscode ├── build123d.code-snippets └── tasks.json ├── NoCap.py ├── NoCap.step ├── NoCap_20.64mm.stl └── README.md /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyHaystack/NoCap/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.vscode/build123d.code-snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyHaystack/NoCap/HEAD/.vscode/build123d.code-snippets -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyHaystack/NoCap/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /NoCap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyHaystack/NoCap/HEAD/NoCap.py -------------------------------------------------------------------------------- /NoCap.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyHaystack/NoCap/HEAD/NoCap.step -------------------------------------------------------------------------------- /NoCap_20.64mm.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyHaystack/NoCap/HEAD/NoCap_20.64mm.stl -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyHaystack/NoCap/HEAD/README.md --------------------------------------------------------------------------------