Translations:Path Workbench/3/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
The FreeCAD Path Workbench workflow creates these machine instructions as follows:
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 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).
* 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_ToolLibraryEdit|set of tools]] and it follows certain commands controlling speed and movements (usually G-Code).
* Tools are selected as required by the Job Operations.
* 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.
* 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.

Revision as of 15:53, 12 December 2020

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 Part Design, Part or Draft Workbenches.
  • A 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 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. Contour and Pocket Operations. These Path objects use internal FreeCAD G-Code dialect, independent of the CNC machine.
  • Export the job with a g-code, matching to your machine. This step is called post processing; there are different post processors available.