CAM SetupSheet: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
No edit summary
Line 10: Line 10:


<!--T:11-->
<!--T:11-->
SetupSheets are particularly useful when saved with a [[Job Template]].
SetupSheets are particularly useful when saved with a [[Path_ExportTemplate|Job Template]].


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

Revision as of 21:25, 8 February 2018

Description

Using a SetupSheet allows the user to customize how the various property values for operations will be calculated. The user always has the option to override the SetupSheet values with an explicit value or change the way SetupSheet values are calculated.

Since SetupSheets are part of the Path Job, values do not changes the default behavior of Path. Rather, they change only the behaviour within the context of the current job.

SetupSheets are particularly useful when saved with a Job Template.

Properties

  • DataVertRapid: Sets the Vertical Rapid Rate in new Tool Controllers. (Used in post processors that support customizable Rapid rates)
  • DataHorizRapid: Sets the Horizontal Rapid Rate in new Tool Controllers. (Used in post processors that support customizable Rapid rates)
  • DataSafeHeightOffset: The usage of this field depends on SafeHeightExpression (see below)
  • Data SafeHeightExpression: The result of this expression will be used to set the Safe Height of operations.
  • DataClearanceHeightOffset: The usage of this field depends on ClearanceHeightExpression (see below)
  • DataClearanceHeightExpression: The result of this expression will be used to set the Clearance Height of operations.
  • DataStartDepthExpression: The result of this expression will be used to set the StartDepth property of operations.
  • Data FinalDepthExpression: The result of this expression will be used to set the FinalDepth property of operations.
  • DataStepDownExpression: The result of this expression will be used to set the StepDown property of operations.
    1. Operation Parameters

The following are pulled from OpFinalDepth - The value of the FinalDepth property OpStartDepth - The value of the FinalDepth property OpToolDiameter - The value of the Tool Diameter property of the Tool Controller referenced by the operation.


SetupSheet Values

Other values in the SetupSheet can be referenced directly:

  • SetupSheet.ClearanceHeightOffset
  • SetupSheet.SafeHeightOffset
  • StartDepth
  • SafeHeightOffset
  • SafeHeightExpression
  • ClearanceHeightOffset
  • ClearanceHeightExpression
  • StartDepthExpression
  • FinalDepthExpression
  • StepDownExpression
Other languages: