A module-workbench combo that adds a CadQuery editor to FreeCAD
Go to file
2018-05-11 00:18:09 -04:00
CQGui Removed an errant semicolon. 2018-05-04 22:53:40 -04:00
docs Update installation.md 2018-05-11 00:18:09 -04:00
Libs Version bump to 1.2.0 2018-05-08 22:38:28 -04:00
Templates Cleaned up a comment in the script template. 2017-10-04 06:33:51 -04:00
ThirdParty Finished first draft of dependency script and pulled in cqparts library components. 2018-05-04 16:54:10 -04: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 Got required library download, extraction and installation working for cqparts in update_dependencies script. 2018-05-04 11:06:14 -04:00
.gitmodules Cleaning out the CadQuery git submodule. 2017-11-08 11:52:09 -05:00
CadQuery_rc.py Switched resource compilation over to PySide and added an execute keybinding. 2018-03-10 23:06:30 -05:00
changes.md Update changes.md 2018-05-08 22:53:35 -04:00
CODE_OF_CONDUCT.md Filled out developer documentation and added contributing docs. 2018-05-10 00:45:20 -04:00
CONTRIBUTING.md Filled out developer documentation and added contributing docs. 2018-05-10 00:45:20 -04:00
cq_server.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
Helpers.py Finished fixing dash support in filenames. 2017-10-21 07:31:40 -04:00
Init.py Finished implementing cqparts support and added setting to turn on execution timing. 2018-05-04 22:52:15 -04:00
InitGui.py Refactored the Gui package to CQGui to avoid naming conflicts with the Curves workbench and others. 2017-11-17 07:46:54 -05:00
LICENSE Initial commit 2014-11-21 22:17:08 -05:00
module_locator.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
README.md Update README.md 2018-05-11 00:14:53 -04:00
Settings.py Finished implementing cqparts support and added setting to turn on execution timing. 2018-05-04 22:52:15 -04:00
Shared.py Refactored the Gui package to CQGui to avoid naming conflicts with the Curves workbench and others. 2017-11-17 07:46:54 -05:00

The CadQuery Module for FreeCAD

GitHub version License

Introduction

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