BlinkenArea - GitList
Repositories
Blog
Wiki
dxfngc
Code
Commits
Branches
Tags
Search
Tree:
b62f528
Branches
Tags
master
dxfngc
examples
logo.txt
logo example
Stefan Schuermans
commited
b62f528
at 2013-05-20 13:06:25
logo.txt
Blame
History
Raw
# 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