0
708views
2D Milling Toolpaths
1 Answer
0
3views

CNC milling toolpaths are broadly classified as 2D, 3D, 4-¬‐axis, and 5-¬‐axis, depending on the number of axes involved and how they move. The term, 2D, is a bit of a misnomer because all modern CNC machines control at least three axis and all three axes move at one time or another for every 2D machining operation. A more accurate term, 21/2 D, is commonly used in CNC manufacturing. 2D (Prismatic) Parts

$2\frac{1}{2}$ D milling toolpaths machine only in the XY plane. The Z axis is used only to position the tool at depth. The move to the cutting plane is a straight down feed, rapid, ramp or helical feed move.

Figure shows a prismatic part. All machined features lie parallel to the XY plane. Each Z-¬‐level can be machined by positioning the tool at a fixed Z level and then moving the XY axes to remove material.. Every feature can be reached with the tool approaching either from the Front or Bottom views. There are several cutting planes in this example, including the model top (1), top of the face where the holes start (2), the bottom of the pocket (3) where the slots begin, the bottom of the slots (4), and the bottom of the hole through the center (5).

enter image description here

Figure : Prismatic Part

3D refers to non-¬‐prismatic parts, including molds and complex organic shapes. Most consumer goods, for example, include 3D features. Figure 3 shows half of a stamping die. This part is typical in that it includes both 3D and 2D features. The 2D features are the top face (1) , and the outside contour (2).

3D features, like the revolved surfaces (3) and fillet (4), require more complex machine motion. The revolved surfaces require XZ tool motion. The fillet requires XYZ tool motion. Even the flat (5) and cavity roughing (though technically planar) require 3D toolpaths because the adjacent revolved surfaces and fillet must be considered to prevent gouging the part.

enter image description here

Figure 3: 3D Part

CAD Features vs. Machining Features

Parts designed in CAD software are composed of features, including Extruded Cuts, Fillets, Chamfers, and Holes. A CNC milling machine creates these features using machining operations like Face, 2D Contour, 2D Pocket, and various Drilling operations. Knowing which machining operation to use to make which feature is sometimes obvious. For example, the slots are created using a Slot Mill pocketing operation, the large extruded cut using 2D Pocket, and the Chamfer using Chamfer milling.

However, sometimes these decisions are not so obvious. For example, the hole through the part center could be created using Drill, 2D Contour, 2D Pocket or Circular Pocket milling. You may wonder, is the large flat (where the holes begin) a 2D Contour or 2D Pocket? Furthermore, which features on this part should be machined from the Top and which from the bottom?

The operations the CNC programmer chooses and their sequence depends on a bewildering number of factors, including feature size, tool used, capabilities of the machine, feature tolerance and how the part is gripped. .

To begin with, in most cases you want to first machine the side of a 2D part that has the most features; finishing as much of the part as possible with the first CNC setup. This is often the Front view of a part designed in CAD software.

Please log in to add an answer.