File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,18 @@ cmd /K ""%USERPROFILE%/Miniforge3/Scripts/activate.bat" "%USERPROFILE%/Miniforge
125
125
```
126
126
You might want to consider using ` /NoScripts=0 ` to have an activation shortcut added to the start menu.
127
127
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
+
128
140
### Jupyter
129
141
130
142
CadQuery supports Jupyter notebook out of the box using the jupyter-cadquery extension created by @bernhard-42 :
You can’t perform that action at this time.
0 commit comments