CAM MillFace/pl: Difference between revisions

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


{{Docnav
{{Docnav
|[[Path_Drilling|Drilling]]
|[[CAM_Drilling|Drilling]]
|[[Path_Helix|Helix]]
|[[CAM_Helix|Helix]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_Drilling.svg
|IconL=CAM_Drilling.svg
|IconR=Path_Helix.svg
|IconR=CAM_Helix.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
}}
}}


{{GuiCommand
{{GuiCommand
|Name=Path MillFace
|Name=CAM MillFace
|MenuLocation=Path → Face
|MenuLocation=CAM → Face
|Workbenches=[[Path_Workbench|Path]]
|Workbenches=[[CAM_Workbench|CAM]]
}}
}}


== Description ==
== Description ==


The [[Image:Path_MillFace.svg|24px]] [[Path_MillFace|Mill Face]] tool creates a path to perform a facing operation on a horizontal surface. This operation is generally used:
The [[Image:CAM_MillFace.svg|24px]] [[CAM_MillFace|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 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,
* 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,
Line 31: Line 31:
# 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.
# 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.
# There are several ways to invoke the command:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Path_MillFace.svg|16px]] [[Path_MillFace|Path MillFace]]}} button.
#* Press the {{Button|[[Image:CAM_MillFace.svg|16px]] [[CAM_MillFace|CAM MillFace]]}} button.
#* Select the {{MenuCommand|Path → [[Image:Path_MillFace.svg|16px]] Face}} option from the menu.
#* Select the {{MenuCommand|CAM → [[Image:CAM_MillFace.svg|16px]] Face}} option from the menu.
# Select the correct {{PropertyData|BoundaryShape}} setting to modify the milling area based on the face(s) selected as {{MenuCommand|Base Geometry}}.
# Select the correct {{PropertyData|BoundaryShape}} setting to modify the milling area based on the face(s) selected as {{MenuCommand|Base Geometry}}.
# Adjust the other properties as needed. They are listed further below.
# Adjust the other properties as needed. They are listed further below.
Line 40: Line 40:
*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.
*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 path 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 ''Path'' menu.
*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.


== Vertical face milling ==
== Vertical face milling ==


* 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 ''Path'' 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|tree view]].
* This tool will not work on a '''vertical plane''' or vertical non planar surface. Vertical operations can be achieved by using the [[CAM_Profile|face profile]] tool or [[CAM_Profile|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 [[CAM_DressupPathBoundary|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|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.
* This will work on compound surfaces such as several vertical planes or cylindrical surfaces joined together, so long as they form one continuous surface.


Line 59: Line 59:
{{TitleProperty|Base}}
{{TitleProperty|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.
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.


* {{PropertyData|Placement}}: Overall placement[position and rotation] of the object - with respect to the origin (or origin of parent object container)
* {{PropertyData|Placement}}: Overall placement [position and rotation] of the object - with respect to the origin (or origin of parent object container)
** {{PropertyData|Angle}}: Angle in degrees applied to rotation of the object around Axis property value
** {{PropertyData|Angle}}: Angle in degrees applied to rotation of the object around Axis property value
** {{PropertyData|Axis}}: Axis(one or multiple) around which to rotate the object, set in sub-properties: x, y, z
** {{PropertyData|Axis}}: Axis (one or multiple) around which to rotate the object, set in sub-properties: X, Y, Z
*** {{PropertyData|X}}: x axis value
*** {{PropertyData|X}}: X axis value
*** {{PropertyData|Y}}: y axis value
*** {{PropertyData|Y}}: Y axis value
*** {{PropertyData|Z}}: z axis value
*** {{PropertyData|Z}}: Z axis value
** {{PropertyData|Position}}: Position of the object, set in sub-properties: x, y, z - with respect to the origin (or origin of parent object container)
** {{PropertyData|Position}}: Position of the object, set in sub-properties: X, Y, Z - with respect to the origin (or origin of parent object container)
*** {{PropertyData|X}}: x distance value
*** {{PropertyData|X}}: X distance value
*** {{PropertyData|Y}}: y distance value
*** {{PropertyData|Y}}: Y distance value
*** {{PropertyData|Z}}: z distance value
*** {{PropertyData|Z}}: Z distance value
* {{PropertyData|Label}}: User-provided name of the object (UTF-8)
* {{PropertyData|Label}}: User-provided name of the object (UTF-8)


Line 91: Line 91:
{{TitleProperty|Path}}
{{TitleProperty|Path}}


* {{PropertyData|Active}}: make False, to prevent operation from generating code
* {{PropertyData|Active}}: Make False, to prevent operation from generating code
* {{PropertyData|Base}}: The base geometry for this operation
* {{PropertyData|Base}}: The base geometry for this operation
* {{PropertyData|Comment}}: An optional comment for this Operation
* {{PropertyData|Comment}}: An optional comment for this Operation
Line 114: Line 114:
* {{PropertyData|Attempt Inverse Angle}}: Automatically attempt Inverse Angle if initial rotation is incorrect.
* {{PropertyData|Attempt Inverse Angle}}: Automatically attempt Inverse Angle if initial rotation is incorrect.
* {{PropertyData|Enable Rotation}}: Enable rotation to gain access to pockets or areas not normal to Z axis.
* {{PropertyData|Enable Rotation}}: Enable rotation to gain access to pockets or areas not normal to Z axis.
* {{PropertyData|Inverse Angle}}: Inverse the angle of the rotation. '' '''Example:''' change a rotation from -22.5 to 22.5 degrees.''
* {{PropertyData|Inverse Angle}}: Inverse the angle of the rotation. '' '''Example:''' change a rotation from -22.5 to 22.5 degrees.''
* {{PropertyData|Limit 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.
* {{PropertyData|Limit 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.
* {{PropertyData|Reverse Direction}}: Reverse orientation of Operation by 180 degrees.
* {{PropertyData|Reverse Direction}}: Reverse orientation of Operation by 180 degrees.
Line 121: Line 121:


* {{PropertyData|Start Point}}: The custom start point for the path of this operation.
* {{PropertyData|Start Point}}: The custom start point for the path of this operation.
** {{PropertyData|X}}: x distance value
** {{PropertyData|X}}: X distance value
** {{PropertyData|Y}}: y distance value
** {{PropertyData|Y}}: Y distance value
** {{PropertyData|Z}}: z distance value
** {{PropertyData|Z}}: Z distance value
* {{PropertyData|Use Start Point}}: Make True, if manually specifying a Start Point. Set the start point in the property data Start Point field.
* {{PropertyData|Use Start Point}}: Make True, if manually specifying a Start Point. Set the start point in the property data Start Point field.


Line 142: Line 142:


{{Docnav
{{Docnav
|[[Path_Drilling|Drilling]]
|[[CAM_Drilling|Drilling]]
|[[Path_Helix|Helix]]
|[[CAM_Helix|Helix]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_Drilling.svg
|IconL=CAM_Drilling.svg
|IconR=Path_Helix.svg
|IconR=CAM_Helix.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:15, 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 MillFace

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

Description

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 DANEBoundaryShape 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.

Usage

  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 DANEBoundaryShape 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.

Vertical face milling

  • 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.

Options

Empty

Properties

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

Data

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.

  • DANEPlacement: Overall placement [position and rotation] of the object - with respect to the origin (or origin of parent object container)
    • DANEAngle: Angle in degrees applied to rotation of the object around Axis property value
    • DANEAxis: Axis (one or multiple) around which to rotate the object, set in sub-properties: X, Y, Z
      • DANEX: X axis value
      • DANEY: Y axis value
      • DANEZ: Z axis value
    • DANEPosition: Position of the object, set in sub-properties: X, Y, Z - with respect to the origin (or origin of parent object container)
      • DANEX: X distance value
      • DANEY: Y distance value
      • DANEZ: Z distance value
  • DANELabel: User-provided 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
  • DANEFinish Depth: Maximum material removed on final pass.
  • 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

Face

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

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

Pocket

  • DANECut Mode: The direction that the toolpath should go around the part ClockWise (CW) or CounterClockWise (CCW)
  • DANEExtra Offset: Extra offset to apply to the operation. Direction is operation dependent.
  • DANEStartAt: Start pocketing at center or boundary
  • DANEStep Over: Percent of cutter diameter to step over on each pass
  • DANEZig Zag Angle: Angle of the zigzag pattern
  • DANEOffset Pattern: Clearing pattern to use
  • DANEMin Travel: Use 3D Sorting of Path
  • DANEKeep Tool Down: Attempts to avoid unnecessary retractions.

Rotation

  • DANEAttempt Inverse Angle: Automatically attempt Inverse Angle if initial rotation is incorrect.
  • DANEEnable Rotation: Enable rotation to gain access to pockets or areas not normal to Z axis.
  • DANEInverse Angle: Inverse the angle of the rotation. Example: change a rotation from -22.5 to 22.5 degrees.
  • DANELimit 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.
  • DANEReverse Direction: Reverse orientation of Operation by 180 degrees.

Start Point

  • DANEStart Point: The custom start point for the path of this operation.
    • DANEX: X distance value
    • DANEY: Y distance value
    • DANEZ: Z distance value
  • DANEUse Start Point: Make True, if manually specifying a Start Point. Set the start point in the property data Start Point field.

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.