AU
AU
@voneiden do you need some specific function(s)? If so, I can add a workaround for 7.6.3. Eventually, I'd like to merge your PR or develop something similar, but not in...
Nope, #77 fails and I don't much bandwidth to look into it. Any help would be very welcome!
CI says it does work. This tool is not really meant to be used by general public, better download release package with sources. If you really want to try, then...
It does not look like you need to regenerate the bindings, so just use the released sources. Regarding pybind11, I really don't know, try asking on their issue tracker. Quick...
@openvmp I think I found a MRE: ```python cq.Face.makePlane(1e-9,1e-9).tessellate(1e-3) ```
Yes, me too.
@jmwright are you OK with merging this PR?
Thanks @openvmp !
The `Sketch` API has to be updated to enable such things. I think currently the easiest method would be: ```python import cadquery as cq base = cq.Workplane().box(5, 5, 5) f...