Path Workbench: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Redirected page to CAM Workbench)
Tag: New redirect
 
(220 intermediate revisions by 20 users not shown)
Line 1: Line 1:
#REDIRECT [[CAM_Workbench]]
<translate>
== Introduction == <!--T:1-->

<!--T:2-->
The Path workbench is used to produce machine instructions for [https://en.wikipedia.org/wiki/CNC_router CNC machines] from a FreeCAD 3D model. These produce real-world 3D objects on CNC machines such as mills, lathes, lasercutters, or similar. Typically, instructions are a [https://en.wikipedia.org/wiki/G-Code G-Code] dialect.


<!--T:17-->
[[Image:pathwb.png]]


<!--T:3-->
The FreeCAD Path Workbench workflow creates these machine instructions as follows:
* A 3D model is the base object, typically created using one or more of the [[PartDesign Workbench|Part Design]], [[Part Workbench|Part]] or [[Draft Workbench|Draft]] Workbenches.
* A [[Path_Job|Job]] is created in Path Workbench. This contains all the information required to generate the necessary G-Code to process the Job on a CNC mill: there is Stock material, the mill has a certain [[Path_EditToolsTable|set of tools]] and it follows certain commands controlling speed and movements (usually G-Code).
* Tools are selected as required by the Job Operations.
* Milling paths are created using e.g. [[Path_Profile|Contour]] and [[Path_Pocket_3D|Pocket]] Operations. These [[Path objects|Path objects]] use internal FreeCAD G-Code dialect, independent of the CNC machine.


=== Links for the impatient === <!--T:18-->
Depending on your interest in the Path workbench there are different topics for further reading:

<!--T:19-->
* 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 == <!--T:20-->
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.

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

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

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


<!--T:36-->
{{Path_Commands}}



== Scripting == <!--T:12-->

<!--T:13-->
The Path workbench offers a broad [[Path scripting|python scripting API]]. With it, you can create and modify paths from python scripts, or extend the available functionality of the workbench.

== FAQ == <!--T:14-->

<!--T:35-->
[[Path_FAQ|FAQ]]

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

<!--T:34-->
[[Category:User Documentation]]
</translate>
{{clear}}
<languages/>

Latest revision as of 19:43, 17 March 2024

Redirect to: