Jump to content

Path: Gravură

From FreeCAD Documentation
This page is a translated version of the page CAM Engrave and the translation is 0% complete.
Outdated translations are marked like this.

Path Engrave

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

Descriere

Path Engrave este în primul rând pentru gravarea pe ShapeString pe o piesă. Cu toate acestea, Engrave poate fi util pentru alte tipuri de lucrări 2D

The CAM Engrave command is primarily for engraving a Draft ShapeString onto a part. It can also be used with other flat 2D geometry, for example imported SVG-based shapes.

Usage

  1. There are several ways to invoke the command:
    • Press the Engrave button.
    • Select the CAM → Engrave option from the menu.
  2. In the Base Geometry section, select the geometry to engrave.
    • A Draft ShapeString can be used.
    • Other flat 2D geometry, such as imported SVG-based shapes, can also be used.
    • When possible, select the whole flat shape instead of selecting many individual edges in the 3D View.
  3. In the Depths section, check and adjust the depth settings as required.
  4. Confirm the operation.

Options

  • Base: The geometry to engrave.
  • Clear: Clears the current geometry selection.

Properties

Data

Base

  • DatePlacement:
  • DateLabel: User name of the object (UTF-8)

Depth

  • DateClearance Height: The height needed to clear clamps and obstructions
  • DateFinal Depth: Final Depth of Tool- lowest value in Z
  • DateSafe Height: The above which Rapid motions are allowed.
  • DateStart Depth: Starting Depth of Tool- first cut depth in Z
  • DateStep Down: Incremental Step Down of Tool

Path

  • DateActive: Make False, to prevent operation from generating code
  • DateBase: The base geometry for this operation
  • DateComment: An optional comment for this operation
  • DateCoolant Mode: Coolant mode for this operation
  • DateCycle Time: Estimated cycle time for this operation
  • DateStart Vertex: The vertex index to start the path from
  • DateTool Controller: The tool controller that will be used to calculate the path
  • DateUser Label: User assigned label

Hidden

  • DateBase Object:
  • DateBase Shapes:
  • DateExpression Engine:
  • DateLabel2:
  • DatePath:
  • DateProxy:
  • DateVisibility:

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.