When you create physical models from your 2D and 3D CAD designs, you typically follow this process:
- Export your CAD models.
- Import them into a computer-aided manufacturing or machining (CAM) program.
- Use the CAM program to convert your design into “instructions” called G-codes by defining machining parameters.
G-codes calculate the necessary movement (toolpath) and operation of the tool head to put together the end product. Basically, they instruct a computer numerical control (CNC) machine how to build the physical CAD model out of various materials, using additive and subtractive tools. - Run the machining sequence through a post processor so it’s optimized to meet the specific requirements of the CNC machine you’re using.
- Feed the G-code into the CNC machine controller.
- The CNC machine creates your models by cutting 2D shapes (laser cutter, 2.5D axis router), milling 3D forms (3+ axis router), or printing 3D objects (3D printer).
Note that CNC machines are usually compatible with the following CAD formats:- 2D: SVG, AI, PDF, DXF, and DWG
- 3D: 3MF*, STL, OBJ, DXF, STEP, IGES, DWG, and 3DM
*3MF is the recommended format for 3D.