Results 13 issues of Glenn

Hi, In a project where im using atmega4809 in a custom pcb, i just broke my pickit 4 programmer. I wonder if i can use the jtag2udpi in my Arduino...

currently madcad works in target environments: osx, windows, linux. it would be nice if webb was a supported target. So u can use madcad in [pyscript](https://pyscript.net/) for example

enhancement
compatibility

When running madcad.show() i sometimes get segmentation errors. It usally happens when i run many show() after each other to inspect the results of multiple test. Current thread 0x00007f7ed0e4e740 (most...

Discussion in #69 reveled that having pyqt as a optional dependency would be valuable for some users > I confirm: madcad cannot at the moment be imported without pyqt installed....

enhancement

relates to: #64 added import helper - added draft function for extrusions - added draft tests

Hi Im been testing boolean operations, to see if i can use this lib for my next project. I set up my test to avoid coplanar faces between the base...

bug

As a designer of casted/injection molded parts. I need to add draft angles to my parts.

enhancement

Hi, I need a reliable set boolean operation for Trimesh. I well aware of the coplanar inputs is tricky to handle, but i my case i cant always avoid it...

Made changes to mesh_intersection.rs Created an new function **tracked_intersection** that intersect meshes like **intersect_meshes**, but tracked_intersection also returns some metadata about the resulting trimesh so that the user can know...

Hi, as cad developer i need to track from which mesh each face in the results from mesh_intersection I need something like this: ![boolean_tracking](https://user-images.githubusercontent.com/107837123/221836290-b5c981cf-a8e7-4683-8130-193faa130637.jpg)