The Thread strategy is used for turning OD, ID, cylindrical and conical threads. The CNC control must have built-in support for synchronizing the spindle and feed.
Access: |
Ribbon:
CAM tab
![]() ![]() ![]() |
Select the type of coolant that should be used with the tool. Output options will vary depending on the machine capabilities and machine postprocessor configuration.
A tailstock can be used to support the open end of the workpiece. This is particularly useful when the workpiece is relatively long and slender, or large and heavy. Failing to use a tailstock can cause the workpiece to flex while being cut, causing poor surface finish (chatter) and inaccuracies.
For this option to take effect, your machine needs a programmable tailstock and your post processor has to be configured to write the code your specific machine needs. Once configured, the post will output the appropriate code to extend the tailstock forward at the beginning of the operation and retract the tailstock backward at the end of the operation.
Outside Threading
The tool approaches from/retracts to the outside of the stock and machines along the spindle axis (axially). |
![]() |
Inside Threading
The tool approaches from/retracts to the centerline and machines axially. |
![]() |
Enable to automatically adjust the spindle speed to maintain a constant surface speed between the tool and the workpiece as the cutting diameter changes . Constant Surface Speed (CSS) is specified using G96 on most machines.
The cutting speed expressed as the speed of the tool across the part surface. Expressed as Ft/min or M/min depending on the current Units setting.
The rotational speed of the spindle.
Specifies the maximum allowed spindle speed when using Constant Surface Speed (CSS).
Enable to switch from Distance over Time (In/Min or MM/min), to Feed Per Revolution (IPR or MMPR). This type of feedrate creates a constant chip load regardless of the spindle RPM.
Feed used in cutting moves. Input based on the Use Feed per Revolution setting and the current Units.
Feed used when leading in to a cutting move. Input based on the Use Feed per Revolution setting and the current Units.
Feed used when leading out from a cutting move. Input based on the Use Feed per Revolution setting and the current Units.
Selection button for faces to be threaded.
Toolpaths can be contained within a specific region using the Confinement button to select confinement boundaries. Confinement regions can be defined with a combination of edges, surfaces, or sketch points.
Specifies the distance to machine beyond the frontside of the model. Positive lengthens the starting position. Negative shortens the starting position and can actually start further into the part.
Zero Frontside Offset
Starts the toolpathat the edge of the stock. |
![]() |
Positive Frontside Offset
Starts the toolpath further away from the cutting area. |
![]() |
Specifies the distance to machine beyond the backside of the model. Positive lengthens the position at the end of the cut. Negative shortens the total threading distance, at the end of the cut.
Zero Backside Offset
Ends the toolpath at the end of the cutting area. |
![]() |
Negative Backside Offset
Ends the toolpath to shorten the cutting area. |
![]() |
Makes the stock backside offset apply from the front side.
The Radii tab allows you to set a radial containment area for machining. These parameters are color coded for easy identification.
![]() |
Order for Radii Containment. |
Shown in Orange, this controls the radius where the tool rapids to at the start and end of the toolpath. The tool approaches from and retracts to this position.
Shown in Orange, "From" sets the Clearance radius reference position. The reference can be in relation to the Stock, the Model, a specified Radius, Diameter, or any of the other Radial positions. This reference position can be shifted with a positive or negative offset value.
Use this offset to shift the position relative to the Reference point selected above. You can make positive or negative adjustments as needed.
![]() |
In This Example... |
Shown in Dark Green, this controls the position above the surface you plan to machine. This is the radius where the tool retracts to between cuts.
Shown in Dark Green, "From" sets the Retract reference position. The reference can be in relation to the Stock, the Model, a specified Radius, Diameter, or any of the other Radial positions. This reference position can be shifted with a positive or negative offset value.
Same function as the Clearance Offset shown above.
Also known as the Cut Tolerance, this Tolerance is for toolpath generation and geometry triangulation. Any additional filtering tolerances, like Smoothing, must be added to this tolerance to get the Total Tolerance for the cut..
![]() |
![]() |
Loose Tolerance .100 |
Tight Tolerance .001 |
CNC machine motion is controlled using G1 line and G2 G3 arc commands. To accommodate this, Inventor CAM 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
A tighter tolerance will result in a more accurate path with smaller line segments. 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. Each can be a problem depending on your situation. Inventor CAM will calculate quickly on almost any computer. But if you have an older NC control with limited memory and a machine with slower axis drives, the toolpath motion might appear jumpy. This is a phenomenon known as data starvation. This Tolerance, along with Smoothing, can reduce your program size and improve your machines performance.
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 machines. 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.
![]() |
![]() |
Right Handed Threads |
Left Handed Threads |
Specifies the thread depth. Shown below as "T", the thread depth is the Major Dia. - Minor Dia. / 2. ( T = D - d ÷ 2 )
"D" = Major Dia. - "d" = Minor Dia. - "P" = Thread Pitch - "T" = Thread Depth
Specifies the number of cuts to complete the full thread depth.
Specifies the thread pitch. The Pitch is the distance of 1 thread. For inch threads it's 1 ÷ the number of threads per inch (TPI). A 1/2-13 thread the pitch would be 1÷13 = .0769. For metric threads the pitch is as stated. For an M16 x 2, the thread pitch is 2mm .
Enable to activate multiple lead threads.
Specifies the number of thread leads.
The infeed is the depth of cut per pass and is critical in threading. The Infeed Mode is used to define how the tool should feed into the part. Each pass engages a larger portion of the cutting edge of the insert. There are three infeed mode options.
Constant infeed - With this option, the cutting force and metal removal rate can increase dramatically from one pass to the next. Example: When producing a 60 degree thread form using a constant 0.010 inch infeed per pass, the second pass removes three times the amount of metal as the first pass. The amount of metal removed continues to grow exponentially with each subsequent pass. | ![]() |
Reduced infeed - This option maintains more realistic cutting forces and reduces the depth of cut with each pass. It avoids the increased metal removal rate of constant infeed. Normally set to 1/2 the insert angle, or slightly less ( 60° ÷ 2 - .5° = 29.5°). This it is the recommended setting. | ![]() |
Alternate Flanking - This option is similar to Reduced infeed, but alternates the in-feed motion from side to side for each subsequent depth cut. | ![]() |
Specifies the infeed angle. Normally set to 1/2 the insert angle, or slightly less ( 60° ÷ 2 - .5° = 29.5°). This it is the recommended setting.
Enable to lift the thread off of the part gradually, just before reaching the end of the cut.
Enable to perform the final finishing pass twice to remove stock left due to tool deflection. Also referred to as a spring cut.
Enable to force the postprocessor to output the threading as canned cycle. May requires postprocessor modifications.
Specifies the desired number of increments to step down, to achieve the final depth.
Controls how the tool should retract to the clearance diameter after every cutting pass. or just retract a short distance away from the job. The distance is determined by the Safe Distance value.
![]() |
![]() |
Full retraction - completely retracts the tool to the Retract Height at the end of the pass before moving above the start of the next pass. | Minimum retraction - moves straight up to the lowest height where the tool clears the workpiece, plus any specified safe distance. |
Used to define how the tool should position at the start of the operation and the end of the operation. The default position is in reference to the Safe Z as defined in the Setup. You can override the Setup Safe Z position with the options shown below.
Approach Z - Defines how the tool will position before the start of the toolpath.
Retract Z - Defines how the tool will position after completing the toolpath.
Enable to redefine the Reference position for the Safe Z retract.
Safe Z Reference - Select the new reference position to set the Safe Z retract.
Safe Z Offset
Set the distance to shift from the reference position specified above.
![]() WCS Reference and Offset Distance |
![]() WCS Reference and Offset Distance |
![]() Stock Front Reference and Offset Distance |
![]() Stock Back Reference and Offset Distance |