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

I have auto-reload enabled, but often when I write to my file in vim, CQ-editor doesn't pick up the changes. Sometimes I can uncheck and re-check the option, write to...

This example: ```python handle = ( cq .Workplane('front') .box(1, 1, 1) .faces('>Y or >Z or Y or >Z or

Ok, that seems silly but it's really frustrating. The resizer between the panels on cq-editor at very high resolutions (I have a 4k monitor) becomes VERY hard to use. It...

I feel like it would be very helpful if you could visualize workplanes, for example, using `debug`, or even `show_object`. Bonus points for visualizing the axis.

If I disable the "fit automatically" option, and use the auto reload option to edit the script in Sublime Text, the object still gets auto fitted.

Some changes to the 3D view that I find useful: - I changed view rotation to behave like blender in a way that I find much more usable. I'm not...

### UPDATE I got this bug after copying a path name on the console without doubling the slashes. Now I did another test and any SyntaxError causes the same problem....

Can we do a 0.2.1 release of CQ-editor? I've got pre-built packages on my fork with the latest version that I and other users are having good luck with. I...

Hi All, I am trying to get CQ editor running. I followed the instructions for installation with a new environment (win10). - conda install -c conda-forge -c cadquery cadquery=master Here...

I think this project could really benefit from mandatory linting and automatic formatting. the CI could also be configured to fail if pull requests are not formatted correctly. For formatters,...

infrastructure