CadQuery Workbench: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Remove link to (presumably) off-topic forum post)
Line 78: Line 78:
For getting started information and troubleshooting steps, please see the [https://github.com/jmwright/cadquery-freecad-module/wiki wiki]
For getting started information and troubleshooting steps, please see the [https://github.com/jmwright/cadquery-freecad-module/wiki wiki]


==Links to CadQuery WB== <!--T:24-->
==Links== <!--T:24-->


<!--T:25-->
<!--T:25-->
* Workbench Wiki: https://github.com/jmwright/cadquery-freecad-module/wiki
* Workbench Wiki: https://github.com/jmwright/cadquery-freecad-module/wiki
* FreeCAD Wiki:
* FreeCAD Wiki:
* FreeCAD Forum: http://forum.freecadweb.org/viewtopic.php?f=8&t=12661
* FreeCAD Forum:
* Tutorials:
* Tutorials:
* Videos:
* Videos:

Revision as of 17:40, 2 January 2021

Other languages:
CadQuery workbench icon

Introduction

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

References

Tools

Installation

Automatic installation

See Installing

From GitHub

Prerequisites

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 Installation Instructions (From GitHub)

  • /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 Installation Instructions (From GitHub)

  • C:\Program Files\FreeCAD 0.14\Mod
  • C:\Program Files (x86)\FreeCAD 0.14\Mod


Mac Installation Instructions (From GitHub)

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

It's Installed, Now What?

For getting started information and troubleshooting steps, please see the wiki

Links

Other useful links