A module-workbench combo that adds a CadQuery editor to FreeCAD
Go to file
Jeremy Wright 20f33d1710 Merge pull request #32 from jmwright/new-script
Fixes for Script Manipulation Annoyances
2014-12-18 11:13:45 -05:00
CadQuery Fixed numerous issues relating to opening, closing, newing up, and saving scripts. Also added an example contributed by @emdash. 2014-12-18 11:11:46 -05: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
LICENSE Initial commit 2014-11-21 22:17:08 -05:00
README.md Mac OS Path Additions 2014-12-06 23:26:39 -05:00

cadquery-freecad-module

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

Requires FreeCAD 0.14 or newer

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

  • /Applications/FreeCAD.app/Contents/Mod
  • /Applications/FreeCAD.app/Mod