Path Workbench/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "=== Liens pour les impatients === En fonction de votre intérêt pour l'atelier Path, vous pouvez lire d'autres sujets:")
(Redirected page to CAM Workbench/fr)
Tag: New redirect
 
(540 intermediate revisions by 9 users not shown)
Line 1: Line 1:
#REDIRECT [[CAM_Workbench/fr]]
== Introduction ==

L'atelier Path est utilisé pour produire les instructions machine pour les machines CNC [https://fr.wikipedia.org/wiki/Programmation_de_commande_numérique à commande numérique] à partir d'un modèle 3D FreeCAD. Celui-ci produit des objets 3D réels sur des machines CNC telles que des fraiseuses, des tours, des cutters laser ou similaires. Généralement, les instructions sont en langage [https://en.wikipedia.org/wiki/G-Code G-Code].


[[Image:pathwb.png|frameless|center|upright=2.8]]


Le flux de travail de l'atelier Path FreeCAD crée ces instructions machine comme suit:
* Un modèle 3D est l'objet de base, généralement créé à l'aide d'un ou plusieurs des ateliers [[PartDesign Workbench/fr|Part Design]], [[Part Workbench/fr|Part]] ou [[Draft Workbench/fr|Draft]].
* Une [[Path_Job/fr|Tâche]] est créée dans l'atelier Path. Celle-ci contient toutes les informations nécessaires pour générer le G-Code nécessaire pour traiter le travail sur une fraiseuse CNC: il y a le brut de matière, le [[Path_EditToolsTable/fr|magasin d'outils de la fraiseuse]] et il suit certaines commandes contrôlant la vitesse et les mouvements (généralement G-Code).
* Les outils sont sélectionnés comme requis par les opérations de travail.
* Les parcours de l'outil de fraisage sont créés en utilisant par ex. des opérations de [[Path_Profile/fr| Contournage]] et [[Path_Pocket_3D/fr|Poche 3D]]. Ces [[Path objects/fr|objets parcours]] utilisent le langage FreeCAD G-Code interne, indépendant de la machine CNC.


=== Liens pour les impatients ===
En fonction de votre intérêt pour l'atelier Path, vous pouvez lire d'autres sujets:

* If you are a new new user trying to get familiar with Path, you might be interested in a fast [[Path Walkthrough for the Impatient|walk-through]] tutorial.
* If you have a special machine which cannot use one of the available postprocessors you may want to learn about [[Path_Postprocessor_Customization|post-processor customization]]
* As an experienced user you may want to write a macro or automate a process might need to learn about [[Path_scripting|scripting]]
* Power users who want to streamline their workflow can learn about [[Path_Customization|customization]].
* New developers who want to contribute to path might want to understand [[Path_Core_Concepts|core concepts]].

== General concepts ==
The Path Workbench generates G-Code defining the paths required to mill the Project represented by the 3D model on the target mill—in [[https://www.freecadweb.org/wiki/Path_scripting#FreeCAD.27s_internal_GCode_format the Path Job Operations FreeCAD G-Code dialect ]], which is later translated to the appropriate dialect for the target CNC controller by selecting the appropriate Postprocessor.
The G-Code is generated from directives and Operations contained in a Path Job. The Job Workflow lists these in the order they will be executed. The list is populated by adding Path Operations, Path Dressups, Path Partial Commands, and Path Modifications—from the Path Menu, or GUI buttons.

The Path Workbench provides a Tool Manager (Library, Tool-Table), and G-Code Inspection, and Simulation tools. It links the Postprocessor, and allows importing and exporting Job Templates.

The Path Workbench has external dependencies including:
# The FreeCAD 3D model units are defined in the Edit-> Preference...->General->Units tab's Units settings. The Postprocessor configuration defines the final G-Code units.
# The Macro file path, and Geometric tolerances, are defined in the Edit->Preferences...->Path->Job Preferences tab.
# Colors are defined in the Edit->Preferences...->Path->Path colors tab.
# Holding tag parameters are defined in the Edit->Preferences...->Path->Dressups tab.
# That the Base 3D model quality supports the Path WB requirements—passes Check Geometry.

FreeCAD Path Workbench internal G-Code dialect represents Feed rates in Units/Second—what the G-Code Inspection tool will show. The Postprocessor is configured to generate the appropriate Feed rates—either in Units/Second or Units/Minute for the target mill.


{{Path_Commands}}



== Script ==

L'atelier Path offre une large [[Path scripting/fr| API script python]]. Avec cet API, vous pouvez créer et modifier des scripts Python de Path, ou étendre les fonctionnalités disponibles dans l'atelier.

<div class="mw-translate-fuzzy">
[[Category:User Documentation/fr]]
</div>

[[Path_FAQ|FAQ]]

The Path Workbench shares many concepts with other CAM software packages but has its own peculiarities. If something seems wrong, this might be a good place to start.

[[Category:User Documentation]]
{{clear}}
<languages/>

Latest revision as of 19:44, 17 March 2024

Redirect to: