Created
March 27, 2018 19:35
-
-
Save machinekoder/671b7fcf80b7260ef84397101f6b7abf to your computer and use it in GitHub Desktop.
DXF Postprocessor for Dxf2GCode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Number format] | |
post_decimals = 3 | |
pre_decimal_zero_padding = 0 | |
signed_values = 0 | |
pre_decimals = 4 | |
decimal_seperator = . | |
post_decimal_zero_padding = 1 | |
[Program] | |
cutter_comp_left = | |
feed_change = | |
cutter_comp_off = | |
rap_pos_plane = | |
lin_mov_depth = | |
tool_change = | |
rap_pos_depth = | |
cutter_comp_right = | |
lin_mov_plane = LINE%nl 8%nl 1%nl 10%nl %XA %nl 20%nl %YA %nl 11%nl %XE %nl 21%nl %YE %nl 0%nl | |
arc_int_ccw = ARC%nl 8%nl 1%nl 10%nl %XO%nl 20%nl %YO%nl 40%nl %R%nl 50%nl %AngA%nl 51%nl %AngE%nl 0%nl | |
arc_int_cw = ARC%nl 8%nl 1%nl 10%nl %XO%nl 20%nl %YO%nl 40%nl %R%nl 50%nl %AngA%nl 51%nl %AngE%nl 0%nl | |
[Line numbers] | |
use_line_nrs = 0 | |
line_nrs_step = 10 | |
line_nrs_begin = 10 | |
[General] | |
write_to_stdout = 0 | |
export_ccw_arcs_only = 0 | |
cancel_cc_for_depth = 0 | |
output_format = dxf | |
code_end = ENDSEC | |
0 | |
EOF | |
abs_export = 1 | |
code_begin = 0 | |
SECTION | |
2 | |
ENTITIES | |
0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment