This programming demonstration is to show how G-Code cutter on commands can be used to enlarge a blind hole, aka - a counter-bore. As shown in the drawing, the feature that must be cut 64 times consists of a 0.35" hole at 0.15 depth followed by a 0.5" straight cut at 0.1" depth. Note that the 0.35" feature is repeated on 1" centers and the straight cut is rotated 45 degrees.
Here is a note about programming time: Because no tool paths had to be designed, it took only 3 minutes to use CAD to snap all the necessary points on the center lines. It took less than one minute to use CNC Construct to complete steps 2 - 5.
View G-Code Program after program beginning and program end were inserted »
View G-Code Program Before Any Edits Made »
The sheet of material was approximately 24" x 12". The machine limits were 22" x 11". The part had to be machined, then flipped top to bottom, machined, then flipped left to right for the final operation. The toolpaths and the CNC program had to be developed accordingly
The steps to complete this programming job were as follows:
Milling operations are typically done in the G17 (X-Y) plane. But by using CAD and CNC Construct, it is possible to use the front view (X-Z) and the right side view (Y-Z) in 2-D CAD to generate CNC programs for planar operations in G18 (X-Z) and G19 (Y-Z) planes.
The steps to complete this programming job were as follows:
This is an an advanced programming example of how to use 2D CAD and CNC Construct to write a program to machine a prismatic part on a 5 axis Gantry Mill.
The steps to complete this programming job were as follows:
View CWS files as extracted by CNC Construct »
View Complete G-Code File »