Skip to content

CadQuery/CQ-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a1f152 · Apr 28, 2025
Feb 13, 2025
Apr 16, 2025
Apr 8, 2025
Jul 4, 2019
Feb 14, 2025
May 15, 2019
Mar 5, 2025
Jan 7, 2019
Jun 8, 2018
Jun 8, 2018
Apr 28, 2025
Feb 18, 2025
Jun 4, 2023
Feb 14, 2025
Apr 8, 2025
Feb 14, 2025
Feb 18, 2025
Nov 8, 2020
Apr 8, 2025
Jun 10, 2018
Feb 14, 2025
Jun 27, 2019
Feb 14, 2025

Repository files navigation

CQ-editor

Build status codecov Build Status DOI

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

CQ-editor screenshot Additional screenshots are available in the wiki.

Notable features

  • Automatic code reloading - you can use your favourite editor
  • OCCT based
  • Graphical debugger for CadQuery scripts
    • Step through script and watch how your model changes
  • CadQuery object stack inspector
    • Visual inspection of current workplane and selected items
    • Insight into evolution of the model
  • Export to various formats
    • STL
    • STEP

Documentation

Documentation is available in the wiki. Topics covered are the following.

Getting Help

For general questions and discussion about CQ-editor, please create a GitHub Discussion.

Reporting a Bug

If you believe that you have found a bug in CQ-editor, please ensure the following.

  • You are not running a CQ-editor fork, as these are not always synchronized with the latest updates in this project.
  • You have searched the issue tracker to make sure that the bug is not already known.

If you have already checked those things, please file a new issue with the following information.

  • Operating System (type, version, etc) - If running Linux, please include the distribution and the version.
  • How CQ-editor was installed.
  • Python version of your environment (unless you are running a pre-built package).
  • Steps to reproduce the bug.