FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!


GuiCommand: Name: CAM MillFace MenuLocation: CAM , Face Workbenches: CAM_Workbench

CAM MillFace

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

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 BoundaryShape 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

{{TitleProperty|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.

  • Placement: Overall placement [position and rotation] of the object - with respect to the origin (or origin of parent object container)

  • Angle

    : Angle in degrees applied to rotation of the object around Axis property value

-   
    **Axis**

    : Axis (one or multiple) around which to rotate the object, set in sub-properties: X, Y, Z

    -   
        **X**

        : X axis value

    -   
        **Y**

        : Y axis value

    -   
        **Z**

        : Z axis value

-   
    **Position**

    : Position of the object, set in sub-properties: X, Y, Z - with respect to the origin (or origin of parent object container)

    -   
        **X**

        : X distance value

    -   
        **Y**

        : Y distance value

    -   
        **Z**

        : Z distance value
  • Label: User-provided name of the object (UTF-8)

{{TitleProperty|Depth}}

  • Clearance Height: The height needed to clear clamps and obstructions

  • Final Depth: Final Depth of Tool- lowest value in Z

  • Finish Depth: Maximum material removed on final pass.

  • Safe Height: The above which Rapid motions are allowed.

  • Start Depth: Starting Depth of Tool- first cut depth in Z

  • Step Down: Incremental Step Down of Tool

{{TitleProperty|Face}}

  • BoundaryShape: Shape to use for calculating Boundary

  • ClearEdges: Clear edges of surface (Only applicable to BoundBox)

  • ExcludeRaisedAreas: Exclude milling raised areas inside the face.

  • Offset Pattern: Clearing pattern to use. (Select in which manner the horizontal movements should be done.)

{{TitleProperty|Path}}

  • Active: Make False, to prevent operation from generating code

  • Base: The base geometry for this operation

  • Comment: An optional comment for this Operation

  • Coolant Mode: The coolant mode for this operation.

  • Cycle Time: The cycle time estimation for this operation.

  • Tool Controller: Defines the Tool controller used in the Operation

  • User Label: User assigned label

{{TitleProperty|Pocket}}

  • Cut Mode: The direction that the toolpath should go around the part ClockWise (CW) or CounterClockWise (CCW)

  • Extra Offset: Extra offset to apply to the operation. Direction is operation dependent.

  • StartAt: Start pocketing at center or boundary

  • Step Over: Percent of cutter diameter to step over on each pass

  • Zig Zag Angle: Angle of the zigzag pattern

  • Offset Pattern: Clearing pattern to use

  • Min Travel: Use 3D Sorting of Path

  • Keep Tool Down: Attempts to avoid unnecessary retractions.

{{TitleProperty|Rotation}}

  • Attempt Inverse Angle: Automatically attempt Inverse Angle if initial rotation is incorrect.

  • Enable Rotation: Enable rotation to gain access to pockets or areas not normal to Z axis.

  • Inverse Angle: Inverse the angle of the rotation. Example: change a rotation from -22.5 to 22.5 degrees.

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

  • Reverse Direction: Reverse orientation of Operation by 180 degrees.

{{TitleProperty|Start Point}}

  • Start Point: The custom start point for the path of this operation.

  • X

    : X distance value

-   
    **Y**

    : Y distance value

-   
    **Z**

    : Z distance value
  • Use 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.

{{CAM_Tools_navi}}


⏵ documentation index > CAM > CAM MillFace

This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/CAM_MillFace.md

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub