EditCNC G-code editor and DNC software |
|
| home | features | free trial | purchase | support | dnc settings | | TRY FOR FREE! |
|
|
CNC programming efficiently... |
1. A job with many holes that have to be spotted, drilled, and tapped. Your CAD/CAM will repeat the hole pattern for each tool. Each tool has to be set up in the CAD/CAM, and instructed to process the points. All this takes time. After processing, the hole pattern is listed in full for each tool. This may make the CNC file hundreds of lines longer than necessary!
N10 G00 G20 G40 G49 G80 G90 G98
Consider doing it this way:
N10 G00 G20 G40 G49 G80 G90 G98
N1000 (P1000: HOLE PATTERN)
2. A job with several identical pockets, each with roughing and finishing cuts. If programmed on your CAD/CAM, every move makes a line in the CNC file. Use the CAD/CAM to make one pocket, and, as in the example above, convert the cuts to a subprogram to be repeated. You can use the G90/G91 facility in EditCNC to convert the pocket cuts to incremental coordinates. That way, the subprogram can be repeated anywhere on the machine. |
|
Any suggestions for this page from our users would be appreciated, not only by us, but other CNC programmers. |