<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to User Guide DXF2GCODE</title><link>https://sourceforge.net/p/dxf2gcode/wiki/User%2520Guide%2520DXF2GCODE/</link><description>Recent changes to User Guide DXF2GCODE</description><atom:link href="https://sourceforge.net/p/dxf2gcode/wiki/User%20Guide%20DXF2GCODE/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 15 Jan 2022 17:41:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dxf2gcode/wiki/User%20Guide%20DXF2GCODE/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for User Guide DXF2GCODE page</title><link>https://sourceforge.net/p/dxf2gcode/wiki/User%2520Guide%2520DXF2GCODE/?limit=25#c04f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, you can open a topic in our new forum, check here:&lt;br/&gt;
&lt;a href="https://www.ltspiceusers.ch/#dxf2gcode.68" rel="nofollow"&gt;https://www.ltspiceusers.ch/#dxf2gcode.68&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But i know that i just discussed this with someone else in the old section. Check here first:&lt;br/&gt;
&lt;a href="https://groups.google.com/g/dxf2gcode-users/c/UY0KVPd0CQg" rel="nofollow"&gt;https://groups.google.com/g/dxf2gcode-users/c/UY0KVPd0CQg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;However if there are additional questions, just open one in the new forum we dont want to continue with google groups, as they are not that easy to search etc.&lt;/p&gt;
&lt;p&gt;regards&lt;br/&gt;
Christian&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Sat, 15 Jan 2022 17:41:26 -0000</pubDate><guid>https://sourceforge.net8b5208d7a9e4370477a1eeb3f3c8181a44100ad7</guid></item><item><title>Discussion for User Guide DXF2GCODE page</title><link>https://sourceforge.net/p/dxf2gcode/wiki/User%2520Guide%2520DXF2GCODE/?limit=25#a44c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hello I want to use dxf2gcode for plasma cutting in linuxcnc someone can help me with the configuration of the postprocessor or some guidance on this to be able to modify.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Delgado</dc:creator><pubDate>Sat, 15 Jan 2022 00:52:07 -0000</pubDate><guid>https://sourceforge.netaa85769da7e9cffcf07b31e0645bfd21cd0a0099</guid></item><item><title>User Guide DXF2GCODE modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/User%2520Guide%2520DXF2GCODE/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v23
+++ v24
@@ -106,7 +106,7 @@
 #### Install and start xvfb
 $ sudo apt update -y &amp;amp;&amp;amp; apt install xvfb
 $ Xvfb :1 -screen 0 1024x768x16 &amp;amp; 
-##### Set permanent environments
+#### Set permanent environments
 export QT_DEBUG_PLUGINS=1
 export QT_QPA_PLATFORM=xcb
 export DISPLAY=:1
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Thu, 30 Sep 2021 15:59:23 -0000</pubDate><guid>https://sourceforge.net65488e04669d8a3fb70b4ced3855db5f98435e13</guid></item><item><title>User Guide DXF2GCODE modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/User%2520Guide%2520DXF2GCODE/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -1,3 +1,5 @@
+[TOC]
+
 ##Introduction
 This page is intended to genereally answer some questions about the usage of dxf2gcode. I try to add all upcoming questions here in order to reduce the effort of searching the whole forum.

@@ -82,7 +84,9 @@
     * G41 - Left compensation - Compensation left to the cutting direction (will be shown by a green arrow in the canvas)
     * G42 - Right compensation - compensation right to the cutting direction (will be shown by a green arrow in the canvas)

-#####How to change the starting point of a shape
+
+##Frequently Asked Questions
+###How to change the starting point of a shape

 In order to change the starting point where to start milling of a closed shape you need to do the following steps:
 1.) Select the shape
@@ -92,17 +96,16 @@
 Limitation: Starting points can not be set at any location, just at an existing start / end point of a line or arc segment.


-#### How to start DXF2GCODE in without GUI
+### How to start DXF2GCODE in without GUI

 Running dxf2gcode with --quiet flag is not really quiet. It needs to open GUI for a brief moment to initialize graphic objects.
 Thus, if you want to run with no physic display, run it with a virtual display like xvfb

 On linux:

-##### Install and start xvfb
+#### Install and start xvfb
 $ sudo apt update -y &amp;amp;&amp;amp; apt install xvfb
 $ Xvfb :1 -screen 0 1024x768x16 &amp;amp; 
-
 ##### Set permanent environments
 export QT_DEBUG_PLUGINS=1
 export QT_QPA_PLATFORM=xcb
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Thu, 30 Sep 2021 15:59:07 -0000</pubDate><guid>https://sourceforge.netd75d301031ff8504e564eb77c1fd01c9bf628064</guid></item><item><title>User Guide DXF2GCODE modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/User%2520Guide%2520DXF2GCODE/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -90,3 +90,20 @@
 3.) Select Set Nearest Starting Point in the context menu
 ![How to set nearest starting Point](https://sourceforge.net/p/dxf2gcode/screenshot/SetNearestStartingPoint.png)
 Limitation: Starting points can not be set at any location, just at an existing start / end point of a line or arc segment.
+
+
+#### How to start DXF2GCODE in without GUI
+
+Running dxf2gcode with --quiet flag is not really quiet. It needs to open GUI for a brief moment to initialize graphic objects.
+Thus, if you want to run with no physic display, run it with a virtual display like xvfb
+
+On linux:
+
+##### Install and start xvfb
+$ sudo apt update -y &amp;amp;&amp;amp; apt install xvfb
+$ Xvfb :1 -screen 0 1024x768x16 &amp;amp; 
+
+##### Set permanent environments
+export QT_DEBUG_PLUGINS=1
+export QT_QPA_PLATFORM=xcb
+export DISPLAY=:1
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Thu, 30 Sep 2021 15:55:57 -0000</pubDate><guid>https://sourceforge.net0dc9232726fad03679b6e5a795425a3e14f4991c</guid></item><item><title>Discussion for User Guide DXF2GCODE page</title><link>https://sourceforge.net/p/dxf2gcode/wiki/User%2520Guide%2520DXF2GCODE/?limit=25#436a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;...and here's an attached screenshot image of the fixed DXF file in dxf2gcode, showing the corrected 0,0 origin point&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Smith</dc:creator><pubDate>Tue, 03 Aug 2021 04:43:53 -0000</pubDate><guid>https://sourceforge.net2496f2a24465381df1b7f82d6647b8663ab615ac</guid></item><item><title>Discussion for User Guide DXF2GCODE page</title><link>https://sourceforge.net/p/dxf2gcode/wiki/User%2520Guide%2520DXF2GCODE/?limit=25#8f99</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi David, I'm a new user of dxf2gcode so I'm not an authority, but I opened your DXF file and noticed that the design sketch is 180 inches wide, so the drawing scale is probably different than you anticipated. The instrument panel cutout being 15 feet wide (!!) for a 3018's twelve inch work area is going to be a problem, in addition to the zero axis point location.&lt;/p&gt;
&lt;p&gt;But yes, I can see what you mean about the 0,0 origin point being way off to the lower left -- that is something that can/should be be changed in the original DXF file, and dxf2gcode will display it correctly. I went ahead and fixed it for you quickly, and attached a new DXF file to this reply (but I still think the scale is way off and this needs to be redesigned). Hope this helps.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Smith</dc:creator><pubDate>Tue, 03 Aug 2021 04:32:27 -0000</pubDate><guid>https://sourceforge.net3fa98a9c9fdec19488999954e97db6cfa4953c9b</guid></item><item><title>Discussion for User Guide DXF2GCODE page</title><link>https://sourceforge.net/p/dxf2gcode/wiki/User%2520Guide%2520DXF2GCODE/?limit=25#94db</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Forgot the dxf file&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Walker</dc:creator><pubDate>Mon, 02 Aug 2021 20:46:10 -0000</pubDate><guid>https://sourceforge.net11fb69e81b3497505929011fcdd413ff27c3d101</guid></item><item><title>Discussion for User Guide DXF2GCODE page</title><link>https://sourceforge.net/p/dxf2gcode/wiki/User%2520Guide%2520DXF2GCODE/?limit=25#aa23</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I received a dxf  cutout from a manufacturer for an aircraft panel instrument. DXF2GCODE generated code where the 0,0 point is so far away that the dimensions of the object itself as seen from the 0,0 position exceeds the side of my CNC 3018 test machine. &lt;/p&gt;
&lt;p&gt;How and where in the workchain do I move the 0,0 nearer to the lower left corner of the object?&lt;br/&gt;
I am using  FreeCAD &amp;gt; DXF2GCODE &amp;gt; Candle Grbl 1.1&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Walker</dc:creator><pubDate>Mon, 02 Aug 2021 20:27:58 -0000</pubDate><guid>https://sourceforge.net0842499d8c1a9d3e9ba19cbd0313c00797f3d7e4</guid></item><item><title>User Guide DXF2GCODE modified by chrisko</title><link>https://sourceforge.net/p/dxf2gcode/wiki/User%2520Guide%2520DXF2GCODE/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -82,10 +82,7 @@
     * G41 - Left compensation - Compensation left to the cutting direction (will be shown by a green arrow in the canvas)
     * G42 - Right compensation - compensation right to the cutting direction (will be shown by a green arrow in the canvas)

-
-##FAQ
-
-###How to change the starting point of a shape
+#####How to change the starting point of a shape

 In order to change the starting point where to start milling of a closed shape you need to do the following steps:
 1.) Select the shape
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrisko</dc:creator><pubDate>Sun, 29 Mar 2020 12:06:23 -0000</pubDate><guid>https://sourceforge.neta61853fedde86663065aa427987eed63c0776c33</guid></item></channel></rss>