CAM Engrave/pl: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:


{{Docnav
{{Docnav
|[[Path_Slot|Slot]]
|[[CAM_Slot|Slot]]
|[[Path_Deburr|Deburr]]
|[[CAM_Deburr|Deburr]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|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
{{GuiCommand
|Name=Path Engrave
|Name=CAM Engrave
|MenuLocation=Path → Engrave
|MenuLocation=CAM → Engrave
|Workbenches=[[Path_Workbench|Path]]
|Workbenches=[[CAM_Workbench|CAM]]
}}
}}


==Description==
==Description==


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.


==Usage==
==Usage==
Line 83: Line 83:


{{Docnav
{{Docnav
|[[Path_Slot|Slot]]
|[[CAM_Slot|Slot]]
|[[Path_Deburr|Deburr]]
|[[CAM_Deburr|Deburr]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|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 14:13, 26 March 2024

Ta dokumentacja nie jest ukończona. Prosimy o pomoc w tworzeniu dokumentacji.

Strona Model polecenia GUI wyjaśnia jak powinny być dokumentowane polecenia. Przejrzyj stronę Category:UnfinishedDocu, aby zobaczyć więcej niekompletnych stron, takich jak ta. Zobacz stronę Category:Command Reference aby poznać wszystkie komendy.

Zobacz stronę wytycznych Wikidla FreeCAD aby dowiedzieć się, jak edytować strony Wiki, i przejdź do strony Pomóż w rozwoju FreeCAD, aby dowiedzieć się o innych sposobach, w jakie możesz wnieść swój wkład.

CAM Engrave

Menu location
CAM → Engrave
Workbenches
CAM
Default shortcut
None
Introduced in version
-
See also
None

Description

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

Usage

Empty

Options

Empty

Properties

Data

Base

  • DANEPlacement:
  • DANELabel: User name of the object (UTF-8)

Depth

  • DANEClearance Height: The height needed to clear clamps and obstructions
  • DANEFinal Depth: Final Depth of Tool- lowest value in Z
  • DANESafe Height: The above which Rapid motions are allowed.
  • DANEStart Depth: Starting Depth of Tool- first cut depth in Z
  • DANEStep Down: Incremental Step Down of Tool

Path

  • DANEActive: Make False, to prevent operation from generating code
  • DANEBase: The base geometry for this operation
  • DANEComment: An optional comment for this operation
  • DANECoolant Mode: Coolant mode for this operation
  • DANECycle Time: Estimated cycle time for this operation
  • DANEStart Vertex: The vertex index to start the path from
  • DANETool Controller: The tool controller that will be used to calculate the path
  • DANEUser Label: User assigned label

Hidden

  • DANEBase Object:
  • DANEBase Shapes:
  • DANEExpression Engine:
  • DANELabel2:
  • DANEPath:
  • DANEProxy:
  • DANEVisibility:

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.