CAM: Grawer

From FreeCAD Documentation
(Redirected from Path Engrave/pl)
This page is a translated version of the page CAM Engrave and the translation is 4% complete.

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.