CadQuery Workbench/hr: Difference between revisions

From FreeCAD Documentation
(Created page with "===Automatska instalacija===")
(Updating to match new version of source page)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
[[Image:Cadquery module workbench icon.svg|thumb|128px|CadQuery workbench icon]]

{{VeryImportantMessage|(January 2021)
The active development of CadQuery has moved away from FreeCAD [https://github.com/CadQuery/cadquery#why-this-fork], offering now a stand-alone GUI with the CQ-editor [https://github.com/CadQuery/CQ-editor].
The CadQuery workbench is '''no longer actively maintained''', but may receive sporadic fixes by its author.
}}


==Introduction==
==Introduction==
Line 9: Line 15:
==References==
==References==


* Author: jmwright Jeremy Wright
* Author: Jeremy Wright
* Home page: https://github.com/jmwright/cadquery-freecad-module
* Home page: https://github.com/jmwright/cadquery-freecad-module
* Source code on github: https://github.com/jmwright/cadquery-freecad-module


<span id="Tools"></span>
==Alati==
==Alati==


Line 19: Line 25:
==Installation==
==Installation==


Install with the [[Image:Std_AddonMgr.svg|24px|link=Std_AddonMgr]] [[Std_AddonMgr|Addon Manager]].
===Automatska instalacija===


==Links==
See [[Installing|Installing]]

===From GitHub===

'''Prerequisites'''

Requires FreeCAD 0.14 or newer

Download the [https://github.com/jmwright/cadquery-freecad-module/releases/tag/v0.3.0 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 [https://github.com/jmwright/cadquery-freecad-module/wiki wiki]

==Links to CadQuery WB==


* 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:
** [https://www.youtube.com/watch?v=lxhBNOE7GVs Getting Started with CadQuery Scripting (YouTube)]
* Files:
* Files:
* Report bugs: https://github.com/jmwright/cadquery-freecad-module/issues

==Examples==
The CadQuery workbench includes sample scripts that are available at {{MenuCommand|CadQuery → Examples → ...}} entries from the top menu.

Other examples:
* Prusa i3 extruder support (directly available as workbench sample script '''Ex032_3D_Printer_Extruder_Support'''): https://github.com/adam-urbanczyk/cadquery-models


==Latest CadQuery==
* [https://github.com/jmwright/cadquery-freecad-module/wiki#installation Installation]
* [https://github.com/jmwright/cadquery-freecad-module/wiki#getting_started Getting Started]
* [https://github.com/jmwright/cadquery-freecad-module/wiki#troubleshooting Troubleshooting]
* [https://github.com/jmwright/cadquery-freecad-module/wiki/Developer-Documentation Developer Documentation]


The latest version of CadQuery is no longer using FreeCAD and is not compatible with the CadQuery workbench. If you are interested in the latest version have a look at the [https://github.com/CadQuery/cadquery CadQuery Python module] and the [https://github.com/CadQuery/CQ-editor CadQuery graphical editor].
* Report bugs: Please report bugs at https://github.com/jmwright/cadquery-freecad-module/issues


==Other useful links==
==Other useful links==


* [https://github.com/microelly2/kicad-3d-models-in-freecad/blob/master/cadquery/FCAD_script_generator microelly2/kicad-3d-models-in-freecad]
* https://github.com/easyw/kicad-3d-models-in-freecad
* [https://github.com/easyw/kicad-3d-models-in-freecad/tree/master/cadquery/FCAD_script_generator easyw/kicad-3d-models-in-freecad]
* [[Macros_recipes|Macros recipes]]
* [[Macros_recipes|Macros recipes]]




[[Category:Sandbox{{#translation:}}]]
[[Category:User Documentation{{#translation:}}]]
[[Category:User Documentation{{#translation:}}]]
[[Category:Addons{{#translation:}}]]
[[Category:Addons{{#translation:}}]]

Latest revision as of 17:48, 22 July 2023

Other languages:
CadQuery workbench icon
(January 2021)

The active development of CadQuery has moved away from FreeCAD [1], offering now a stand-alone GUI with the CQ-editor [2]. The CadQuery workbench is no longer actively maintained, but may receive sporadic fixes by its author.

Introduction

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

References

Alati

Installation

Install with the Addon Manager.

Links

Examples

The CadQuery workbench includes sample scripts that are available at CadQuery → Examples → ... entries from the top menu.

Other examples:

Latest CadQuery

The latest version of CadQuery is no longer using FreeCAD and is not compatible with the CadQuery workbench. If you are interested in the latest version have a look at the CadQuery Python module and the CadQuery graphical editor.

Other useful links