CAM Engrave/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "{{Docnav/de |Slot |Deburr |CAM |IconL=CAM_Slot.svg |IconR=CAM_Deburr.svg |IconC=Workbench_CAM.svg }}")
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{{UnfinishedDocu{{#translation:}}}}
{{UnfinishedDocu{{#translation:}}}}


{{Docnav
{{Docnav/de
|[[Path_Slot|Slot]]
|[[CAM_Slot/de|Slot]]
|[[Path_Deburr|Deburr]]
|[[CAM_Deburr/de|Deburr]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench/de|CAM]]
|IconL=Path_Slot.svg
|IconL=CAM_Slot.svg
|IconR=Path_Deburr.svg
|IconR=CAM_Deburr.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
}}
}}


{{GuiCommand/de
{{GuiCommand/de
|Name=Path Engrave
|Name=CAM Engrave
|Name/de=Path Gravieren
|Name/de=CAM Gravieren
|MenuLocation=Path → Gravieren
|MenuLocation=CAM → Gravieren
|Workbenches=[[Path_Workbench/de|Path]]
|Workbenches=[[CAM_Workbench/de|CAM]]
}}
}}


Line 21: Line 21:
==Beschreibung==
==Beschreibung==


The [[Image:Path_Engrave.svg|24px]] [[Path_Engrave|Engrave]] tool is primarily for engraving a [[Image:Draft_ShapeString.svg|24px]] [[Draft_ShapeString|Draft ShapeString]] onto a part. However, it may be useful for other kinds of 2D.
The [[Image:CAM_Engrave.svg|24px]] [[CAM_Engrave|Engrave]] tool is primarily for engraving a [[Image:Draft_ShapeString.svg|24px]] [[Draft_ShapeString|Draft ShapeString]] onto a part. However, it may be useful for other kinds of 2D.


<span id="Usage"></span>
<span id="Usage"></span>
Line 88: Line 88:




{{Docnav
{{Docnav/de
|[[Path_Slot|Slot]]
|[[CAM_Slot/de|Slot]]
|[[Path_Deburr|Deburr]]
|[[CAM_Deburr/de|Deburr]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench/de|CAM]]
|IconL=Path_Slot.svg
|IconL=CAM_Slot.svg
|IconR=Path_Deburr.svg
|IconR=CAM_Deburr.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
}}
}}


{{Path_Tools_navi{{#translation:}}}}
{{CAM_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 11:05, 5 April 2024

Diese Dokumentation ist noch nicht fertiggestellt. Bitte hilf mit und trage etwas zur Dokumentation bei.

Die Seite GuiBefehl Modell erklärt, wie Befehle dokumentiert werden sollten. Unter Category:UnfinishedDocu findest du weitere unvollständige Seiten wie diese (und unter Category:UnfinishedDocu/de unvollständige Übersetzungen). Siehe Category:Command Reference für sämtliche Befehle (und Category:UnfinishedDocu/de für vorhandene Übersetzungen).

Siehe WikiSeiten, um zu lernen, wie die Wiki-Seiten bearbeitet werden und FreeCAD Unterstützen, um andere Wege zu entdecken, wie du einen Beitrag leisten kannst.

CAM Gravieren

Menüeintrag
CAM → Gravieren
Arbeitsbereich
CAM
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Keiner

Beschreibung

The Engrave tool is primarily for engraving a Draft ShapeString onto a part. However, it may be useful for other kinds of 2D.

Anwendung

Empty

Optionen

Empty

Eigenschaften

Daten

Base

  • DatenPlacement:
  • DatenLabel: User name of the object (UTF-8)

Depth

  • DatenClearance Height: The height needed to clear clamps and obstructions
  • DatenFinal Depth: Final Depth of Tool- lowest value in Z
  • DatenSafe Height: The above which Rapid motions are allowed.
  • DatenStart Depth: Starting Depth of Tool- first cut depth in Z
  • DatenStep Down: Incremental Step Down of Tool

Path

  • DatenActive: Make False, to prevent operation from generating code
  • DatenBase: The base geometry for this operation
  • DatenComment: An optional comment for this operation
  • DatenCoolant Mode: Coolant mode for this operation
  • DatenCycle Time: Estimated cycle time for this operation
  • DatenStart Vertex: The vertex index to start the path from
  • DatenTool Controller: The tool controller that will be used to calculate the path
  • DatenUser Label: User assigned label

Hidden

  • DatenBase Object:
  • DatenBase Shapes:
  • DatenExpression Engine:
  • DatenLabel2:
  • DatenPath:
  • DatenProxy:
  • DatenVisibility:

View

Empty

Scripting

Siehe auch: FreeCAD Grundlagen Skripten.

Beispiel:

#Place code example here.