--
--
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/8de98f61-7caf-405f-aa4e-75a27cc56233n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dxf2gcode-users/CAPOA9D2rqueH70wRt%3DafY0HDctW6seLiumTPZk1nNnf_C4xYiQ%40mail.gmail.com.
Did you attach the example file, like i asked to? Or is this happening to any file?
To view this discussion on the web visit https://groups.google.com/d/msgid/dxf2gcode-users/5f59b66d-28fe-49d5-9d85-c625bbdd7c28n%40googlegroups.com.
I just tried it with one of my files.
Not Optimized
(* SHAPE Nr: 1 *)
G0 X -12.222 Y -7.750
Optimized
(* SHAPE Nr: 1 *)
G0 X -12.222 Y 6.733
I can see same result as in picture. ….
I will check your file …
Regards
Christian
Von: dxf2gco...@googlegroups.com [mailto:dxf2gco...@googlegroups.com] Im Auftrag von Lip
Gesendet: Freitag, 9. April 2021 22:11
An: dxf2gco...@googlegroups.com
Betreff: Re: [dxf2gcode-users] DXF2GCODE TSP (path optimization question)
Dear Christian,
--
--
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/CA%2BLkLVONNixTeoy9ySOLfGKR5%3D86PHZ6biRZ%2BmfRqKmpqkuwWQ%40mail.gmail.com.
This is not a shape / contour which can be optimized. You can create several circles as an example. But this seems to be several lines or a polyline. Order is already given by dxf I guess or by connectiong the lines. ….
Regards
Christian
Von: Christian Kohlöffel [mailto:christian....@googlemail.com]
Gesendet: Sonntag, 11. April 2021 13:26
An: 'dxf2gco...@googlegroups.com' <dxf2gco...@googlegroups.com>
Betreff: AW: [dxf2gcode-users] DXF2GCODE TSP (path optimization question)
I just tried it with one of my files.
Not Optimized
(* SHAPE Nr: 1 *)
G0 X -12.222 Y -7.750
Optimized
(* SHAPE Nr: 1 *)
G0 X -12.222 Y 6.733
I can see same result as in picture. ….
I will check your file …
Regards
Christian
Von: dxf2gco...@googlegroups.com [mailto:dxf2gco...@googlegroups.com] Im Auftrag von Lip
Gesendet: Freitag, 9.
April 2021 22:11
An: dxf2gco...@googlegroups.com
Betreff: Re: [dxf2gcode-users] DXF2GCODE TSP (path optimization question)
Dear Christian,
--
--
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/CA%2BLkLVONNixTeoy9ySOLfGKR5%3D86PHZ6biRZ%2BmfRqKmpqkuwWQ%40mail.gmail.com.
Von: dxf2gco...@googlegroups.com [mailto:dxf2gco...@googlegroups.com] Im Auftrag von Lip
Gesendet: Sonntag, 11. April 2021 19:16
An: dxf2gco...@googlegroups.com
Betreff: Re: [dxf2gcode-users] DXF2GCODE TSP (path optimization question)
So you are saying the DXF2GCODE path optimization is not about finding the total shortest path for drilling.
The actual TSP (Travel Salesman Path) optimization algorithm find exactly that, what order the "cities" should be visited to reduce travel distances, in our case, the cities are holes in a drilling order.
ð I did use a TSP alogrith with is based on population and mutations of that. It’s able to find the local minium the abolut minimum is dependent on how many iterations you do ….
Then I understand the DXF2GCODE optimization is not related to that, and yes for selecting which shape should be selected next.
??
If I consider each drilling hole a shape, it should do it, but DXF can't consider drilling holes as a "point", but circles.
I am not sure about that, I am not a Autocad specialist. The CAD Tool I used was able to do it (a long time ago since I really did it).
This is why I needed to produce a polyline, just to position the drilling spots and trying to see how the "optimization" of DXF2Gcode works, obviously it doesn't for that.
A polyline cannot be optimzed ….
To solve that, I use a "cross" 1mm x 1mm intersecting (combined) on each drill spot in Coreldraw, and my own software to convert that to "Xnnn Ynnn" gcode numbers, and during the process I really apply my own TSP algorithm. Doing the Atom E3827 processor, 25x27mm chip, 1170 pins, it reduced the total CNC head drilling movement from 1020mm to 830mm, the gain is not very substantial, but more aligned drilling seems more logical and less prone to failures. One of my work colleagues seeing me writing the code was saying "stop reinventing the wheel, since DXF2CGODE does that", finally I can say, it does not.
Well i think it does J, but not for drills in the way you expect them. As this was never the intention of DXF2GCODE ….
Below my software final optimized drilling path, 1170 holes, CNC time 147 minutes, drill bit 0.35mm diameter.
Nice ….
I also did try 3 different TSP algorithm and I I think it’s fun to do it. So why not newly inventing the wheel. One of them can still be found here in the python examples. I think I did also code the ACS (Ant Colony System algorithm).:
Thank you for your help, tests and participation.
Cheers,
--
--
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/CA%2BLkLVMkOBdB_%2BkAsUV3OYw8gEBjxXKtz__s12oHar6Svb2nmQ%40mail.gmail.com.