# add setup G-code commands cmd G21 cmd G90 cmd G64 P0.01 cmd G17 cmd G40 cmd G49 # configure settings set_precision 0.01 set_tool_diameter 3 set_move_z 5 set_base_z 0 set_cut_z -3.2 set_cut_z_step 1.1 set_feed_drill 100 set_feed_mill 200 set_layer_mode path_by_path # read drawing read_dxf logo.dxf # generate G-code for actual cutting cut_inside holes cut_outside border # add finishing G-code commands cmd M2 # write G-code to output file write_ngc logo.ngc