M. Greyson Christoforo
M. Greyson Christoforo
The Wire library here seems to be missing the newish timeout features now present in https://github.com/arduino/ArduinoCore-avr that came with the latest v1.8.3 release there. These changes let I2C comms work...
Would it be possible to add support google domains dnsapi?
Seems like serial_for_url would be a lot more powerful if it could set all options for native serial ports. I was thinking it would be great if I could do:...
For example, the output of ```python import cadquery from cadquery import cq, CQ mwp = CQ("ZX").circle(80.0).extrude(12) mwp = mwp.translate((99, 99, 99)) mwp = mwp.faces("
fixes https://github.com/CadQuery/cadquery/issues/1099
Here's what the docs say `eachpoint()` should do: https://github.com/CadQuery/cadquery/blob/a5fadebe72b2a46881c3847cca748b8cf716ccd0/cadquery/cq.py#L2440-L2441 When `each()` is called with `useLocalCoordinates=False`, it does no manipulation of the object before passing it on to the callback function:...
I think the coordinate transformation for the eachpoint() function with `useLocalCoordinates=False` was backwards fixes https://github.com/CadQuery/cadquery/issues/1098
Sketches are awesome. Importing DXFs is awesome. `_importDXF` and its spawn seem kinda hard to use in practice. Generally, I know the names of the layers I want from a...
I'll open this issue just to track 7.6.0 readiness, I understand it's in the works, but just not merged yet. Yesterday I build built OCP ([34e223c](https://github.com/CadQuery/OCP/commit/34e223c89c2eae0dbf9695a0f76eb3fc28f6f939)) with OCCT 7.6.0 and...
Back when issue #218 was still open, I had a workaround so I could see assemblies in cq-editor and avoid that crash: ```python for key, val in asy.traverse(): shapes =...