/CQ-editor

CadQuery GUI editor based on PyQT

Primary LanguagePythonApache License 2.0Apache-2.0

CadQuery editor

Build status codecov

CadQuery GUI editor based on PyQT supports Linux, Windows and Mac.

Screenshot

Screenshot

Screenshot

Notable features

  • PythonOCC based
  • Graphical debugger for CadQuery scripts
    • Step through script and watch how your model changes
  • CadQery object stack inspector
    • Visual inspection of current workplane and selected items
    • Insight into evolution of the model
  • Export to various formats
    • STL
    • STEP

Installation

To try it out clone this git repository and set up the following conda environment:

conda env create -f cqgui_env.yml -n cqgui
conda activate cqgui
python run.py