Problem with G2 G3

76 views
Skip to first unread message

Piergiorgio Panzone

unread,
Nov 25, 2021, 2:46:53 AM11/25/21
to dxf2gcode-users
Good morning,
I have an ECS2600 CNC (OLD) that reads GCODE when dxf2gcode generates the arcs G2/G3 I from I and J with wrong coordinates not absolute and I am in error in graphics how should I modify the postprocessor? Thanks and sorry for the English.

Christian Kohlöffel

unread,
Nov 25, 2021, 1:50:19 PM11/25/21
to dxf2gco...@googlegroups.com

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.

Reply all
Reply to author
Forward
0 new messages