CAM Helix

From FreeCAD Documentation
Revision as of 18:58, 24 February 2020 by Kunda1 (talk | contribs) (moved templates out of translation tags + typo fix)

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

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

Description

The Path Helix command appends a helical interpolation Operation to the Job. Clockwise Helix interpolation 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.

Usage

  • Select the Path Workbench
  • Select the icon or Path Helix from the top menu. This opens the configuration panel.
  • Choose a Tool controller and confirm by pressing Apply
  • All available holes compatible to the Helix tool in the Job Model will be selectable for processing. Upon acknowledging, the tool will create a path for those listed in the Base Geometry tab. Confirm that the list matches the holes that are intended for processing. Adjust using add, enable, or disable, as necessary. Note that holes can also be selected by their edge as well as by their wall faces.
  • Ensure Start Depth, Final Depth and step down 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 point, Direction, 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

Empty

Properties

Data

Empty

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.