2D Chamfer reference

The 2D Chamfer is used to create a beveled edge on the part. Select from Edges or Sketches. A tapered tool is required.

Select the sharp edge on a part without modeled chamfers. If the Chamfer is modeled, select the lower edge of the chamfer.

Sharp Edge Selection.

Modeled Edge Selection.

Manufacture > Milling > 2D > 2D Chamfer 2d chamfer icon

Interested in a structured lesson on 2D Chamfer? 2D Chamfer Mill Lesson

tool tab icon Tool tab settings

2d chamfer dialog tool tab

Coolant

Select the type of coolant used with the machine tool. Not all types will work with all machine postprocessors.

Feed & Speed

Spindle and Feedrate cutting parameters.

geometry tab icon Geometry tab settings

2d chamfer dialog geometry tab

Geometry

You can select Edges or Sketches. Contiguous geometry is automatically chained.

Contour Selections

Select the sharp edge on a part without modeled chamfers. If the Chamfer is modeled, select the lower edge of the chamfer.

Tangential Extension Distance

Used on open contours to extend the beginning and end of the selected chain or multiple chains. This creates a tangent linear extension based on the angle of the start and end points. This is an extension of the selected geometry.

  1. No Extension
  2. 12mm Extension
  3. Single pass - Long extension
  4. Multiple Finish Passes set to 2

If the extension distance causes an overlap of a single chain, the intersection will be trimmed into a closed boundary.

Note: You can use the Stock Contours option to force the toolpath past the defined Stock or a selected boundary. Great for irregular shapes. For an additional extension to the toolpath, go to the '''Passes Tab''' and use the '''Tangential Fragment Extension Distance

Separate Tangential End Extension

Enable this option to enter a different end extension length value.

Tangential End Extension Distance

Specifies the distance to extend the end position.

tangential end extension distance diagram

16mm Start Extension & 5mm End Extension

Tool Orientation

Specifies how the tool orientation is determined using a combination of triad orientation and origin options.

The Orientation drop-down menu provides the following options to set the orientation of the X, Y, and Z triad axes:

The Origin drop-down menu offers the following options for locating the triad origin:

Model

Enable to override the model geometry (surfaces/bodies) defined in the setup.

Include Setup Model

Enabled by default, the model selected in the setup is included in addition to the model surfaces selected in the operation. If you disable this checkbox, then the toolpath is generated only on the surfaces selected in the operation.

heights tab icon Heights tab settings

2d chamfer dialog heights tab

Clearance Height

The Clearance height is the first height the tool rapids to on its way to the start of the tool path.

clearance height diagram

Clearance Height

Offset

The Offset is applied and is relative to the Clearance height selection in the above drop-down list.

Retract Height

Retract height sets the height that the tool moves up to before the next cutting pass. Retract height should be set above the Feed height and Top. Retract height is used together with the subsequent offset to establish the height.

retract height diagram

Retract Height

Offset

The Offset is applied and is relative to the Retract height selection in the above drop-down list.

Feed Height

Feed height sets the height that the tool rapids to before changing to the feed/plunge rate to enter the part. Feed height should be set above the Top. A drilling operation uses this height as the initial feed height and the retract peck height. Feed height is used together with the subsequent offset to establish the height.

feed height diagram

Feed Height

Offset

The Offset is applied and is relative to the Feed height selection in the above drop-down list.

Top Height

Top height sets the height that describes the top of the cut. Top height should be set above the Bottom. Top height is used together with the subsequent offset to establish the height.

top height diagram

Top Height

Offset

The Offset is applied and is relative to the Top height selection in the above drop-down list.

Bottom Height

Bottom height determines the final machining height/depth and the lowest depth that the tool descends into the stock. Bottom height needs to be set below the Top. Bottom height is used together with the subsequent offset to establish the height.

bottom height diagram

Bottom Height

Offset

The Offset is applied and is relative to the Bottom height selection in the above drop-down list.

passes tab icon Passes tab settings

2d chamfer dialog passes tab

Tolerance

The tolerance used when linearizing geometry such as splines and ellipses. The tolerance is taken as the maximum chord distance.

   
tolerance loose tolerance tight
Loose Tolerance .100 Tight Tolerance .001

CNC machine contouring motion is controlled using line G1 and arc G2 G3 commands. To accommodate this, Fusion approximates spline and surface toolpaths by linearizing them; creating many short line segments to approximate the desired shape. How accurately the toolpath matches the desired shape depends largely on the number of lines used. More lines result in a toolpath that more closely approximates the nominal shape of the spline or surface.

Data Starving

It is tempting to always use very tight tolerances, but there are trade-offs including longer toolpath calculation times, large G-code files, and very short line moves. The first two are not much of a problem because Fusion calculates very quickly and most modern controls have at least 1MB of RAM. However, short line moves, coupled with high feedrates, may result in a phenomenon known as data starving.

Data starving occurs when the control becomes so overwhelmed with data that it cannot keep up. CNC controls can only process a finite number of lines of code (blocks) per second. That can be as few as 40 blocks/second on older machines and 1,000 blocks/second or more on a newer machine like the Haas Automation control. Short line moves and high feedrates can force the processing rate beyond what the control can handle. When that happens, the machine must pause after each move and wait for the next servo command from the control.

Compensation Type

Specifies the compensation type.

Note: Control compensation (including Wear and Inverse wear) is only done on finishing passes.

Finishing Overlap

The finishing overlap is the distance that the tool passes beyond the entry point before leading out. Specifying a finishing overlap ensures that the material at the entry point is properly cleared.

No finishing overlap

0.25" finishing overlap

Note: The finishing overlap follows the selected contour, so it is safe to specify a large overlap.

Chamfer width

The amount to adjust the chamfer size.

Chamfer width added to sharp edge

  • For sharp edge selections this is the final width of the chamfer
  • For chamfered edges selections this can add additional offset width to a modeled chamfer. Similar to using stock to leave

Chamfer tip offset

The amount to extend the tool tip past the edge of the chamfer.

chamfer tip offset diagram

Chamfer Clearance

This value specifies how far the tool needs to stay away from model geometry that is not being chamfered.

chamfer clearance diagram

Smoothing

Smooths the toolpath by removing excessive points and fitting arcs where possible within the given filtering tolerance.

   
smoothing off smoothing on
Smoothing Off Smoothing On

Smoothing is used to reduce code size without sacrificing accuracy. Smoothing works by replacing collinear lines with one line and tangent arcs to replace multiple lines in curved areas.

The effects of smoothing can be dramatic. G-code file size may be reduced by as much as 50% or more. The machine will run faster and more smoothly and surface finish improves. The amount of code reduction depends on how well the toolpath lends itself to smoothing. Toolpaths that lay primarily in a major plane (XY, XZ, YZ), like parallel paths, filter well. Those that do not, such as 3D Scallop, are reduced less.

Smoothing Tolerance

Specifies the smoothing filter tolerance.

Smoothing works best when the Tolerance (the accuracy with which the original linearized path is generated) is equal to or greater than the Smoothing (line arc fitting) tolerance.

Note: Total tolerance, or the distance the toolpath can stray from the ideal spline or surface shape, is the sum of the cut Tolerance and Smoothing Tolerance. For example, setting a cut Tolerance of .0004 in and Smoothing Tolerance of .0004 in means the toolpath can vary from the original spline or surface by as much as .0008 in from the ideal path.

Feed Optimization

Specifies that the feed should be reduced at corners.

Maximum Directional Change

Specifies the maximum angular change allowed before the feedrate is reduced.

Reduced Feed Radius

Specifies the minimum radius allowed before the feed is reduced.

Reduced Feed Distance

Specifies the distance to reduce the feed before a corner.

Reduced Feedrate

Specifies the reduced feedrate to be used at corners.

Only Inner Corners

Enable to only reduce the feedrate on inner corners.

linking tab icon Linking tab settings

2d chamfer dialog linking tab

High Feedrate Mode

Specifies when rapid movements should be output as true rapids (G0) and when they should be output as high feedrate movements (G1).

This parameter is usually set to avoid collisions at rapids on machines which perform "dog-leg" movements at rapid.

High Feedrate

The feedrate to use for rapid movements output as G1 instead of G0.

Allow Rapid Retract

When enabled, retracts are done as rapid movements (G0). Disable to force retracts at lead-out feedrate.

Safe Distance

Minimum distance between the tool and the part surfaces during retract moves. The distance is measured after stock to leave has been applied, so if a negative stock to leave is used, special care should be taken to ensure that safe distance is large enough to prevent any collisions.

Lead-In (Entry)

Enable to generate a lead-in.

lead-in diagram

Lead-in

Horizontal Lead-In Radius

Specifies the radius for horizontal lead-in moves.

entry radius diagram Horizontal lead-in radius

Lead-In Sweep Angle

Specifies the sweep of the lead-in arc.

Sweep angle @ 90 degrees

Sweep angle @ 45 degrees

Linear Lead-In Distance

Specifies the length of the linear lead-in move for which to activate radius compensation in the controller.

entry distance diagram

Linear lead-in distance

Perpendicular

Replaces tangential extensions of lead-in/lead-out arcs with a move perpendicular to the arc.

entry perpendicular diagram

Shown with Perpendicular entry/exit

Example: A bore with lead arcs that are as large as possible (the larger the arc the less chance of dwell mark), and where a tangent linear lead is not possible because it would extend into the side of the bore.

Vertical Lead-In Radius

The radius of the vertical arc smoothing the entry move as it goes from the entry move to the toolpath itself.

entry radius diagram - vertical

Vertical lead-in radius

Lead-Out (Exit)

Enable to generate a lead-out.

lead-out diagram

Lead-out

Same as Lead-In

Specifies that the lead-out definition should be identical to the lead-in definition.

Horizontal Lead-Out Radius

Specifies the radius for horizontal lead-out moves.

exit radius diagram

Horizontal lead-out radius

Lead-Out Sweep Angle

Specifies the sweep of the lead-out arc.

Linear Lead-Out Distance

Specifies the length of the linear lead-out move for which to deactivate radius compensation in the controller.

exit distance diagram

Linear lead-out distance

Perpendicular

Replaces tangential extensions of lead-in/lead-out arcs with a move perpendicular to the arc.

entry perpendicular diagram

Shown with Perpendicular entry/exit

Example: A bore with lead arcs that are as large as possible (the larger the arc the less chance of dwell mark),and where a tangent linear lead is not possible because it would extend into the side of the bore.

Vertical Lead-Out Radius

Specifies the radius of the vertical lead-out.

exit radius diagram - vertical

Vertical lead-out radius

Entry Positions

Select geometry near the location where you want the tool to enter.