CAM FlächeFräsen

From FreeCAD Documentation
(Redirected from Path MillFace/de)
This page is a translated version of the page CAM MillFace and the translation is 28% complete.

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 FlächeFräsen

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

Beschreibung

The Mill Face tool creates a path to perform a facing operation on a horizontal surface. This operation is generally used:

  • to smooth out a rough stock surface,
  • to mill selected face(s) to desired depth in preparation for performing subsequent clearing operations within the boundary of the regions affected by this operation,
  • or to apply a finishing surface to the selected face(s).

This operation contains a DatenBoundaryShape property that allows for a modified selection area based upon the selected face(s).

Sample image of Mill Face operation used to prepare stock surface for subsequent clearing operation.
Sample image of Mill Face operation used to prepare stock surface for subsequent clearing operation.

Anwendung

  1. Select one or more faces to be surfaced. Note: If selected faces exist at different heights, then all will be milled to the Final Depth setting.
  2. There are several ways to invoke the command:
    • Press the CAM MillFace button.
    • Select the CAM → Face option from the menu.
  3. Select the correct DatenBoundaryShape setting to modify the milling area based on the face(s) selected as Base Geometry.
  4. Adjust the other properties as needed. They are listed further below.

Caveats

  • Using it on an inclined plane may produce unexpected results: it will still produce a path to cut a horizontal surface. The extent of the cut will be the vertical projection of the inclined plane, performed at a height corresponding to the lowest point in that plane.
  • Since the CAM tools work on the geometry of the selected edges/faces only, and do not relate to the rest of the 3D model, the paths will not go beyond the bounds of the chosen plane, even if it is surrounded by unused stock or air. This will leave unmachined corners. These can sometimes removed with one of the dress-up tools to be found on the CAM menu.

Vertikalflächenfräsen

  • This tool will not work on a vertical plane or vertical non planar surface. Vertical operations can be achieved by using the face profile tool or edge profile tool. These will need the selection of a face or closed loop of edges including the top or bottom edge of the vertical surface desired). The extent of the path can then be reduced using the Boundary Dress-up tool to be found on the CAM menu. With the Dress-up tool, select Create Box option and reduce the size to limit the scope of the profile path. These settings will not allow the origin of the boundary box to be moved, however. This must be done by adjusting the Placement settings in the tree view.
  • This will work on compound surfaces such as several vertical planes or cylindrical surfaces joined together, so long as they form one continuous surface.

Optionen

Empty

Eigenschaften

Note : The names of some Properties in this list differ a little from the same settings used in the Task Window Editor.

Daten

Base

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

  • DatenPlacement: Overall placement [position and rotation] of the object - with respect to the origin (or origin of parent object container)
    • DatenAngle: Angle in degrees applied to rotation of the object around Axis property value
    • DatenAxis: Axis (one or multiple) around which to rotate the object, set in sub-properties: X, Y, Z
      • DatenX: X axis value
      • DatenY: Y axis value
      • DatenZ: Z axis value
    • DatenPosition: Position of the object, set in sub-properties: X, Y, Z - with respect to the origin (or origin of parent object container)
      • DatenX: X distance value
      • DatenY: Y distance value
      • DatenZ: Z distance value
  • DatenLabel: User-provided 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
  • DatenFinish Depth: Maximum material removed on final pass.
  • 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

Face

  • DatenBoundaryShape: Shape to use for calculating Boundary
  • DatenClearEdges: Clear edges of surface (Only applicable to BoundBox)
  • DatenExcludeRaisedAreas: Exclude milling raised areas inside the face.
  • DatenOffset Pattern: Clearing pattern to use. (Select in which manner the horizontal movements should be done.)

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: The coolant mode for this operation.
  • DatenCycle Time: The cycle time estimation for this operation.
  • DatenTool Controller: Defines the Tool controller used in the Operation
  • DatenUser Label: User assigned label

Pocket

  • DatenCut Mode: The direction that the toolpath should go around the part ClockWise (CW) or CounterClockWise (CCW)
  • DatenExtra Offset: Extra offset to apply to the operation. Direction is operation dependent.
  • DatenStartAt: Start pocketing at center or boundary
  • DatenStep Over: Percent of cutter diameter to step over on each pass
  • DatenZig Zag Angle: Angle of the zigzag pattern
  • DatenOffset Pattern: Clearing pattern to use
  • DatenMin Travel: Use 3D Sorting of Path
  • DatenKeep Tool Down: Attempts to avoid unnecessary retractions.

Rotation

  • DatenAttempt Inverse Angle: Automatically attempt Inverse Angle if initial rotation is incorrect.
  • DatenEnable Rotation: Enable rotation to gain access to pockets or areas not normal to Z axis.
  • DatenInverse Angle: Inverse the angle of the rotation. Example: change a rotation from -22.5 to 22.5 degrees.
  • DatenLimit Depth To Face: Enforce the Z-depth of the selected face as the lowest value for final depth. Higher user values for final depth will be observed.
  • DatenReverse Direction: Reverse orientation of Operation by 180 degrees.

Start Point

  • DatenStart Point: The custom start point for the path of this operation.
    • DatenX: X distance value
    • DatenY: Y distance value
    • DatenZ: Z distance value
  • DatenUse Start Point: Make True, if manually specifying a Start Point. Set the start point in the property data Start Point field.

View

Empty

Skripten

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.