Path: Găurire

From FreeCAD Documentation
Revision as of 11:01, 20 August 2021 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Path Drilling

Menu location
Path → Drilling
Workbenches
Path
Default shortcut
P,D
Introduced in version
-
See also
None

Descriere

The Drilling command generates a drilling Operation in the Job.

Above: Path Drilling operation sample

Usage

  • Selectați Instrumentul de găurire din Path->menu sau butonul GUI și apăsați.
  • Alegeți un instrument de control din fereastra de selecție din meniul contextual și confirmați apăsând OK.
  • Găurile disponibile pentru procesare cu acest diametru de sculă vor popula lista în Tab-ul Geometrie de bază. Confirmați că lista se potrivește cu găurile destinate prelucrării și ajustați adăugarea, activarea sau dezactivarea după cum este necesar. Găurile pot fi adăugate prin selectarea fețelor de perete ale găurilor.
  • Asigurați adâncimea, adâncimea finală este corectă și reglați dacă este necesar.
  • Asigurați-vă că înălțimile, înălțimile de siguranță și înălțimea sunt corecte și ajustați dacă nu.
  • În fila Operare, specificați Înălțimea retragerii, Perioada Peck și Perioada de așteptare în secunde. Activați Peck, Dwell, și Utilizați lungimea vârfului sculei, dacă este necesar.

Notes

  • When using edges for Base Geometry, always select the bottom edge of the hole.
  • Always verify the tool chosen is the correct diameter for the hole(s) selected.
  • Peck disabled generates (G81 canned drill cycles). Peck enabled generates (G83 canned drill cycles).
  • Dwell enabled is currently unsupported, but is intended to generate (G82 canned drill cycles).

Properties

Note : Not all of these Properties are available in the Task Window Editor. Some are only accessible in the Data tab of the Properties View panel for this Operation.

Base

Note: It is suggested that you do not edit the Placement property of path operations. Rather, move or rotate the Path Job model as needed.

  • DatePlacement: Overall placement[position and rotation] of the object - with respect to the origin (or origin of parent object container)
    • DateAngle: Angle in degrees applied to rotation of the object around Axis property value
    • DateAxis: Axis(one or multiple) around which to rotate the object, set in sub-properties: x, y, z
      • DateX: x axis value
      • DateY: y axis value
      • DateZ: z axis value
    • DatePosition: Position of the object, set in sub-properties: x, y, z - with respect to the origin (or origin of parent object container)
      • DateX: x distance value
      • DateY: y distance value
      • DateZ: z distance value
  • DateLabel: User-provided name of the object (UTF-8)
  • DateDisabled: List of disabled features

Depth

  • DateClearance Height: The height needed to clear clamps and obstructions
  • DateFinal Depth: Final Depth of Tool- lowest value in Z
  • DateSafe Height: The height above which Rapid motions are allowed. (Rapid safety height between locations)
  • DateStart Depth: Starting depth of Tool - first cut depth in Z

Drill

  • DateAdd Tip Length: Calculate the tip length and subtract from final depth
  • DateDwell Enabled: Enable dwell
  • DateDwell Time: The time to dwell between peck cycles
  • DatePeck Depth: Incremental Drill depth before retracting to clear chips
  • DatePeck Enabled: Enable pecking
  • DateRetract Height: The height where feed starts and height during retract tool when path is finished
  • DateReturn Level: Controls how tool retracts Default=G98

Path

  • DateActive: make False, to prevent operation from generating code
  • DateComment: An optional comment for this Operation
  • DateUser Label: User assigned label
  • DateTool Controller: Defines the Tool controller used in the Operation

Rotation (when available)

  • DateAttempt Inverse Angle: Automatically attempt Inverse Angle if initial rotation is incorrect.
  • DateB_Axis Error Override: Visually orient B(y) rotations to model (error in FreeCAD rendering).
  • DateEnable Rotation: Enable rotation to gain access to holes not normal to Z axis.
  • DateInverse Angle: Inverse the angle of the rotation. Example: change a rotation from -22.5 to 22.5 degrees.
  • DateReverse Direction: Reverse orientation of Operation by 180 degrees.

Tasks Window Editor Layout

Descriptions for the settings are provided in the Properties list above. This section is simply a layout map of the settings in the window editor for the Operation.

Base Geometry

  • Add: adds selected element(s) which should be the base(s) for the path(s)
  • Delete: delete the selected item(s) in the Base Geometry list
  • Clear: clear all items in the Base Geometry list

Base Location

  • Add: add an (X,Y) coordinate location to the current drilling operation.
  • Remove: remove the selected location item(s) from the Base Location list
  • Edit: edit the selected location item

Depth

  • DateStart Depth
  • DateFinal Depth

Height

  • DateSafe Height
  • DateClearance Height

Operation

  • DateTool Controller
  • DateRetract Height
  • DatePeck
  • DatePeck Depth
  • DateDwell
  • DateDwell Time
  • DateUse Tip Length

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.