CadQuery Workbench/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "CadQuery Workbench")
 
(Updating to match new version of source page)
 
(44 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
[[Image:Cadquery module workbench icon.svg|thumb|128px|Icône de l'atelier CadQuery]]


{{VeryImportantMessage|(Janvier 2021)
==Introduction==
Le développement actif de CadQuery s'est éloigné de FreeCAD [https://github.com/CadQuery/cadquery#why-this-fork], offrant désormais une interface graphique autonome avec l'éditeur CQ [https://github.com/CadQuery/CQ-editor].
L'atelier CadQuery n'est '''plus activement maintenu''' mais peut recevoir des corrections sporadiques de la part de son auteur.
}}

<span id="Introduction"></span>
== Introduction ==


{{TOCright}}
{{TOCright}}


A module-workbench combo that adds a CadQuery editor to FreeCAD. Please see the [https://github.com/jmwright/cadquery-freecad-module/wiki wiki] for more detailed information on getting started.
Un combo module-atelier qui ajoute un éditeur CadQuery à FreeCAD. Veuillez consulter le [https://github.com/jmwright/cadquery-freecad-module/wiki wiki] pour des informations plus détaillées sur la mise en route.


==References==
<span id="References"></span>
== Références ==


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


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


[[Image:CadQuery-menu-vert.png]]
[[Image:CadQuery-menu-vert.png]]
Line 19: Line 27:
==Installation==
==Installation==


Installer le avec le [[Image:Std_AddonMgr.svg|24px]] [[Std_AddonMgr/fr|Gestionnaire des extensions]].
===Automatic installation===

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


<span id="Links"></span>
It's Installed, Now What?
==Liens==


For getting started information and troubleshooting steps, please see the [https://github.com/jmwright/cadquery-freecad-module/wiki wiki]
* Wiki Workbench: https://github.com/jmwright/cadquery-freecad-module/wiki
* Wiki FreeCAD:
* Forum FreeCAD: http://forum.freecadweb.org/viewtopic.php?f=8&t=12661
* Tutoriels:
* Vidéos:
** [https://www.youtube.com/watch?v=lxhBNOE7GVs Premiers pas avec les scripts CadQuery (YouTube)]
* Des dossiers:
* Rapporter les bogues: https://github.com/jmwright/cadquery-freecad-module/issues


== Exemples ==
==Links to CadQuery WB==
L'atelier CadQuery inclut des exemples de scripts disponibles dans les entrées {{MenuCommand|CadQuery → Examples → ...}} du menu supérieur.


Autres exemples:
* Workbench Wiki: https://github.com/jmwright/cadquery-freecad-module/wiki
* Prise en charge de l'imprimante Prusa i3 (directement disponible en tant qu'exemple de script de l'atelier '''Ex032_3D_Printer_Extruder_Support'''): https://github.com/adam-urbanczyk/cadquery-models
* FreeCAD Wiki:
* FreeCAD Forum: http://forum.freecadweb.org/viewtopic.php?f=8&t=12661
* Tutorials:
* Videos:
* Files:


<span id="Latest_CadQuery"></span>
* [https://github.com/jmwright/cadquery-freecad-module/wiki#installation Installation]
== Dernière version de CadQuery ==
* [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]


La dernière version de CadQuery n'utilise plus FreeCAD et n'est pas compatible avec l'atelier CadQuery. Si vous êtes intéressé par la dernière version, jetez un œil au [module https://github.com/CadQuery/cadquery module Python CadQuery] et à l'[https://github.com/CadQuery/CQ-editor éditeur graphique CadQuery].
* Report bugs: Please report bugs at https://github.com/jmwright/cadquery-freecad-module/issues


<span id="Other_useful_links"></span>
==Other useful links==
== Autres liens intéressants ==


* [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
* [[Macros_recipes/fr|Macros]]
* [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]]




[[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:
Icône de l'atelier CadQuery
(Janvier 2021)

Le développement actif de CadQuery s'est éloigné de FreeCAD [1], offrant désormais une interface graphique autonome avec l'éditeur CQ [2]. L'atelier CadQuery n'est plus activement maintenu mais peut recevoir des corrections sporadiques de la part de son auteur.

Introduction

Un combo module-atelier qui ajoute un éditeur CadQuery à FreeCAD. Veuillez consulter le wiki pour des informations plus détaillées sur la mise en route.

Références

Outils

Installation

Installer le avec le Gestionnaire des extensions.

Liens

Exemples

L'atelier CadQuery inclut des exemples de scripts disponibles dans les entrées CadQuery → Examples → ... du menu supérieur.

Autres exemples:

Dernière version de CadQuery

La dernière version de CadQuery n'utilise plus FreeCAD et n'est pas compatible avec l'atelier CadQuery. Si vous êtes intéressé par la dernière version, jetez un œil au [module https://github.com/CadQuery/cadquery module Python CadQuery] et à l'éditeur graphique CadQuery.

Autres liens intéressants