Jeremy Wright
Jeremy Wright
@AlexCastroAlex You need to include a `show_object` call in your script for the object you want to export.
@snoyer So would we check to see if `contextlib` has `chdir`, and monkey-patch the updated `chdir` (that would probably live in our codebase) in if it does not? Or is...
It seems like this PR is also related to #1282 and #487
@lorenzncode Is there a functional reason to do this (i.e. it causes a problem), or is it more of a user experience reason (i e. It causes confusion)?
@lorenzncode This UX update was added in #529
The STL importer I was referencing is [here](https://github.com/JustinSDK/cqMore/blob/main/examples/import_stl.py), and is part of the cqMore library. I used it to convert a 3D scan of a camera trap from STL to...
@julianstirling So for now since I am trying to get the assemblies working, should I just add the `-6`?
> I am wondering if the class wants to sit in nimble_build_system/cad next to shelf_builder.py. I can restructure this PR to put the Shelf class there, and merge the other...
@julianstirling I noticed that `width` was used being used in device.py where the database had called the dimension `length`. I had multiple discussions about dimension naming during the hackathon, and...
The following is what I expected, where the dimension names follow the axes. However, the database uses the term `LengthMm` whereas the `Device.py` class uses `Width`.  If we can...