<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Postprocessor-Example Python</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520Python/</link><description>Recent changes to Postprocessor-Example Python</description><atom:link href="https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%20Python/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 10 Aug 2020 12:35:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%20Python/feed" rel="self" type="application/rss+xml"/><item><title>Postprocessor-Example Python modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520Python/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,4 +1,6 @@
 This is an example of a Postprocessor used for export into python classes, in order to check offsets.
+
+Take care fof config_version. I this value is lower then your basic file, there might have been some change on the config file (e.g. added variables etc.) Ensure to update to the newer version by changing the file manually.

 ~~~
 #  Section and variable names must be valid Python identifiers
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Mon, 10 Aug 2020 12:35:37 -0000</pubDate><guid>https://sourceforge.net8ef9561e83f2de81fb1cac2082256ab49de098b8</guid></item><item><title>Postprocessor-Example Python modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520Python/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,56 +1,59 @@
 This is an example of a Postprocessor used for export into python classes, in order to check offsets.

-    #  Section and variable names must be valid Python identifiers
-    #      do not use whitespace in names
-    
-    # do not edit the following section name:
-    [Version]
-        # do not edit the following value:
-        config_version = 5
-    
-    [General]
-        output_format = .txt
-        output_text = "text for offset algorithm"
-        output_type = text
-        
-        abs_export = True
-        cancel_cc_for_depth = False
-        cc_outside_the_piece = True
-        export_ccw_arcs_only = False
-        max_arc_radius = 10000.0
-        
-        code_begin_units_mm = 
-        code_begin_units_in = 
-        code_begin_prog_abs =
-        code_begin_prog_inc = 
-        code_begin = 
-        code_end = 
-    
-    [Number_Format]
-        pre_decimals = 4
-        post_decimals = 9
-        decimal_separator = .
-        pre_decimal_zero_padding = False
-        post_decimal_zero_padding = False
-        signed_values = False
-    
-    [Line_Numbers]
-        use_line_nrs = False
-        line_nrs_begin = 10
-        line_nrs_step = 10
-    
-    [Program]
-        tool_change = 
-        feed_change = 
-        rap_pos_plane = 
-        rap_pos_depth = 
-        lin_mov_plane = "LineGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE)),%nl"
-        lin_mov_depth = 
-        arc_int_cw = "ArcGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE), O= Point(%XO, %YO,), s_ang=radians(%AngS ), e_ang=radians(%AngE),r=%R,direction=%ext),%nl"
-        arc_int_ccw = "ArcGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE), O= Point(%XO, %YO,), s_ang=radians(%AngS ), e_ang=radians(%AngE),r=%R,direction=%ext),%nl"
-        cutter_comp_off = 
-        cutter_comp_left = 
-        cutter_comp_right =
-        pre_shape_cut = "%nlShapeClass(geos=[%nl"
-        post_shape_cut ="]closed=True)%nl"
-        comment = 
+~~~
+#  Section and variable names must be valid Python identifiers
+#      do not use whitespace in names
+
+# do not edit the following section name:
+[Version]
+    # do not edit the following value:
+    config_version = 5
+
+[General]
+    output_format = .txt
+    output_text = "text for offset algorithm"
+    output_type = text
+
+    abs_export = True
+    cancel_cc_for_depth = False
+    cc_outside_the_piece = True
+    export_ccw_arcs_only = False
+    max_arc_radius = 10000.0
+
+    code_begin_units_mm = 
+    code_begin_units_in = 
+    code_begin_prog_abs =
+    code_begin_prog_inc = 
+    code_begin = 
+    code_end = 
+
+[Number_Format]
+    pre_decimals = 4
+    post_decimals = 9
+    decimal_separator = .
+    pre_decimal_zero_padding = False
+    post_decimal_zero_padding = False
+    signed_values = False
+
+[Line_Numbers]
+    use_line_nrs = False
+    line_nrs_begin = 10
+    line_nrs_step = 10
+
+[Program]
+    tool_change = 
+    feed_change = 
+    rap_pos_plane = 
+    rap_pos_depth = 
+    lin_mov_plane = "LineGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE)),%nl"
+    lin_mov_depth = 
+    arc_int_cw = "ArcGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE), O= Point(%XO, %YO,), s_ang=radians(%AngS ), e_ang=radians(%AngE),r=%R,direction=%ext),%nl"
+    arc_int_ccw = "ArcGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE), O= Point(%XO, %YO,), s_ang=radians(%AngS ), e_ang=radians(%AngE),r=%R,direction=%ext),%nl"
+    cutter_comp_off = 
+    cutter_comp_left = 
+    cutter_comp_right =
+    pre_shape_cut = "%nlShapeClass(geos=[%nl"
+    post_shape_cut ="]closed=True)%nl"
+    comment = 
+
+~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Mon, 10 Aug 2020 12:33:42 -0000</pubDate><guid>https://sourceforge.net4145b53e083cc229ebce697cdc976ecb7d5c0c41</guid></item><item><title>Postprocessor-Example Python modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520Python/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Thu, 16 Jul 2015 12:43:30 -0000</pubDate><guid>https://sourceforge.net85cb6f1ef381ef2283330fcf287e317143aa117e</guid></item><item><title>Postprocessor-Example export modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520export/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Thu, 16 Jul 2015 12:40:31 -0000</pubDate><guid>https://sourceforge.nete5c8c9eef6832b1c2253dabdc51ff8c6d6be851c</guid></item><item><title>Postprocessor-Example export modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520export/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Thu, 16 Jul 2015 12:39:57 -0000</pubDate><guid>https://sourceforge.net2d6f710e25f58fc52af8495e7c9c0a8a9e2b109d</guid></item><item><title>Postprocessor-Example export modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520export/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Thu, 16 Jul 2015 12:35:55 -0000</pubDate><guid>https://sourceforge.net1f39194e4891414f8223dbc73669bda13eb7af36</guid></item><item><title>Postprocessor Example export modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor%2520Example%2520export/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,55 +1,56 @@
+This is an example of a Postprocessor used for export into python classes, in order to check offsets.

-#  Section and variable names must be valid Python identifiers
-#      do not use whitespace in names
-
-# do not edit the following section name:
-[Version]
-    # do not edit the following value:
-    config_version = 5
-
-[General]
-    output_format = .txt
-    output_text = "text for offset algorithm"
-    output_type = text
+    #  Section and variable names must be valid Python identifiers
+    #      do not use whitespace in names

-    abs_export = True
-    cancel_cc_for_depth = False
-    cc_outside_the_piece = True
-    export_ccw_arcs_only = False
-    max_arc_radius = 10000.0
+    # do not edit the following section name:
+    [Version]
+        # do not edit the following value:
+        config_version = 5

-    code_begin_units_mm = 
-    code_begin_units_in = 
-    code_begin_prog_abs =
-    code_begin_prog_inc = 
-    code_begin = 
-    code_end = 
-
-[Number_Format]
-    pre_decimals = 4
-    post_decimals = 9
-    decimal_separator = .
-    pre_decimal_zero_padding = False
-    post_decimal_zero_padding = False
-    signed_values = False
-
-[Line_Numbers]
-    use_line_nrs = False
-    line_nrs_begin = 10
-    line_nrs_step = 10
-
-[Program]
-    tool_change = 
-    feed_change = 
-    rap_pos_plane = 
-    rap_pos_depth = 
-    lin_mov_plane = "LineGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE)),%nl"
-    lin_mov_depth = 
-    arc_int_cw = "ArcGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE), O= Point(%XO, %YO,), s_ang=radians(%AngS ), e_ang=radians(%AngE),r=%R,direction=%ext),%nl"
-    arc_int_ccw = "ArcGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE), O= Point(%XO, %YO,), s_ang=radians(%AngS ), e_ang=radians(%AngE),r=%R,direction=%ext),%nl"
-    cutter_comp_off = 
-    cutter_comp_left = 
-    cutter_comp_right =
-    pre_shape_cut = "%nlShapeClass(geos=[%nl"
-    post_shape_cut ="]closed=True)%nl"
-    comment = 
+    [General]
+        output_format = .txt
+        output_text = "text for offset algorithm"
+        output_type = text
+        
+        abs_export = True
+        cancel_cc_for_depth = False
+        cc_outside_the_piece = True
+        export_ccw_arcs_only = False
+        max_arc_radius = 10000.0
+        
+        code_begin_units_mm = 
+        code_begin_units_in = 
+        code_begin_prog_abs =
+        code_begin_prog_inc = 
+        code_begin = 
+        code_end = 
+    
+    [Number_Format]
+        pre_decimals = 4
+        post_decimals = 9
+        decimal_separator = .
+        pre_decimal_zero_padding = False
+        post_decimal_zero_padding = False
+        signed_values = False
+    
+    [Line_Numbers]
+        use_line_nrs = False
+        line_nrs_begin = 10
+        line_nrs_step = 10
+    
+    [Program]
+        tool_change = 
+        feed_change = 
+        rap_pos_plane = 
+        rap_pos_depth = 
+        lin_mov_plane = "LineGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE)),%nl"
+        lin_mov_depth = 
+        arc_int_cw = "ArcGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE), O= Point(%XO, %YO,), s_ang=radians(%AngS ), e_ang=radians(%AngE),r=%R,direction=%ext),%nl"
+        arc_int_ccw = "ArcGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE), O= Point(%XO, %YO,), s_ang=radians(%AngS ), e_ang=radians(%AngE),r=%R,direction=%ext),%nl"
+        cutter_comp_off = 
+        cutter_comp_left = 
+        cutter_comp_right =
+        pre_shape_cut = "%nlShapeClass(geos=[%nl"
+        post_shape_cut ="]closed=True)%nl"
+        comment = 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Thu, 16 Jul 2015 12:35:12 -0000</pubDate><guid>https://sourceforge.net2369d418ebebc3dd8f09645d2752fa07a206f256</guid></item><item><title>Postprocessor Example export modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor%2520Example%2520export/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="section-and-variable-names-must-be-valid-python-identifiers"&gt;Section and variable names must be valid Python identifiers&lt;/h1&gt;
&lt;h1 id="do-not-use-whitespace-in-names"&gt;do not use whitespace in names&lt;/h1&gt;
&lt;h1 id="do-not-edit-the-following-section-name"&gt;do not edit the following section name:&lt;/h1&gt;
&lt;p&gt;&lt;span&gt;[Version]&lt;/span&gt;&lt;br /&gt;
    # do not edit the following value:&lt;br /&gt;
    config_version = 5&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[General]&lt;/span&gt;&lt;br /&gt;
    output_format = .txt&lt;br /&gt;
    output_text = "text for offset algorithm"&lt;br /&gt;
    output_type = text&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;abs_export = True
cancel_cc_for_depth = False
cc_outside_the_piece = True
export_ccw_arcs_only = False
max_arc_radius = 10000.0

code_begin_units_mm = 
code_begin_units_in = 
code_begin_prog_abs =
code_begin_prog_inc = 
code_begin = 
code_end =
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;span&gt;[Number_Format]&lt;/span&gt;&lt;br /&gt;
    pre_decimals = 4&lt;br /&gt;
    post_decimals = 9&lt;br /&gt;
    decimal_separator = .&lt;br /&gt;
    pre_decimal_zero_padding = False&lt;br /&gt;
    post_decimal_zero_padding = False&lt;br /&gt;
    signed_values = False&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[Line_Numbers]&lt;/span&gt;&lt;br /&gt;
    use_line_nrs = False&lt;br /&gt;
    line_nrs_begin = 10&lt;br /&gt;
    line_nrs_step = 10&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[Program]&lt;/span&gt;&lt;br /&gt;
    tool_change = &lt;br /&gt;
    feed_change = &lt;br /&gt;
    rap_pos_plane = &lt;br /&gt;
    rap_pos_depth = &lt;br /&gt;
    lin_mov_plane = "LineGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE)),%nl"&lt;br /&gt;
    lin_mov_depth = &lt;br /&gt;
    arc_int_cw = "ArcGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE), O= Point(%XO, %YO,), s_ang=radians(%AngS ), e_ang=radians(%AngE),r=%R,direction=%ext),%nl"&lt;br /&gt;
    arc_int_ccw = "ArcGeo(Ps=Point(%XS, %YS), Pe=Point(%XE, %YE), O= Point(%XO, %YO,), s_ang=radians(%AngS ), e_ang=radians(%AngE),r=%R,direction=%ext),%nl"&lt;br /&gt;
    cutter_comp_off = &lt;br /&gt;
    cutter_comp_left = &lt;br /&gt;
    cutter_comp_right =&lt;br /&gt;
    pre_shape_cut = "%nlShapeClass(geos=&lt;span&gt;[%nl"&lt;br /&gt;
    post_shape_cut ="]&lt;/span&gt;closed=True)%nl"&lt;br /&gt;
    comment = &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Thu, 16 Jul 2015 12:32:13 -0000</pubDate><guid>https://sourceforge.netdf6068ebb4149f8d069e5b15dd5b00189b27a368</guid></item></channel></rss>