Introduction
Importing geometry lets the machine know the shape to cut or drill. It saves time by using designs from CAD software directly.
Jump into concepts and practice - no test required
IMPORT_GEOMETRY 'filename.extension' // or LOAD_GEOMETRY 'filename.extension'
IMPORT_GEOMETRY 'part1.dxf'LOAD_GEOMETRY 'model1.iges'IMPORT_GEOMETRY 'square.dxf'
// Start machining the imported square
M06 T1
G00 X0 Y0
G01 X50 Y0 F100
G01 X50 Y50
G01 X0 Y50
G01 X0 Y0
M30IMPORT_DXF 'part.dxf' SET_ORIGIN 0,0 MILL_PROFILE
IMPORT_DXF part.dxf SET_ORIGIN 0,0 MILL_PROFILE