Skip to content

Commit b964226

Browse files
authored
Update README.md
1 parent a555328 commit b964226

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,18 @@ cmd /K ""%USERPROFILE%/Miniforge3/Scripts/activate.bat" "%USERPROFILE%/Miniforge
125125
```
126126
You might want to consider using `/NoScripts=0` to have an activation shortcut added to the start menu.
127127

128+
### CQ-editor GUI
129+
130+
CQ-editor is an IDE that allows users to edit CadQuery model scripts in a GUI environment. It includes features such as:
131+
132+
* A graphical debugger that allows you to step through your scripts.
133+
* A CadQuery stack inspector.
134+
* Export to various formats, including STEP and STL, directly from the menu.
135+
136+
The installation instructions for CQ-editor can be found [here](https://github.com/CadQuery/CQ-editor#installation).
137+
138+
<img src="https://raw.githubusercontent.com/CadQuery/CQ-editor/master/screenshots/screenshot3.png" alt="CQ editor screenshot" width="800"/>
139+
128140
### Jupyter
129141

130142
CadQuery supports Jupyter notebook out of the box using the jupyter-cadquery extension created by @bernhard-42:

0 commit comments

Comments
 (0)