You need to change in the following area, refer to WIKI:
dxf2gcode / Wiki / Postprocessor Configuration (sourceforge.net)
arc_int_cw = G2 X%XE Y%YE I%I J%J%nl
arc_int_ccw = G3 X%XE Y%YE I%I J%J%nl
You may need to change the I and J values of the lines given above to the format your machine is expecting. Just check example programs which are working to know what your machine requires. The values starting with %will be exchanged by the numbers, refer to WIKI ….
"%I"
The distance between Start and Centre in X
"%-I"
The neg. dis. between Start and Centre in X
"%J"
The distance between Start and Centre in Y
"%-J"
The neg. dis. between Start and Centre in Y
"%XO"
The X Centre of an Arc
"%-XO"
The negative X Centre of an Arc
"%YO"
The Y Centre of an Arc
"%-YO"
The negative Y Centre of an Arc
--
--
You received this message because you subscribed to the Google
Groups-group "dxf2gcode-users".
To post a message, send mail to dxf2gco...@googlegroups.com
To unsubscribe, send mail to dxf2gcode-use...@googlegroups.com
See http://groups.google.de/group/dxf2gcode-users?hl=en for more options
and the dxf2gcode project page at http://code.google.com/p/dxf2gcode/
---
You received this message because you are subscribed to the Google Groups "dxf2gcode-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dxf2gcode-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dxf2gcode-users/9aa936b0-e27d-47e0-9868-63273c27ef63n%40googlegroups.com.