A module-workbench combo that adds a CadQuery editor to FreeCAD
Go to file
2015-03-28 21:48:44 -04:00
CadQuery Put the changes.md file in the wrong directory. 2015-03-28 21:38:33 -04:00
.gitignore Broke all of the libraries out of the zip file and removed the *.pyc files. 2014-12-04 10:33:11 -05:00
changes.md Put the changes.md file in the wrong directory. 2015-03-28 21:38:33 -04:00
LICENSE Initial commit 2014-11-21 22:17:08 -05:00
README.md Linked version badge to tagged version 2015-03-28 21:48:44 -04:00

cadquery-freecad-module

GitHub version License

A module-workbench combo that adds a CadQuery editor to FreeCAD. Please see the wiki for more detailed information on getting started.

Requires FreeCAD 0.14 or newer

Download the latest released version, extract the archive file, and copy the CadQuery directory to FreeCAD's Mod directory on your system. The module is implemented completely in Python so it should just work the next time you start FreeCAD. Some typical Mod directory locations are as follows.

Linux

  • /usr/lib/freecad/Mod
  • /usr/local/lib/freecad/Mod

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

For additional information and troubleshooting steps, please see the wiki