Examples | ||
Gui | ||
Libs | ||
Templates | ||
Tools | ||
__init__.py | ||
.gitignore | ||
CadQuery_rc.py | ||
changes.md | ||
cq_server.py | ||
Helpers.py | ||
Init.py | ||
InitGui.py | ||
LICENSE | ||
module_locator.py | ||
README.md | ||
Settings.py | ||
Shared.py |
cadquery-freecad-module
Introduction
Module that adds a tabbed CadQuery editor to FreeCAD. Please see the wiki for more detailed information on getting started.
Installation
Requires FreeCAD 0.14 or newer
Installation is handled slightly differently whether you are installing version 1.0.0.1 and earlier, or a later version.
Installing v1.0.0.1 and Earlier
Download the latest released version, extract the archive file, and copy the CadQuery
subdirectory to FreeCAD's Mod
directory on your system.
Installing v1.0.0.2 and Later
Download the latest released version, extract the archive file, and copy the entire extracted directory to FreeCAD's Mod
directory on your system. You can optionally rename the directory to something like CadQuery
.
Typical Installation Locations
The module should show up in the 'Workbenches' drop down the next time you start FreeCAD. Some typical Mod
directory locations are as follows.
Linux
- /usr/lib/freecad/Mod
- /usr/local/lib/freecad/Mod
If you are running Ubuntu Linux, be sure to run the following line in a terminal before using this module.
sudo apt-get install python-pyside.qtnetwork
Windows
- C:\Program Files\FreeCAD 0.14\Mod
- C:\Program Files (x86)\FreeCAD 0.14\Mod
Mac
- /Applications/FreeCAD.app/Contents/Mod
- /Applications/FreeCAD.app/Mod
- /Users//Library/Preferences/FreeCAD/Mod
It's Installed, Now What?
For getting started information and troubleshooting steps, please see the wiki