A module-workbench combo that adds a CadQuery editor to FreeCAD
Go to file
Jeremy Wright 704def7ba1 Added Installation Instructions for Linux, Windows and Mac
Added installation instructions to help people get up and running quickly with this module.
2014-12-01 14:42:19 -05:00
CadQuery Embedded packages that have to be embedded for the module to work in Windows. 2014-12-01 14:34:07 -05:00
.gitignore Removed some troubleshooting code that caused the module to throw an error when switching to another workbench. 2014-11-21 22:50:05 -05:00
LICENSE Initial commit 2014-11-21 22:17:08 -05:00
README.md Added Installation Instructions for Linux, Windows and Mac 2014-12-01 14:42:19 -05:00

cadquery-freecad-module

A module-workbench combo that adds a CadQuery editor to FreeCAD

Click the Download ZIP button for this project, extract the zip 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

  • See the Linux directories above