Jeremy Wright

Results 377 comments of Jeremy Wright

@adam-urbanczyk Could you maybe document that you did for Linux and we can use that as a base for what to do on MaxOS?

@michaelgale There is a [conda yaml file](https://github.com/CadQuery/CQ-editor/blob/master/cqgui_env.yml), but there are also [pre-built packages](https://github.com/CadQuery/CQ-editor/releases/tag/0.1RC0) that are designed to be self-contained, meaning the user shouldn't need to install dependencies or set up...

@michaelgale Thanks for working on this. There have been all sorts of issues for us related to Qt on MacOS. It seems to be very finicky to get working.

@michaelgale That's great that you got it running. Maybe a line could be added in the readme telling MacOS users to run it from the command line for now? In...

@michaelgale Thanks for the in-depth debugging! It looks to me like to address #108 and #109 we'll need to coordinate with the upstream OCE/OCCT projects. Is that your view as...

In the FreeCAD workbench, I would just import and use the cqparts.display method. cqparts has the concept of an execution environment, and there's one for FreeCAD, which is why that...

Potentially relevant discussions: https://github.com/dcowden/cadquery/issues/273 https://github.com/dcowden/cadquery/issues/279

No objections.

Adding a couple more links to this issue. https://github.com/CadQuery/cqparts https://groups.google.com/forum/m/#!topic/cadquery/cgdmkO5oq8E Where does CQParts support for CadQuery 2.0 stand?

@fragmuffin Awesome, thanks! There will be plenty of excited users when cqparts is compatible with CQ 2.0 and Python-OCC.