CAM Profile: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
{{GuiCommand|Name=Path Profile|Workbenches=[[Path Workbench|Path]]|MenuLocation=Path → New Operation → Profile|Shortcut=P,P|SeeAlso=}}
{{GuiCommand|Name=Path Profile|Workbenches=[[Path Workbench|Path]]|MenuLocation=Path → New Operation → Profile|Shortcut=P,P|SeeAlso=}}


==Description==
==Description== <!--T:2-->


<!--T:3-->
This tool creates a profiling operation, starting from a selected face of a [[Part Module|Part]]-based object.
This tool creates a profiling operation, starting from a selected face of a [[Part Module|Part]]-based object.


<!--T:4-->
[[Image:Path profile example.jpg]]
[[Image:Path profile example.jpg]]


==Usage==
==Usage== <!--T:5-->


<!--T:6-->
# Select a face on a [[Part Module|Part]]-based object. Alternatively, also select a starting edge on that face.
# Select a face on a [[Part Module|Part]]-based object. Alternatively, also select a starting edge on that face.
# Press the {{KEY|[[Image:Path Profile.png|16px]] [[Path Profile|Profile]] button
# Press the {{KEY|[[Image:Path Profile.png|16px]] [[Path Profile|Profile]] button
# Adjust the desired properties
# Adjust the desired properties


==Options==
==Options== <!--T:7-->


<!--T:8-->
* The Path Profile object is made to be part of a [[Path Project]]. To correctly configure the profiling, a tool table must be present in the project's machine object, and a [[Path ToolNumberToLoad|Tool Change]] command must be placed before the profile.
* The Path Profile object is made to be part of a [[Path Project]]. To correctly configure the profiling, a tool table must be present in the project's machine object, and a [[Path ToolNumberToLoad|Tool Change]] command must be placed before the profile.


==Properties==
==Properties== <!--T:9-->


<!--T:10-->
* {{PropertyData|Active}}: Make False, to prevent operation from generating code
* {{PropertyData|Active}}: Make False, to prevent operation from generating code
* {{PropertyData|Use Placements}}: make True, if using the profile operation placement properties to transform toolpath in post processor
* {{PropertyData|Use Placements}}: make True, if using the profile operation placement properties to transform toolpath in post processor
* {{PropertyData|Tool Number}}: The tool number in use
* {{PropertyData|Tool Number}}: The tool number in use


===Depth Properties===
===Depth Properties=== <!--T:11-->


<!--T:12-->
* {{PropertyData|Clearance Height}}: The height needed to clear clamps and obstructions
* {{PropertyData|Clearance Height}}: The height needed to clear clamps and obstructions
* {{PropertyData|Step Down}}: Incremental Step Down of Tool
* {{PropertyData|Step Down}}: Incremental Step Down of Tool
Line 34: Line 41:
* {{PropertyData|Comment}}: An optional comment for this profile
* {{PropertyData|Comment}}: An optional comment for this profile


===Feed Properties===
===Feed Properties=== <!--T:13-->


<!--T:14-->
* {{PropertyData|Vert Feed}}: Feed rate for vertical moves in Z
* {{PropertyData|Vert Feed}}: Feed rate for vertical moves in Z
* {{PropertyData|Horiz Feed}}: Feed rate for horizontal moves
* {{PropertyData|Horiz Feed}}: Feed rate for horizontal moves


===Start Point Properties===
===Start Point Properties=== <!--T:15-->


<!--T:16-->
* {{PropertyData|Start Point}}: The start point of this path
* {{PropertyData|Start Point}}: The start point of this path
* {{PropertyData|Use Start Point}}: make True, if specifying a Start Point
* {{PropertyData|Use Start Point}}: make True, if specifying a Start Point
Line 46: Line 55:
* {{PropertyData|LeadIn Line Len}}: length of straight segment of toolpath that comes in at angle to first part edge
* {{PropertyData|LeadIn Line Len}}: length of straight segment of toolpath that comes in at angle to first part edge


===End Point Properties===
===End Point Properties=== <!--T:17-->


<!--T:18-->
* {{PropertyData|Use End Point}}: make True, if specifying an End Point
* {{PropertyData|Use End Point}}: make True, if specifying an End Point
* {{PropertyData|Extend At End}}: extra length of tool path after end of part edge
* {{PropertyData|Extend At End}}: extra length of tool path after end of part edge
Line 53: Line 63:
* {{PropertyData|End Point}}: The end point of this path
* {{PropertyData|End Point}}: The end point of this path


===Profile Properties===
===Profile Properties=== <!--T:19-->


<!--T:20-->
* {{PropertyData|Side}}: Side of edge that tool should cut
* {{PropertyData|Side}}: Side of edge that tool should cut
* {{PropertyData|Direction}}: The direction that the toolpath should go around the part ClockWise CW or CounterClockWise CCW
* {{PropertyData|Direction}}: The direction that the toolpath should go around the part ClockWise CW or CounterClockWise CCW

Revision as of 16:35, 23 January 2016

Path Profile

Menu location
Path → New Operation → Profile
Workbenches
Path
Default shortcut
P,P
Introduced in version
-
See also
None

Description

This tool creates a profiling operation, starting from a selected face of a Part-based object.

Usage

  1. Select a face on a Part-based object. Alternatively, also select a starting edge on that face.
  2. Press the {{KEY| Profile button
  3. Adjust the desired properties

Options

  • The Path Profile object is made to be part of a Path Project. To correctly configure the profiling, a tool table must be present in the project's machine object, and a Tool Change command must be placed before the profile.

Properties

  • DataActive: Make False, to prevent operation from generating code
  • DataUse Placements: make True, if using the profile operation placement properties to transform toolpath in post processor
  • DataTool Number: The tool number in use

Depth Properties

  • DataClearance Height: The height needed to clear clamps and obstructions
  • DataStep Down: Incremental Step Down of Tool
  • DataUse Start Depth: make True, if manually specifying a Start Start Depth
  • DataStart Depth: Starting Depth of Tool- first cut depth in Z
  • DataFinal Depth: Final Depth of Tool- lowest value in Z
  • DataRetract Height: The height desired to retract tool when path is finished
  • DataComment: An optional comment for this profile

Feed Properties

  • DataVert Feed: Feed rate for vertical moves in Z
  • DataHoriz Feed: Feed rate for horizontal moves

Start Point Properties

  • DataStart Point: The start point of this path
  • DataUse Start Point: make True, if specifying a Start Point
  • DataExtend At Start: extra length of tool path before start of part edge
  • DataLeadIn Line Len: length of straight segment of toolpath that comes in at angle to first part edge

End Point Properties

  • DataUse End Point: make True, if specifying an End Point
  • DataExtend At End: extra length of tool path after end of part edge
  • DataLeadOut LineLen: length of straight segment of toolpath that comes in at angle to last part edge
  • DataEnd Point: The end point of this path

Profile Properties

  • DataSide: Side of edge that tool should cut
  • DataDirection: The direction that the toolpath should go around the part ClockWise CW or CounterClockWise CCW
  • DataRollRadius: Radius at start and end
  • DataOffsetExtra: Extra value to stay away from final profile- good for roughing toolpath
  • DataSegLen: Tesselation value for tool paths made from beziers, bsplines, and ellipses