A module-workbench combo that adds a CadQuery editor to FreeCAD
Go to file
2020-05-25 09:22:47 -04:00
CQGui Fixed the script location environment variables not getting exported when running CQGI-compliant script. 2019-05-28 17:02:09 -04:00
docs Misc. typos 2018-07-11 14:15:32 -04:00
Libs Removed conflicting embedded numpy library. 2018-12-29 06:29:06 -05:00
Templates Cleaned up a comment in the script template. 2017-10-04 06:33:51 -04:00
ThirdParty Updated cqparts library 2018-12-29 06:10:03 -05:00
Tools Filled out developer documentation and added contributing docs. 2018-05-10 00:45:20 -04:00
__init__.py Restructred the repo so that the module files are in the root directory and can be used with FreeCAD-addons. 2017-04-17 09:49:00 -04:00
.gitignore Getting the module to not error on startup in Python 2 or Python 3. 2018-06-12 00:30:19 -04:00
.gitmodules Cleaning out the CadQuery git submodule. 2017-11-08 11:52:09 -05:00
CadQuery_rc.py Getting the module to not error on startup in Python 2 or Python 3. 2018-06-12 00:30:19 -04:00
changes.md Updated changes.md with a mention of the settings dialog. 2018-12-29 06:31:50 -05:00
CODE_OF_CONDUCT.md Filled out developer documentation and added contributing docs. 2018-05-10 00:45:20 -04:00
CodeEditor.py Fixed the Allow Reload checkbox. 2018-12-29 06:25:52 -05:00
CONTRIBUTING.md Filled out developer documentation and added contributing docs. 2018-05-10 00:45:20 -04:00
cq_server.py Updated cqparts library and started working on better Python 3 support. 2018-05-30 17:21:19 -04:00
FinderOverlay.py Experimented with the overlay just a little bit more. 2018-12-28 06:40:23 -05:00
Helpers.py Added a work-around for running CQ scripts from the FreeCAD macro editor. 2018-12-27 17:17:38 -05:00
Init.py Added a settings dialog. 2018-12-24 11:20:07 -05:00
InitGui.py fixing error on startup CQ_Logo.svg does not exists 2019-10-03 22:49:38 +02:00
LICENSE Initial commit 2014-11-21 22:17:08 -05:00
module_locator.py Updated cqparts library and started working on better Python 3 support. 2018-05-30 17:21:19 -04:00
README.md Update README.md 2020-05-25 09:22:47 -04:00
SettingsDialog.py Fixed the Allow Reload checkbox. 2018-12-29 06:25:52 -05:00
Shared.py Updated cqparts library and started working on better Python 3 support. 2018-05-30 17:21:19 -04:00

The CadQuery Module for FreeCAD

GitHub version License

Introduction

NOTE This workbench is not compatible with CadQuery 2.x. If you are looking for a CadQuery 2.x GUI, please use CQ-editor.

This is a FreeCAD module (aka workbench) that adds elements like a CadQuery code editor. All of the required libraries are embedded with the workbench, and so it is probably the fastest way to get up and running with CadQuery on a local computer. For users who just want to try CadQuery without installing anything, the CadQuery Jupyter Notebook might be a better choice.

User Interface

The documentation for this module/workbench has been rewritten and restructured, and can be found here. Below are the main entry points into the documentation.

Documentation