Path Helix

    From FreeCAD Documentation

    This documentation is not finished. Please help and contribute documentation.

    GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

    See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

    Path Helix.svg Path Helix

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

    Description

    The Path Helix.svg Path Helix tool appends a helical clearing operation to the Job. Clockwise Helix outputs (G2) G-Code commands. Counterclockwise outputs (G3) G-Code commands. Step Over percentage specifies the concentric step-over as a percentage of the Tool diameter. One or more helical paths will be created at progressively different diameters, to clear the hole.

    Usage

    • Select the Workbench Path.svg Path Workbench.
    • Select the Path Helix.svg icon or PathPath Helix.svg Helix from the top menu. This opens the Path Helix.svg Helix configuration panel.
    • You will be prompted with a "Choose a Tool Controller" pop-up window to select a Tool Controller. In older versions, in the Path Helix.svg Operation tab, choose a Tool controller and confirm by pressing Apply.
    • Open the Base Geometry tab. All available holes compatible with the Helix tool in the Job Model will be selectable for processing. In the 3D view select the holes by their edge or wall face and add them with the Add button. Check that they appear in the list. Confirm that the list matches the holes that are intended for processing.
    • To remove holes select them in the list and press the Remove button.
    • Ensure Start Depth, Final Depth and Step Down (the pitch of the helix) are correct, and adjust if not.
    • Ensure Safe and Clearance Heights are correct, and adjust if not.
    • In the Operation tab, specify the helix Starting surface (outside/inside), Direction (CW/CCW), and Step Over percentage.
    • Click Apply to create or update the path, OK to apply and close the panel, or Cancel to abort and close the panel.

    Options

    Extra Offset adds a margin of material to be left unmachined. This is typically to allow a light finishing pass as a separate operation.

    Comments

    • Step Down is not respected exactly. It is always rounded to give a complete number of turns from Start Depth to Final Depth.
    • Similarly Step Over is not respected exactly. It is always rounded to give a number of equal steps.

    The feedrate parameter is constant across all cuts and is based on the position of the tool's axis, thus actual feedrate of the cutting edge of the tool can vary considerably between the inner most cut and the outside surface. If the job dimensions produce a path diameter smaller than the tool diameter, this can lead to much faster cutting speeds than the feedrate given for the tool in the tool controller. This may need to considered when selecting "feed and speeds" for the job.

    Properties

    Data

    Empty

    View

    Empty

    Scripting

    See also: FreeCAD Scripting Basics.

    Example:

    #Place code example here.