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

similar to ``` if __name__ == "__main__": "this is main context" ``` cq-editor should set a global variable or an environment variable to indicate to the client script that is...

When I try animate this - CQ-editor(or CQ) give too many objects. Although I assumed there would be an animation of box. `import cadquery as cq ` `t =3` `while...

enhancement

New macOS platform specific assets and configuration are contained in a new folder "macos". The PyInstaller.spec file was accidentally reformatted with "black"--don't panic, despite the sea of red diff's only...

During my attempts to build standalone binaries of the CQ-Editor for macOS, I have discovered at least two mechanisms for the app to crash at launch. Both are related to...

It seems the major downside (and the reason why CadQuery is difficult to use in practice) is the missing support for sketching. Sketching can't be done programatically at all in...

I like to version control models when I'm working on them. If I have a model with unix line endings and open it in CQ editor on Windows, clicking save...

A common feature in IDEs and text editors in general: ability to find a pattern, and to replace a pattern by an other. Good IDEs allow to find/replace a pattern...

syntax highlighting is a very handy feature on many IDEs and is partially supported in CQ-editor (well done!). It could be even better if CadQuery's builtin functions (`Workplane`, `box`, `center`,...