<?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 China Laser Cutter</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520China%2520Laser%2520Cutter/</link><description>Recent changes to Postprocessor-Example China Laser Cutter</description><atom:link href="https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%20China%20Laser%20Cutter/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 10 Aug 2020 12:33:01 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%20China%20Laser%20Cutter/feed" rel="self" type="application/rss+xml"/><item><title>Postprocessor-Example China Laser Cutter modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520China%2520Laser%2520Cutter/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -12,64 +12,64 @@

  To be continued ....

- `
- 
-    # Configuration file for a laser cutter output:
-    # * no movement in Z-Axis
-    # * 
-    # by Christian Kohloeffel
-    
-    #  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 = 4
-    
-    [General]
-        output_format = .ngc
-        output_text = laser cutting G-CODE for LinuxCNC 
-        output_type = g-code
-        
-        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 = 
-    
-    [Number_Format]
-        pre_decimals = 4
-        post_decimals = 3
-        decimal_seperator = .
-        pre_decimal_zero_padding = False
-        post_decimal_zero_padding = True
-        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 = G0 X%XE Y%YE%nl
-        rap_pos_depth = 
-        lin_mov_plane = G1 X%XE Y%YE%nl
-        lin_mov_depth = 
-        arc_int_cw = 
-        arc_int_ccw = 
-        cutter_comp_off = 
-        cutter_comp_left = 
-        cutter_comp_right = 
-        pre_shape_cut = M5
-        post_shape_cut = M3
-        comment = %nl(%comment)%nl
+  
+~~~
+# Configuration file for a laser cutter output:
+# * no movement in Z-Axis
+# * 
+# by Christian Kohloeffel

-`
+#  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 = 4
+
+[General]
+    output_format = .ngc
+    output_text = laser cutting G-CODE for LinuxCNC 
+    output_type = g-code
+
+    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 = 
+
+[Number_Format]
+    pre_decimals = 4
+    post_decimals = 3
+    decimal_seperator = .
+    pre_decimal_zero_padding = False
+    post_decimal_zero_padding = True
+    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 = G0 X%XE Y%YE%nl
+    rap_pos_depth = 
+    lin_mov_plane = G1 X%XE Y%YE%nl
+    lin_mov_depth = 
+    arc_int_cw = 
+    arc_int_ccw = 
+    cutter_comp_off = 
+    cutter_comp_left = 
+    cutter_comp_right = 
+    pre_shape_cut = M5
+    post_shape_cut = M3
+    comment = %nl(%comment)%nl
+~~~
+
&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:01 -0000</pubDate><guid>https://sourceforge.net99511647cb911d3808fc0913b35554803ebd61a0</guid></item><item><title>Postprocessor-Example China Laser Cutter modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520China%2520Laser%2520Cutter/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -12,6 +12,7 @@

  To be continued ....

+ `

     # Configuration file for a laser cutter output:
     # * no movement in Z-Axis
@@ -70,3 +71,5 @@
         pre_shape_cut = M5
         post_shape_cut = M3
         comment = %nl(%comment)%nl
+
+`
&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:31:58 -0000</pubDate><guid>https://sourceforge.net6eb25869c333234726f5e91cfbf0c8efbd741b69</guid></item><item><title>Postprocessor-Example China Laser Cutter modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520China%2520Laser%2520Cutter/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -3,8 +3,16 @@
 Open Questions: Does the Laser Cutter Support Feed Rate? If so change the following accordingly:
  feed_change = F%feed%nl

-Can the Laser Cutter support G2 or G3 commands?
-    
+Can the Laser Cutter support G2 or G3 commands? If so change the following accordingly:
+ 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
+ 
+ Missing things:
+ We need to convert the Arc's to lines if Arcs are not supported: 
+ 
+ To be continued ....
+ 
+ 
     # Configuration file for a laser cutter output:
     # * no movement in Z-Axis
     # * 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Wed, 26 Aug 2015 20:10:56 -0000</pubDate><guid>https://sourceforge.netd4ab6daa0c6b3261654baf9dd0b40a8e4686e299</guid></item><item><title>Postprocessor-Example China Laser Cutter modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520China%2520Laser%2520Cutter/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -0,0 +1,64 @@
+Copy&amp;amp;Paste the configuration below into a file called `source/postpro_config/styrofoam.cfg`
+
+Open Questions: Does the Laser Cutter Support Feed Rate? If so change the following accordingly:
+ feed_change = F%feed%nl
+
+Can the Laser Cutter support G2 or G3 commands?
+    
+    # Configuration file for a laser cutter output:
+    # * no movement in Z-Axis
+    # * 
+    # by Christian Kohloeffel
+    
+    #  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 = 4
+    
+    [General]
+        output_format = .ngc
+        output_text = laser cutting G-CODE for LinuxCNC 
+        output_type = g-code
+        
+        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 = 
+    
+    [Number_Format]
+        pre_decimals = 4
+        post_decimals = 3
+        decimal_seperator = .
+        pre_decimal_zero_padding = False
+        post_decimal_zero_padding = True
+        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 = G0 X%XE Y%YE%nl
+        rap_pos_depth = 
+        lin_mov_plane = G1 X%XE Y%YE%nl
+        lin_mov_depth = 
+        arc_int_cw = 
+        arc_int_ccw = 
+        cutter_comp_off = 
+        cutter_comp_left = 
+        cutter_comp_right = 
+        pre_shape_cut = M5
+        post_shape_cut = M3
+        comment = %nl(%comment)%nl
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Wed, 26 Aug 2015 20:07:10 -0000</pubDate><guid>https://sourceforge.netdfdd32e2a01084d6489ab10679b9d7ee98804996</guid></item><item><title>Postprocessor-Example China Laser Cutter modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/Postprocessor-Example%2520China%2520Laser%2520Cutter/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Wed, 26 Aug 2015 20:02:13 -0000</pubDate><guid>https://sourceforge.net8f6ed96b3cf406bc6671c0c2923bdd978d9964b5</guid></item></channel></rss>