<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/drl2g/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/drl2g/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 04 Nov 2012 22:16:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/drl2g/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by gralfca</title><link>https://sourceforge.net/p/drl2g/wiki/Home/</link><description>&lt;pre&gt;--- v8
+++ v9
@@ -10,6 +10,14 @@
 ![mindistance](https://sourceforge.net/p/drl2g/screenshot/mindistance.png)
 
 Drl2g can also use the LKH [Lin-Kernighan heuristic](http://en.wikipedia.org/wiki/Lin%E2%80%93Kernighan_heuristic), if  [LKH](http://www.akira.ruc.dk/~keld/research/LKH/) is installed in the filesystem by specifying the command line parameters -alg LKH -with-lkh /path_to_lkh/LKH ( -with-lkh /path_to_lkh/LKH is optional and defaults to /usr/bin/LKH). This is algorithm yields very good results. 
+
+The following image shows the output for this algorithm as read by [linuxcnc](http://www.linuxcnc.org).
+
+command line: "java -jar drl2g.jar -alg LKH --with-lkh /usr/local/bin/LKH -input example.drl -ouput_prefix lkh2"
+
+
+![lkh](https://sourceforge.net/p/drl2g/screenshot/lkh.png)
+
 
 The original path can be preserved by specifying -alg Transparent in the command line parameters. The following image shows the output for this algorithm as read by [linuxcnc](http://www.linuxcnc.org/).
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Sun, 04 Nov 2012 22:16:27 -0000</pubDate><guid>https://sourceforge.neta84d0ed61a7321fafed7b7bf1ba50bdf7c655bf9</guid></item><item><title>WikiPage Home modified by gralfca</title><link>https://sourceforge.net/p/drl2g/wiki/Home/</link><description>&lt;pre&gt;--- v7
+++ v8
@@ -1,6 +1,6 @@
 Welcome !
 
-Drl2g is a tool written in Java for converting Drl files used in the fabrication of [PCB](http://en.wikipedia.org/wiki/Printed_circuit_board). It converts drl files as generated by [Kicad](http://www.kicad-pcb.org/) into gcode that can be executed by [emc2](http://www.linuxcnc.org/).
+Drl2g is a tool written in Java for converting Drl files used in the fabrication of [PCB](http://en.wikipedia.org/wiki/Printed_circuit_board). It converts drl files as generated by design tools such as [Kicad](http://www.kicad-pcb.org/) into gcode that can be executed by [emc2](http://www.linuxcnc.org/).
 
 It also optimizes the path that the machine uses to drill the holes. The included heuristic is the minimum Euclidean distance between points. That is, the next hole to be drilled is the closest one to the present position. This heuristic generally generates efficient paths. 
 The following image shows the output for this algorithm as read by [linuxcnc](http://www.linuxcnc.org).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Sun, 04 Nov 2012 22:13:03 -0000</pubDate><guid>https://sourceforge.net57539012d7c51015071287f8a267c0362e60cde3</guid></item><item><title>WikiPage Home modified by gralfca</title><link>https://sourceforge.net/p/drl2g/wiki/Home/</link><description>&lt;pre&gt;--- v6
+++ v7
@@ -3,7 +3,7 @@
 Drl2g is a tool written in Java for converting Drl files used in the fabrication of [PCB](http://en.wikipedia.org/wiki/Printed_circuit_board). It converts drl files as generated by [Kicad](http://www.kicad-pcb.org/) into gcode that can be executed by [emc2](http://www.linuxcnc.org/).
 
 It also optimizes the path that the machine uses to drill the holes. The included heuristic is the minimum Euclidean distance between points. That is, the next hole to be drilled is the closest one to the present position. This heuristic generally generates efficient paths. 
-The following image shows the output for this algorithm as read by [linuxcnc](linuxcnc).
+The following image shows the output for this algorithm as read by [linuxcnc](http://www.linuxcnc.org).
 
 command line: "java -jar drl2g.jar -input example.drl -ouput_prefix mindistance2"
 
@@ -11,7 +11,7 @@
 
 Drl2g can also use the LKH [Lin-Kernighan heuristic](http://en.wikipedia.org/wiki/Lin%E2%80%93Kernighan_heuristic), if  [LKH](http://www.akira.ruc.dk/~keld/research/LKH/) is installed in the filesystem by specifying the command line parameters -alg LKH -with-lkh /path_to_lkh/LKH ( -with-lkh /path_to_lkh/LKH is optional and defaults to /usr/bin/LKH). This is algorithm yields very good results. 
 
-The original path can be preserved by specifying -alg Transparent in the command line parameters. The following image shows the output for this algorithm as read by [linuxcnc](linuxcnc).
+The original path can be preserved by specifying -alg Transparent in the command line parameters. The following image shows the output for this algorithm as read by [linuxcnc](http://www.linuxcnc.org/).
 
 command line: "java -jar drl2g.jar -alg Transparent -input example.drl -ouput_prefix transparent"
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Sun, 04 Nov 2012 13:20:17 -0000</pubDate><guid>https://sourceforge.neta35d38144e210c827913af3a5f0563a8ad07f103</guid></item><item><title>WikiPage Home modified by gralfca</title><link>https://sourceforge.net/p/drl2g/wiki/Home/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -3,10 +3,19 @@
 Drl2g is a tool written in Java for converting Drl files used in the fabrication of [PCB](http://en.wikipedia.org/wiki/Printed_circuit_board). It converts drl files as generated by [Kicad](http://www.kicad-pcb.org/) into gcode that can be executed by [emc2](http://www.linuxcnc.org/).
 
 It also optimizes the path that the machine uses to drill the holes. The included heuristic is the minimum Euclidean distance between points. That is, the next hole to be drilled is the closest one to the present position. This heuristic generally generates efficient paths. 
+The following image shows the output for this algorithm as read by [linuxcnc](linuxcnc).
+
+command line: "java -jar drl2g.jar -input example.drl -ouput_prefix mindistance2"
+
+![mindistance](https://sourceforge.net/p/drl2g/screenshot/mindistance.png)
 
 Drl2g can also use the LKH [Lin-Kernighan heuristic](http://en.wikipedia.org/wiki/Lin%E2%80%93Kernighan_heuristic), if  [LKH](http://www.akira.ruc.dk/~keld/research/LKH/) is installed in the filesystem by specifying the command line parameters -alg LKH -with-lkh /path_to_lkh/LKH ( -with-lkh /path_to_lkh/LKH is optional and defaults to /usr/bin/LKH). This is algorithm yields very good results. 
 
-The original path can be preserved by specifying -alg Transparent in the command line parameters. 
+The original path can be preserved by specifying -alg Transparent in the command line parameters. The following image shows the output for this algorithm as read by [linuxcnc](linuxcnc).
+
+command line: "java -jar drl2g.jar -alg Transparent -input example.drl -ouput_prefix transparent"
+
+![mindistance](https://sourceforge.net/p/drl2g/screenshot/transparent.png)
 
 This program is released under the [LGPL license](http://www.gnu.org/copyleft/lesser.html).
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Sun, 04 Nov 2012 13:15:20 -0000</pubDate><guid>https://sourceforge.net6e111e3b4ce36caa554b155229b4f61a61e71ac2</guid></item><item><title>WikiPage Home modified by gralfca</title><link>https://sourceforge.net/p/drl2g/wiki/Home/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -4,11 +4,11 @@
 
 It also optimizes the path that the machine uses to drill the holes. The included heuristic is the minimum Euclidean distance between points. That is, the next hole to be drilled is the closest one to the present position. This heuristic generally generates efficient paths. 
 
-Drl2g can also use the LKH [Lin-Kernighan heuristic](http://en.wikipedia.org/wiki/Lin%E2%80%93Kernighan_heuristic), if  [LKH](http://www.akira.ruc.dk/~keld/research/LKH/) is installed in the filesystem. This is an implementation of the LKH polinomial time approximation that yields very good results. 
+Drl2g can also use the LKH [Lin-Kernighan heuristic](http://en.wikipedia.org/wiki/Lin%E2%80%93Kernighan_heuristic), if  [LKH](http://www.akira.ruc.dk/~keld/research/LKH/) is installed in the filesystem by specifying the command line parameters -alg LKH -with-lkh /path_to_lkh/LKH ( -with-lkh /path_to_lkh/LKH is optional and defaults to /usr/bin/LKH). This is algorithm yields very good results. 
 
-Drl2g respects the original path if instructed to do so in the command line inputs. 
+The original path can be preserved by specifying -alg Transparent in the command line parameters. 
 
-Drl2g is released under the [LGPL license](http://www.gnu.org/copyleft/lesser.html).
+This program is released under the [LGPL license](http://www.gnu.org/copyleft/lesser.html).
 
 You can run the program from command line as: 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Sun, 04 Nov 2012 13:01:58 -0000</pubDate><guid>https://sourceforge.neta8a13d3ec96ae5a938cad7a41466cd6d20bb7607</guid></item><item><title>WikiPage Home modified by gralfca</title><link>https://sourceforge.net/p/drl2g/wiki/Home/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -10,5 +10,12 @@
 
 Drl2g is released under the [LGPL license](http://www.gnu.org/copyleft/lesser.html).
 
+You can run the program from command line as: 
+
+java -jar drl2g.jar -input drill_file.drl -ouput_prefix optimized_output
+
+It will generate optimized_output_X.ngc files. One for each tool.
+
+
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Sun, 04 Nov 2012 04:58:17 -0000</pubDate><guid>https://sourceforge.netbd77f713b41fc7f42813c336251fc5d262090c38</guid></item><item><title>WikiPage Home modified by gralfca</title><link>https://sourceforge.net/p/drl2g/wiki/Home/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -2,5 +2,13 @@
 
 Drl2g is a tool written in Java for converting Drl files used in the fabrication of [PCB](http://en.wikipedia.org/wiki/Printed_circuit_board). It converts drl files as generated by [Kicad](http://www.kicad-pcb.org/) into gcode that can be executed by [emc2](http://www.linuxcnc.org/).
 
+It also optimizes the path that the machine uses to drill the holes. The included heuristic is the minimum Euclidean distance between points. That is, the next hole to be drilled is the closest one to the present position. This heuristic generally generates efficient paths. 
+
+Drl2g can also use the LKH [Lin-Kernighan heuristic](http://en.wikipedia.org/wiki/Lin%E2%80%93Kernighan_heuristic), if  [LKH](http://www.akira.ruc.dk/~keld/research/LKH/) is installed in the filesystem. This is an implementation of the LKH polinomial time approximation that yields very good results. 
+
+Drl2g respects the original path if instructed to do so in the command line inputs. 
+
+Drl2g is released under the [LGPL license](http://www.gnu.org/copyleft/lesser.html).
+
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Sat, 03 Nov 2012 22:09:31 -0000</pubDate><guid>https://sourceforge.netf6797540b393dfdb9cbde66242057fd42b36bfbf</guid></item><item><title>WikiPage Home modified by gralfca</title><link>https://sourceforge.net/p/drl2g/wiki/Home/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,6 @@
-Welcome to your wiki!
+Welcome !
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/drl2g/wiki/markdown_syntax/) syntax.
+Drl2g is a tool written in Java for converting Drl files used in the fabrication of [PCB](http://en.wikipedia.org/wiki/Printed_circuit_board). It converts drl files as generated by [Kicad](http://www.kicad-pcb.org/) into gcode that can be executed by [emc2](http://www.linuxcnc.org/).
 
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Sat, 03 Nov 2012 22:07:38 -0000</pubDate><guid>https://sourceforge.net63589a8bf135f21545f859f87fbc1a2d8a15f9fd</guid></item><item><title>WikiPage Home modified by gralfca</title><link>https://sourceforge.net/p/drl2g/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/drl2g/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Thu, 01 Nov 2012 02:27:23 -0000</pubDate><guid>https://sourceforge.net6b2ae85b4cd8ab5a316c30d67f3c186392c80105</guid></item></channel></rss>