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

CadQuery GUI editor based on PyQT

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

Added a variable with a new format string to reduce the character width of logging output for better compatibility with smaller screens. Here is a comparison of the old and...

This is a small commit to add the ability to send output from the CQ-editor console to the built-in Log Viewer: ![image](https://user-images.githubusercontent.com/16868537/182947603-011144cc-c20d-4aad-b56c-d1d5dfbe2404.png) I have it set currently to INFO level,...

The "front" and "back" views look washed-out: (optionally by configuration?) moving the [point?] light source so that it's non-orthogonal could help make these views more useful by showing shadows to...

Tested on Ubuntu 20.04 with Python 3.9. ## Pip ``` python3.9 -m venv .venv . .venv/bin/activate pip install -U pip pip install git+https://github.com/sethfischer/CQ-editor.git@352-setup-deps ``` ## Poetry Experimental. ``` python3.9 -m...

After upgrading Ubuntu to 22.04 LTS, creating a new conda environment, and installing cadquery with `conda install -c conda-forge -c cadquery cadquery=master` and cq-editor with `conda install -c cadquery -c...

Hey, I think the mouse orientation in the 3d view is 90% right, except way the mouse rotates around the y-Axis (pulling the mouse left/right). This isn't really intuitive and...

Hi, in OpenScad you can display the rotation center to have a clear indication where the view orbits around. I find this to be immensely helpful orienting in 3D space....

I wanted to run the latest master branch of CQ-editor, and I didn't want to deal with conda, so I tried out `pip3 install -e .`, then just installed dependencies...

my CQ-editor does not remember the changes to the boxes in the GUI. (grab n drag with mouse to edit the width / height of boxes) example: * "Code" box...