.commitlintrc.mjs
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.release-please-manifest.json
CHANGELOG.md
LICENSE
README.md
pyproject.toml
pytest.ini
release-please-config.json
requirements-dev.in
requirements-dev.txt
requirements.in
requirements.txt
sonar-project.properties
.github/CODEOWNERS
.github/workflows/ci.yml
.github/workflows/release-please.yml
.github/workflows/release.yml
.github/workflows/resolve_appimage.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/examples/b3d_pocket.py
docs/examples/b3d_profile.py
docs/examples/cq_adaptive.py
docs/examples/cq_drill.py
docs/examples/cq_helix.py
docs/examples/cq_pocket.py
docs/examples/cq_profile.py
docs/examples/examples.rst
docs/examples/generate_image.py
docs/examples/images/b3d_open_pocket.png
docs/examples/images/cq_adaptive.png
docs/examples/images/cq_drill.png
docs/examples/images/cq_helix.png
docs/examples/images/cq_pocket.png
docs/examples/images/cq_profile.png
src/ocp_freecad_cam/__init__.py
src/ocp_freecad_cam/api.py
src/ocp_freecad_cam/api_tool.py
src/ocp_freecad_cam/api_util.py
src/ocp_freecad_cam/common.py
src/ocp_freecad_cam/fc_impl.py
src/ocp_freecad_cam/fc_impl_util.py
src/ocp_freecad_cam/visualizer.py
src/ocp_freecad_cam.egg-info/PKG-INFO
src/ocp_freecad_cam.egg-info/SOURCES.txt
src/ocp_freecad_cam.egg-info/dependency_links.txt
src/ocp_freecad_cam.egg-info/top_level.txt
stubs/Part/__init__.pyi
tests/conftest.py
tests/face_with_buggy_outer_wire.brep
tests/test_adaptive.py
tests/test_buggy_outer_wire.py
tests/test_dressup.py
tests/test_drill.py
tests/test_engrave.py
tests/test_gcode.py
tests/test_helix.py
tests/test_params.py
tests/test_profile.py
tests/test_waterline.py