# add setup G-code commandscmd G21cmd G90cmd G64 P0.01cmd G17cmd G40cmd G49# configure settingsset_precision 0.01set_tool_diameter 3set_move_z 5set_base_z 0set_cut_z -3.2set_cut_z_step 1.1set_feed_drill 100set_feed_mill 200set_layer_mode path_by_path# read drawingread_dxf logo.dxf# generate G-code for actual cuttingcut_inside holescut_outside border# add finishing G-code commandscmd M2# write G-code to output filewrite_ngc logo.ngc