* Integrate `sphinxcadquery` to visualize 3D parts * Try different default export tolerance * Change the tolerance for toString too * Tighter angularTolerance for toString Co-authored-by: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>
24 lines
318 B
YAML
24 lines
318 B
YAML
name: cadquery
|
|
channels:
|
|
- cadquery
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python>=3.6
|
|
- ipython
|
|
- ocp
|
|
- pyparsing
|
|
- sphinx=2.4
|
|
- sphinx_rtd_theme
|
|
- black
|
|
- codecov
|
|
- pytest
|
|
- pytest-cov
|
|
- ezdxf
|
|
- ipython
|
|
- typing_extensions
|
|
- pip
|
|
- pip:
|
|
- "--editable=."
|
|
- sphinxcadquery
|