cq-flake icon indicating copy to clipboard operation
cq-flake copied to clipboard

CadQuery and CQ-editor flake, closely follows master

Results 10 cq-flake issues
Sort by recently updated
recently updated
newest added

That's just an intermediate step in generating OCP.

[Build123d](https://github.com/gumyr/build123d) describes itself as "an evolution of CadQuery", relies on the same hellish-to-package cadquery-ocp library, and seems to have some community overlap.

OCP 7.7.0 builds, but evaluating the build123d derivation currently fails with infinite recursion in ezdxf and I have no idea why. I'm not very comfortable with flakes, or python for...

Hello, Is there any reason this isn't upstreamed to nixpkgs? I have tried using this with the latest nixpkgs version, but it required quite some tweaking. I might be doing...

Add an expression for building [yet another cad viewer](https://github.com/yeicor-3d/yet-another-cad-viewer). Builds off of #48. As that one packaged the slightly out of date 0.4.0 for build123d this adds version 0.8.1 for...

Adds an expression for [build123d](https://github.com/gumyr/build123d). To do this expressions had to be added for [svgpathtools](https://pypi.org/project/svgpathtools/#description), [ocpsvg](https://github.com/snoyer/ocpsvg/tree/main), [py-lib3mf](https://pypi.org/project/py-lib3mf/), and [trianglesolver](https://github.com/sbyrnes321/trianglesolver). At the moment nixpkgs has lib3mf 2.2.0 packaged. For ease of...

From the readme: ```` To create an environment with CadQuery and python-language-server (where hopefully your IDE will pick up python-language-server and supply autocomplete, docs, etc.): ```sh nix shell github:marcus7070/cq-flake#cadquery-env ```...

The test of cq-kit fail due to floating point precision: ``` > assert (-1, 0, 0) in tpts E assert (-1, 0, 0) in [(1.0, 0.0, 0.0), (1.0, -7.0, 0.0),...