CQ-editor icon indicating copy to clipboard operation
CQ-editor copied to clipboard

CadQuery GUI editor based on PyQT

Results 162 CQ-editor issues
Sort by recently updated
recently updated
newest added

For example, using right mouse button to pan, which is more convenient for users coming from OpenSCAD. Thank you very much.

I have been trying to use CadQuery with the CQ-editor, I have installed both with conda and via the pip install and binary method detailed in the Readme. Every time...

After CadQuery/cadquery#1055 is implemented, the option could be exposed in CQ-Editor. The proposal is to add a new option "STL format" in the Object Tree section of Preferences. The setting...

enhancement

When building complex assemblies it is great to be able to view/hide each individual component of the assembly using GUI. I may be missing how to do it (if I...

See result when raising `RuntimeError('example'). ![image](https://github.com/CadQuery/CQ-editor/assets/1130051/be51fbd7-91d8-47c2-a16e-115d8d483819) I need to run the script outside of cq-editor to get the stack trace in console. I am on Debian, installed cq-editor with micromamba:...

On Windows 11, I have installed MiniForge from latest installer, and had no trouble activating the environment and installing cadquery, which passed its installation test. However, the installation of cq-editor...

Hi all, The following patch enables the following behavior: * if the mouse drag happens after a previous click with the left mouse button (i.e. a "double click mouse drag"),...

The [imp](https://docs.python.org/3.11/library/imp.html) library has been deprecated since Python 3.4 and was finally removed in Python 3.12. For the isolated usecase within CQ-editor, replacing `imp` by its successor `importlib` seems to...

I've been toying with ways to add vi-style editing support to the editor. To reduce duplication of work I've focused on re-using as much as possible from the vim-spyder plugin...