Path Workbench/de: Difference between revisions

From FreeCAD Documentation
(Created page with "* 32px Comment: Fügt einen Kommentar in den G-Code eines Pfades ein.")
(Redirected page to CAM Workbench/de)
Tag: New redirect
 
(354 intermediate revisions by 10 users not shown)
Line 1: Line 1:
#REDIRECT [[CAM_Workbench/de]]
==Einleitung==

Mit dem Path Arbeitsbereich können zum Betrieb von CNC Maschinen benötigte Befehlssätze erstellt werden. Unterstützt werden, Stand März 2018, Fräsen, Lasercutter, Graviermaschinen und ähnliche, 3 achsige CNC Maschinen deren Steuerung auf G-Code basiert.
Die Path Postprozessoren erstellen G-Code in vielen verbreiteten Varianten, z.B. für Centroid-, grbl-, LinuCNC-, Philips- gestützte Maschinencontroller.


[[Image:Path-PathWB-de.jpg|frameless|center|upright=2.8]]


Der FreeCAD Arbeitsbereich Path erstellt diese Befehlssätze mit folgendem Arbeitsablauf:
* Ein 3D Modell, erstellt mit einer der FreeCAD Arbeitsbereiche [[PartDesign Workbench/de|Part Design]], [[Part Workbench/de|Part]] oder [[Draft Workbench/de|Draft]], ist das Basis Objekt.
* Ein [[Path_Job/de|Job]] wird im Path Arbeitsbereich erzeugt. Der Job enthält alle zur Erzeugung eines auf einer CNC Fräse ausführbaren g-codes nötigen Informationen:
Enthalten sind die Abmessungen des Rohmaterials, die zur Verfügung stehenden [[Path_EditToolsTable/de|Werkzeuge]] und die zur Steuerung von Verfahrgeschwindigeit und Spindeldrehzahl benötigten Parameter.
* Werkzeuge werden passend zum Fräsvorgang ausgewählt.
* Der Fräspfad wird erstellt durch die Auswahl der benötigten Operation, z.B. [[Path_Profile/de|Contour]] oder [[Path_Pocket_3D/de|Pocket]]. Diese [[Path objects/de|Path Objekte]] werden primär in einem, von der CNC Maschine unabhängigen, FreeCAD G-Code Dialekt erstellt.
* Der Job wird in einem zur Maschine passendem G-Code exportiert.


=== Links für den schnellen Einstieg ===

* 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 Kommandos==

Mit diesen Kommandos werden CNC Projekte und Vorlagen erstellt und verwaltet.

* [[Image:Path-Job.png|32px]] [[Path_Job|Job]]: Erstellt einen neuen CNC Job

* [[Image:Path_PostProcess.png|32px]] [[Path_Post|Post Process]]: Erstellt aus einem Job eine G-code Datei

* [[Image:Path-ExportTemplate.png|32px]] [[Path_ExportTemplate|Export Template]]: Speichert den ausgewählten Job als Vorlage

* [[File:Path_Inspect.png|32px]] [[Path_Inspect|G-Code Inspector]]: Zeigt den G-code zur Überprüfung

* [[File:Path_Simulator.png|32px]] [[Path_Simulator|Simulator]]: Zeigt eine Simulation des Fräsvorgangs wie er auf der Maschine ausgeführt wird.

* [[Image:Path_ToolLibraryEdit.png|32px]] [[Path_ToolLibraryEdit|Tool Manager]]: Aufruf der Werkzeugtabelle

* [[File:Path-CompleteLoop.png|32px]] [[Path_SelectLoop|Complete Loop]]: Erstellt aus 2 ausgewählten Kanten einen geschlossenen Ring

* [[File:Path_Contour.png|32px]] [[Path_Contour|Contour]]: Erzeugt einen Fräspfad aus der Kontur des Basisobjekts

* [[Image:Path-Profile-Face.png|32px]] [[Path_ProfileFace|Profile from Face]]: Erzeugt einen Kontur- Fräspfad um eine ausgewälte Fläche

* [[Image:Path-Profile-Edges.png|32px]] [[Path_ProfileEdges|Profile from Edges]]: Erzeugt einen Kontur- Fräspfad von ausgewählten Kanten

* [[Image:Path_Pocket.png|32px]] [[Path_Pocket_Shape|Pocket]]: Erzeugt einen Fräspfad für eine Tasche aus einer oder mehreren ausgewählten Taschen

* [[Image:Path_Drilling.png|32px]] [[Path_Drilling|Drilling]]: Erzeugt den Pfad für eine oder mehrere Bohrungen

* [[Image:Path-Engrave.png|32px]] [[Path_Engrave|Engrave]]: Erzeugt einen Pfad für Gravuren

* [[Image:Path-Face.png|32px]] [[Path_MillFace|Mill Face]]: Erzeugt einen Pfad zum Planen von Oberflächen

* [[Image:Path-Helix.png|32px]] [[Path_Helix|Helix]]: Erzeugt einen Helixförmigen Fräspfad

* [[Image:Path-3DPocket.png|32px]] [[Path_Pocket_3D|3D Pocket]]: Erzeugt einen Fräspfad für eine 3D Tasche

===Path Fräspfad Erweiterungen===

* [[Image:Path_Dressup.png|32px]] [[Path_DressupDogbone|Dogbone Dressup]]: Fügt dem ausgewählten Pfad eine "dogbone" Erweiterung zu

* [[Image:Path_Dressup.png|32px]] [[Path_DressupDragKnife|Dragknife Dressup]]: Ändert den ausgewählten Pfad für den Einsatz eines Zugmessers

* [[Image:Path_Dressup.png|32px]] [[Path_DressupLeadInOut|Lead In Dressup]]: Fügt dem ausgewählten Pfad eine horizontale Anfahrrampe zu

* [[Image:Path_Dressup.png|32px]] [[Path_DressupRampEntry|Ramp Entry Dressup]]: Fügt dem ausgewählten Pfad eine vertikale Anfahrrampe zu

* [[Image:Path_Dressup.png|32px]] [[Path_DressupTag|Tag Dressup]]: Fügt dem ausgewählten Pfad eine Erweiterung für Haltestege zu

===Zusätzliche Kommandos===

* [[Image:Path_SelectionPlane.png|32px]] [[Path_Plane|Plane]]: Wechselt die Arbeitsebene der Maschine

* [[Image:Path_Fixture.png|32px]] [[Path_Fixture|Fixture]]: Verschiebt den Nullpunkt der Maschine.

* [[Image:Path_ToolLenthOffset.png|32px]] [[Path_ToolLengthOffset|Tool Length Offset]]: Wechselt den Offset des Werkzeugs

* [[Image:Path_Comment.png|32px]] [[Path_Comment|Comment]]: Fügt einen Kommentar in den G-Code eines Pfades ein.

* [[Image:Path_Stop.png|32px]] [[Path_Stop|Stop]]: Inserts a full stop of the machine

* [[Image:Path_Custom.png|32px]] [[Path_Custom|Custom]]: Inserts custom G-code

* [[Image:Path_GcodeFromShape.png|32px]] [[Path_FromShapes|Gcode From a Shape]]: Creates a path object from a selected Part object

===Path Modification===

* [[Image:Path_Copy.png|32px]] [[Path_Copy|Copy]]: Creates a parametric Copie of a selected path object

* [[Image:Path_Array.png|32px]] [[Path_Array|Array]]: Creates an array by duplicating a selected path

* [[Image:Path_SimpleCopy.png|32px]] [[Path_SimpleCopy|Simple Copy]]: Creates a non-parametric copy of a selected path object

===Other===

* [[Image:Path-3DSurface.png|32px]] [[Path_Surface|3D Surface]]: Creates a path for a 3D surface

* [[Image:Path-Area.png|32px]] [[Path_Area|Feature area]]: Creates a feature area from selected objects

* [[Image:Path-Area-Workplane.png|32px]] [[Path_Area_Workplane|Feature area workplane]]: Creates a feature area workplane

* [[File:Path_Sanity.png|32px]] [[Path_Sanity|Path Errors]]: Überprüft den ausgewählten Job auf fehlende Angaben

== Scripting ==

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 ==

[[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:43, 17 March 2024

Redirect to: