CAM Shape/hr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu|png to svg + missing docu}}
{{Docnav
{{Docnav
|[[Path_Custom|Custom]]
|[[Path_Custom|Custom]]
|[[Path_Copy|Copy]]
|[[Path_Copy|Copy]]
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_Custom.png
|IconL=Path_Custom.svg
|IconC=Path-Workbench.svg
|IconC=Workbench_Path.svg
|IconR=Path_Copy.png
|IconR=Path_Copy.svg
}}
}}


Line 22: Line 23:
==Description==
==Description==


Path FromShapes dosn't match the current Path workflow. For that reason it's moved to the experimental features.
Path FromShapes doesn't match the current Path workflow. For that reason it's moved to the experimental features.




Line 62: Line 63:


Example:
Example:
{{Code|code=#Place code example here.}}
{{Code|code=
# Place code example here.
}}


{{Docnav
{{Docnav
Line 68: Line 71:
|[[Path_Copy|Copy]]
|[[Path_Copy|Copy]]
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_Custom.png
|IconL=Path_Custom.svg
|IconC=Path-Workbench.svg
|IconC=Workbench_Path.svg
|IconR=Path_Copy.png
|IconR=Path_Copy.svg
}}
}}


Line 76: Line 79:


{{Userdocnavi}}
{{Userdocnavi}}



{{clear}}
{{clear}}

Revision as of 17:51, 14 February 2020

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.

To use this enable experimental feature you have to enable Experimental Features


Path FromShapes

Menu location
Path → Partial commands → From Shape
Workbenches
Path
Default shortcut
None
Introduced in version
-
See also
None

Description

Path FromShapes doesn't match the current Path workflow. For that reason it's moved to the experimental features.


This tool generates tool-paths from Path Object edges.

Tool-paths are uncompensated for tool radius. There is no Tool controller associated with the generated tool-paths .

Kako koristiti

All edges associated with the 3D Model selection will be included.

  1. Select edges by selecting the entire object from the 3D view or document tree, or by selecting individual edges, or by Faces from the 3D view.
  2. Press the From Shape button

The output tool-path is added outside the Path Job.

Options

All Options provided are available only from the FromShape.Property.Data view, and include:

  • Retraction Axis
  • Retraction Height
  • Resume Height
  • Feed Rate
  • Feed Rate Vertical

Properties

Data

Empty

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

# Place code example here.

Template:Path Tools navi