Skip to content

cadracks/CQ-editor

 
 

Repository files navigation

CadQuery editor

Build status codecov

CadQuery GUI editor based on PyQT.

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

For now only linux 64bit and python3 are supported. To try out the application 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

About

CadQuery GUI editor based on PyQT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%