<?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/py2g/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/py2g/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 17 Jul 2013 04:07:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/py2g/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by gralfca</title><link>https://sourceforge.net/p/py2g/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,6 +1,6 @@
 Py2g

-This is a set of tools to generate g-code from python. 
+This is a set of tools to generate g-code from python. This g-code can then be used in cnc machines (such as [this](http://probotix.com/FireBall_X90_desktop_cnc_router/) or [this](http://www.zentoolworks.com/product_info.php?cPath=14&amp;amp;products_id=133)).

 Sometimes you just want to carve a 2d surface to different depths. Py2g helps doing that by providing simple to use methods that you can use to perform carving primitives. 

@@ -18,4 +18,3 @@

 Py2g is released under the [LGPL license](http://www.gnu.org/licenses/lgpl-2.1.html).

-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Wed, 17 Jul 2013 04:07:53 -0000</pubDate><guid>https://sourceforge.neta270ff31df93b784e86b9248038e9e9f6b588cbe</guid></item><item><title>Home modified by gralfca</title><link>https://sourceforge.net/p/py2g/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -9,7 +9,7 @@
 A picture of axis ([linuxcnc](http://www.linuxcnc.org/)) running the wheel coupling generated g-code is provided with  the screenshots.

-![screenshot](https://a.fsdn.com/con/app/proj/py2g/screenshots/screenshot.png/182/137)
+![screenshot](https://a.fsdn.com/con/app/proj/py2g/screenshots/screenshot.png)

 If you're new to python, you can copy the code and base your programs on the wheel attachment example. And then run it: "python wheel_attachment.py".
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Wed, 17 Jul 2013 03:48:41 -0000</pubDate><guid>https://sourceforge.net6df2e0ee63f5d9e18ebfcf48951d92d8a6e872ce</guid></item><item><title>Home modified by gralfca</title><link>https://sourceforge.net/p/py2g/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -8,11 +8,14 @@

 A picture of axis ([linuxcnc](http://www.linuxcnc.org/)) running the wheel coupling generated g-code is provided with  the screenshots.

-If you're new to python, you can copy the code and base your programs on the wheel attachment example. 

-This is very simple code written very quickly but I consider it useful. I hope it will be useful for you as well. 
+![screenshot](https://a.fsdn.com/con/app/proj/py2g/screenshots/screenshot.png/182/137)
+
+
+If you're new to python, you can copy the code and base your programs on the wheel attachment example. And then run it: "python wheel_attachment.py".
+
+This is simple code but I consider it very useful for me. I hope it will be useful for you as well. 

 Py2g is released under the [LGPL license](http://www.gnu.org/licenses/lgpl-2.1.html).

-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Wed, 17 Jul 2013 03:48:06 -0000</pubDate><guid>https://sourceforge.neta21c1e161e14479a93d7fc0821ae86562c9e0ca9</guid></item><item><title>Home modified by gralfca</title><link>https://sourceforge.net/p/py2g/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -6,13 +6,13 @@

 For instance, let's say you want to build a piece for holding a wheel to a motor in a small robot toy. You could create the hole for the rotor, then extrude an octagon (easier to manually handle than a circle) and add holes for the screws. Py2g provides python primitives for each of these operations. You just need to initialize the system by providing some basic data, and then py2g helps you generate a string with the g_code_generator. The code for the wheel attachment or better wheel coupling is given as an example in the code. 

-A picture of axis ([linuxcnc]) running the wheel coupling generated g-code is provided with  the screenshots.
+A picture of axis ([linuxcnc](http://www.linuxcnc.org/)) running the wheel coupling generated g-code is provided with  the screenshots.

 If you're new to python, you can copy the code and base your programs on the wheel attachment example. 

 This is very simple code written very quickly but I consider it useful. I hope it will be useful for you as well. 

-Py2g is released under the [LGPL license].
+Py2g is released under the [LGPL license](http://www.gnu.org/licenses/lgpl-2.1.html).

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Wed, 17 Jul 2013 03:44:12 -0000</pubDate><guid>https://sourceforge.net9e63dfbec6532239b389e62e20171b82d7dc65bb</guid></item><item><title>Home modified by gralfca</title><link>https://sourceforge.net/p/py2g/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -6,14 +6,13 @@

 For instance, let's say you want to build a piece for holding a wheel to a motor in a small robot toy. You could create the hole for the rotor, then extrude an octagon (easier to manually handle than a circle) and add holes for the screws. Py2g provides python primitives for each of these operations. You just need to initialize the system by providing some basic data, and then py2g helps you generate a string with the g_code_generator. The code for the wheel attachment or better wheel coupling is given as an example in the code. 

-A picture of axis (linuxcnc) running the wheel coupling generated g-code is provided with  the screenshots.
+A picture of axis ([linuxcnc]) running the wheel coupling generated g-code is provided with  the screenshots.

 If you're new to python, you can copy the code and base your programs on the wheel attachment example. 

 This is very simple code written very quickly but I consider it useful. I hope it will be useful for you as well. 

-Py2g is released under the LGPL license. (http://www.gnu.org/licenses/lgpl-2.1.html).
+Py2g is released under the [LGPL license].

-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Wed, 17 Jul 2013 03:43:19 -0000</pubDate><guid>https://sourceforge.net6767194e7ac10a3726c49a24b24d9c6d9bb998df</guid></item><item><title>Home modified by gralfca</title><link>https://sourceforge.net/p/py2g/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,7 +2,7 @@

 This is a set of tools to generate g-code from python. 

-Sometimes you just want to carve a 2d surface to different depths. Py2g helps doing that by providing simple to use methods that you can use to use carving primitives. 
+Sometimes you just want to carve a 2d surface to different depths. Py2g helps doing that by providing simple to use methods that you can use to perform carving primitives. 

 For instance, let's say you want to build a piece for holding a wheel to a motor in a small robot toy. You could create the hole for the rotor, then extrude an octagon (easier to manually handle than a circle) and add holes for the screws. Py2g provides python primitives for each of these operations. You just need to initialize the system by providing some basic data, and then py2g helps you generate a string with the g_code_generator. The code for the wheel attachment or better wheel coupling is given as an example in the code. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Wed, 17 Jul 2013 03:29:19 -0000</pubDate><guid>https://sourceforge.netc23f4779c57153f9fe842c435d9046d2d7058320</guid></item><item><title>Home modified by gralfca</title><link>https://sourceforge.net/p/py2g/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,19 @@
-Welcome to your wiki!
+Py2g

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+This is a set of tools to generate g-code from python. 

-The wiki uses [Markdown](/p/py2g/wiki/markdown_syntax/) syntax.
+Sometimes you just want to carve a 2d surface to different depths. Py2g helps doing that by providing simple to use methods that you can use to use carving primitives. 

-[[members limit=20]]
-[[download_button]]
+For instance, let's say you want to build a piece for holding a wheel to a motor in a small robot toy. You could create the hole for the rotor, then extrude an octagon (easier to manually handle than a circle) and add holes for the screws. Py2g provides python primitives for each of these operations. You just need to initialize the system by providing some basic data, and then py2g helps you generate a string with the g_code_generator. The code for the wheel attachment or better wheel coupling is given as an example in the code. 
+
+A picture of axis (linuxcnc) running the wheel coupling generated g-code is provided with  the screenshots.
+
+If you're new to python, you can copy the code and base your programs on the wheel attachment example. 
+
+This is very simple code written very quickly but I consider it useful. I hope it will be useful for you as well. 
+
+Py2g is released under the LGPL license. (http://www.gnu.org/licenses/lgpl-2.1.html).
+
+
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Wed, 17 Jul 2013 03:28:44 -0000</pubDate><guid>https://sourceforge.netdf179b44fafcbea69c0b6d8eca506ae96c6b8215</guid></item><item><title>Home modified by gralfca</title><link>https://sourceforge.net/p/py2g/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/py2g/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/gralfca/"&gt;gralfca&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-51e4a510485acd14c0526289" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gralfca</dc:creator><pubDate>Tue, 16 Jul 2013 01:42:41 -0000</pubDate><guid>https://sourceforge.net9dfba359f229b11e702c5e5d90bf01a984fd5220</guid></item></channel></rss>