CadQuery Workbench: Difference between revisions

From FreeCAD Documentation
(Add note that no longer actively maintained)
(Marked this version for translation)
 
(12 intermediate revisions by 2 users not shown)
Line 4: Line 4:
[[Image:Cadquery module workbench icon.svg|thumb|128px|CadQuery workbench icon]]
[[Image:Cadquery module workbench icon.svg|thumb|128px|CadQuery workbench icon]]


<!--T:31-->
{{VeryImportantMessage|(January 2021)
{{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 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].
Line 23: Line 24:
* Author: 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


==Tools== <!--T:5-->
==Tools== <!--T:5-->
Line 32: Line 32:
==Installation== <!--T:7-->
==Installation== <!--T:7-->


<!--T:32-->
Install with the [[Image:AddonManager.svg|24px|link=Addon Manager]] [[Addon Manager]].
Install with the [[Image:Std_AddonMgr.svg|24px|link=Std_AddonMgr]] [[Std_AddonMgr|Addon Manager]].


==Links== <!--T:24-->
==Links== <!--T:24-->
Line 44: Line 45:
** [https://www.youtube.com/watch?v=lxhBNOE7GVs Getting Started with CadQuery Scripting (YouTube)]
** [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


<!--T:26-->
<!--T:35-->
==Examples==
* [https://github.com/jmwright/cadquery-freecad-module/wiki#installation Installation]
The CadQuery workbench includes sample scripts that are available at {{MenuCommand|CadQuery → Examples → ...}} entries from the top menu.
* [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]


<!--T:27-->
<!--T:36-->
Other examples:
* Report bugs: Please report bugs at https://github.com/jmwright/cadquery-freecad-module/issues
* Prusa i3 extruder support (directly available as workbench sample script '''Ex032_3D_Printer_Extruder_Support'''): https://github.com/adam-urbanczyk/cadquery-models

==Latest CadQuery== <!--T:33-->

<!--T:34-->
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].


==Other useful links== <!--T:28-->
==Other useful links== <!--T:28-->


<!--T:29-->
<!--T:29-->
* [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]]




</translate>
</translate>
[[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

Tools

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