You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,27 @@ To learn more about designing with CadQuery, visit the [documentation](https://c
38
38
39
39
To get started playing around with CadQuery and see it's capabilities, take a look at the [CQ-editor GUI](https://github.com/CadQuery/CQ-editor). This easy-to-use IDE is a great way to get started desiging with CadQuery.
40
40
41
+
There are currently 4 different ways to use CadQuery for designing your next project:
41
42
* Using the [CQ-editor GUI](https://github.com/CadQuery/CQ-editor)
42
43
* From a [Jupyter notebook](https://github.com/bernhard-42/jupyter-cadquery)
44
+
* Using a [VSCode extension](https://marketplace.visualstudio.com/items?itemName=roipoussiere.cadquery)
43
45
* As a standalone library
44
46
* Linux [installation video](https://youtu.be/sjLTePOq8bQ)
45
47
* Windows [installation video](https://youtu.be/3Tg_RJhqZRg)
46
48
47
-
There are two ways to install CadQuery and its dependencies. One is using conda, and the other is using pip. Pip is shown first below, followed by two sections on installing CadQuery via conda, and a non-intrusive way to install conda on a system.
49
+
There are two ways to install the CadQuery library and its dependencies. One is using conda, and the other is using pip. Pip is shown first below, followed by two sections on installing CadQuery via conda, and a non-intrusive way to install conda on a system.
50
+
51
+
### CQ-editor GUI
52
+
53
+
CQ-editor is an IDE that allows users to edit CadQuery model scripts in a GUI environment. It includes features such as:
54
+
55
+
* A graphical debugger that allows you to step through your scripts.
56
+
* A CadQuery stack inspector.
57
+
* Export to various formats, including STEP and STL, directly from the menu.
58
+
59
+
The installation instructions for CQ-editor can be found [here](https://github.com/CadQuery/CQ-editor#installation).
0 commit comments