<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
	
	<id>tag:librecad.169.s1.nabble.com,2006:forum-5716545</id>
	<title>Nabble - LibreCAD-doc</title>
	<updated>2026-04-03T13:57:57Z</updated>
	<link rel="self" type="application/atom+xml" href="http://librecad.169.s1.nabble.com/LibreCAD-doc-f5716545.xml" />
	<link rel="alternate" type="text/html" href="https://forum.librecad.org/LibreCAD-doc-f5716545.html" />
	<subtitle type="html">&lt;h3&gt;This sub forum is intended for authors and editors to discuss documentation topics.
&lt;br/&gt;If you have any comments or suggestions about documentation, existing or missing, feel free to share your thoughts here too.&lt;/h3&gt;&lt;h4&gt;&lt;a href=&quot;https://dokuwiki.librecad.org/doku.php/usage:manuals&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Wiki landing page for V2.2.x documentation&lt;/a&gt;&lt;/h4&gt;&lt;h4&gt;&lt;a href=&quot;https://github.com/LibreCAD/docs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;GitHub repository for user manuals&lt;/a&gt;&lt;/h4&gt;</subtitle>
	
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5728398</id>
		<title>Re: Building from Source</title>
		<published>2025-12-10T09:31:09Z</published>
		<updated>2025-12-10T09:31:09Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			Yes, it's a good idea to update README.md for each version.
&lt;br/&gt;&lt;br/&gt;Aside from that, I also started to add scripts like: scripts/create-win-env.bat , to create building environment for new developers.
&lt;br/&gt;&lt;br/&gt;we can also do the similar for Linux (at least handle apt/rpm/pacman/portage) and macOS. Of course, those scripts have to be maintained.
&lt;br/&gt;&lt;br/&gt;For Qt dependency, the current github page is correct to mention:
&lt;br/&gt;&lt;br/&gt;Qt5 for 2.2.1
&lt;br/&gt;Qt6.4 or later for 2.2.2(master).
&lt;br/&gt;&lt;br/&gt;I'm using macOS mostly, but for 2.2.1/Qt5, I choose to use a debian virtual machine to avoid switching between qt5/qt6
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;kc wrote&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;For a new contributor the 'Building from Source' page &lt;a href=&quot;https://docs.librecad.org/en/latest/appx/build.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://docs.librecad.org/en/latest/appx/build.html&lt;/a&gt;&amp;nbsp;seems to have some important missing information.
&lt;br/&gt;&lt;br/&gt;Building for Linux: &amp;nbsp;The page suggests at you should install dt5-default - apparently this was removed from Ubuntu in version 21.04 - I don't know about other distros, but perhaps reference to this should be removed.
&lt;br/&gt;&lt;br/&gt;The next suggestion is to &amp;quot;&lt;i&gt;use qtchooser prior to running qmake; qtchooser -qt5&lt;/i&gt;&amp;quot;
&lt;br/&gt;&lt;br/&gt;This syntax for running qtchooser seems to be invalid - it doesn't want to accept -qt5 as an argument.
&lt;br/&gt;&lt;br/&gt;I found that the following worked for me:
&lt;br/&gt;&lt;pre&gt;qtchooser -run-tool=qmake -qt=5 -r librecad.pro&lt;/pre&gt;&lt;br/&gt;It might also be worth mentioning that the syntax to get a debug build is:
&lt;br/&gt;&lt;pre&gt;qtchooser -run-tool=qmake -qt=5 -r CONFIG+=debug librecad.pro
&lt;/pre&gt;&lt;br/&gt;The third problem I encountered is that having done all that it didn't actually build. &amp;nbsp;Eventually I figured out that the master branch isn't for qt5 - but qt6. &amp;nbsp;So I would suggest the instructions should say to use the 2.2.1 branch - or is there a qt5-devBranch? &amp;nbsp; I know this is mentioned in the readme in github, but it's still an obstacle for new contributors.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Building-from-Source-tp5726433p5728398.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5726433"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5726433</id>
		<title>Building from Source</title>
		<published>2025-02-09T08:53:29Z</published>
		<updated>2025-02-09T08:53:29Z</updated>
		<author>
			<name>kc</name>
		</author>
		<content type="html">
			For a new contributor the 'Building from Source' page &lt;a href=&quot;https://docs.librecad.org/en/latest/appx/build.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://docs.librecad.org/en/latest/appx/build.html&lt;/a&gt;&amp;nbsp;seems to have some important missing information.
&lt;br/&gt;&lt;br/&gt;Building for Linux: &amp;nbsp;The page suggests at you should install dt5-default - apparently this was removed from Ubuntu in version 21.04 - I don't know about other distros, but perhaps reference to this should be removed.
&lt;br/&gt;&lt;br/&gt;The next suggestion is to &amp;quot;&lt;i&gt;use qtchooser prior to running qmake; qtchooser -qt5&lt;/i&gt;&amp;quot;
&lt;br/&gt;&lt;br/&gt;This syntax for running qtchooser seems to be invalid - it doesn't want to accept -qt5 as an argument.
&lt;br/&gt;&lt;br/&gt;I found that the following worked for me:
&lt;br/&gt;&lt;pre&gt;qtchooser -run-tool=qmake -qt=5 -r librecad.pro&lt;/pre&gt;&lt;br/&gt;It might also be worth mentioning that the syntax to get a debug build is:
&lt;br/&gt;&lt;pre&gt;qtchooser -run-tool=qmake -qt=5 -r CONFIG+=debug librecad.pro
&lt;/pre&gt;&lt;br/&gt;The third problem I encountered is that having done all that it didn't actually build. &amp;nbsp;Eventually I figured out that the master branch isn't for qt5 - but qt6. &amp;nbsp;So I would suggest the instructions should say to use the 2.2.1 branch - or is there a qt5-devBranch? &amp;nbsp; I know this is mentioned in the readme in github, but it's still an obstacle for new contributors.
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Building-from-Source-tp5726433.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725843</id>
		<title>Re: User Manual</title>
		<published>2024-12-20T04:46:23Z</published>
		<updated>2024-12-20T04:46:23Z</updated>
		<author>
			<name>Jörg Fey</name>
		</author>
		<content type="html">
			Hallo &amp;nbsp;Gibt es das Handbuch auch auf Deutsch und als PDF??
&lt;br/&gt;M.F.G.J.Fey 

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/User-Manual-tp5716605p5725843.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5716605"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725027</id>
		<title>Neues LibreCAD-Buch, 246 Seiten, kostenlos</title>
		<published>2024-07-02T02:37:33Z</published>
		<updated>2024-07-02T02:37:33Z</updated>
		<author>
			<name>cadtec</name>
		</author>
		<content type="html">
			An alle LibreCAD-Benutzer.
&lt;br/&gt;&lt;br/&gt;Hier gibt es ein neues und &lt;b&gt;kostenloses&lt;/b&gt;&amp;nbsp;LibreCAD-Buch, als PDF-Datei, zum Downloaden:
&lt;br/&gt;&lt;a href=&quot;https://www.cadtec.ch/LibreCAD/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://www.cadtec.ch/LibreCAD/index.php&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://www.cadtec.ch/cad-cam-shop/cad-cam-programme-c-1/cad-buecher-c-7/das-librecad-buch-als-softcover-p-110&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Im Shop&lt;/a&gt;&amp;nbsp;gibt es auch ein richtiges LibreCAD-Softcoverbuch in Farbe und A4-Format.
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Liebe Grüsse,
&lt;br/&gt;Euer CADTEC-Team

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Neues-LibreCAD-Buch-246-Seiten-kostenlos-tp5725027.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5724777</id>
		<title>Re: Where is the Relative Zero button?</title>
		<published>2024-05-16T06:40:59Z</published>
		<updated>2024-05-16T06:40:59Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			They are part of the &amp;quot;Snap Selection&amp;quot; toolbar.
&lt;br/&gt;&lt;br/&gt;To enable this toolbar: Menu: Widgets &amp;gt; Toolbars &amp;gt; &amp;quot;Snap Selection&amp;quot;
&lt;br/&gt;&lt;br/&gt;Many tools also sets relative zero to the latest point selected by user
&lt;br/&gt;&lt;br/&gt;&lt;img src=&quot;https://forum.librecad.org/file/n5724777/Screenshot_20240516_093621.png&quot; border=&quot;0&quot; alt=&quot;Relative_Zero&quot;/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Where-is-the-Relative-Zero-button-tp5724774p5724777.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5724774"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5724774</id>
		<title>Where is the Relative Zero button?</title>
		<published>2024-05-16T01:47:00Z</published>
		<updated>2024-05-16T01:47:00Z</updated>
		<author>
			<name>Redlander</name>
		</author>
		<content type="html">
			I have read about the Set Relative Zero button in the documentation &lt;a href=&quot;https://wiki.librecad.org/index.php/Relative_Zero&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://wiki.librecad.org/index.php/Relative_Zero&lt;/a&gt;&amp;nbsp;but I cannot find that button anywhere.
&lt;br/&gt;&lt;br/&gt;Can anyone point it out to me?

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Where-is-the-Relative-Zero-button-tp5724774.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5723140</id>
		<title>Paste when editing block</title>
		<published>2023-07-30T07:40:28Z</published>
		<updated>2023-07-30T07:40:28Z</updated>
		<author>
			<name>Geo42</name>
		</author>
		<content type="html">
			LibreCad Version : 2.2.0-alpha ubuntu 16.04 LTS
&lt;br/&gt;I can't paste anything nor little block to modify an existing block, only editing with tools is working.
&lt;br/&gt;Did I miss something?
&lt;br/&gt;Thanks.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Paste-when-editing-block-tp5723140.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5722556</id>
		<title>New User can't start program.</title>
		<published>2023-03-02T06:27:58Z</published>
		<updated>2023-03-02T06:27:58Z</updated>
		<author>
			<name>Ian.telford1</name>
		</author>
		<content type="html">
			I'm a new user. I have downloaded 2.2.0 for Mac but can't see how to start cad 2d drafting program?
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/New-User-can-t-start-program-tp5722556.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5722499</id>
		<title>Re: print a window</title>
		<published>2023-02-14T02:36:39Z</published>
		<updated>2023-02-14T02:36:39Z</updated>
		<author>
			<name>Fredevans</name>
		</author>
		<content type="html">
			thanks Dellus- 
&lt;br/&gt;this rather excludes librecad for my purpose because i need to be able to print ( or plot) parts of the assembly I am working on
&lt;br/&gt;Many thanks
&lt;br/&gt;&amp;nbsp;for your help
&lt;br/&gt;fred from south africa
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/print-a-window-tp5722491p5722499.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5722492"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5722492</id>
		<title>Re: print a window</title>
		<published>2023-02-13T14:58:25Z</published>
		<updated>2023-02-13T14:58:25Z</updated>
		<author>
			<name>dellus</name>
		</author>
		<content type="html">
			No, it is not possible this way.
&lt;br/&gt;What you can do, for instance, if you have a drawing made for A1 format, print a part of it on an A4 sheet.
&lt;br/&gt;In Print Preview you can shift around the sheet to the desired position.
&lt;br/&gt;But if you export to pdf there is this issue:&lt;a href=&quot;https://forum.librecad.org/PDF-File-Size-management-tp5722455.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://forum.librecad.org/PDF-File-Size-management-tp5722455.html&lt;/a&gt;&lt;br/&gt;The only other way I can think of is to draw a mask of nearly white filling (solid hatch, and white would appear black) with a rectangular opening. 

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/print-a-window-tp5722491p5722492.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5722491"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5722491</id>
		<title>print a window</title>
		<published>2023-02-13T06:00:05Z</published>
		<updated>2023-02-13T06:00:05Z</updated>
		<author>
			<name>Fredevans</name>
		</author>
		<content type="html">
			Hello Chaps. 
&lt;br/&gt;I would like to draw a window around a section of my drawing and then print just the contents of the window.
&lt;br/&gt;Is this possible?
&lt;br/&gt;thanks
&lt;br/&gt;&lt;br/&gt;many regards from South africa
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/print-a-window-tp5722491.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5722490</id>
		<title>Re: Convert dwg to dwfs files</title>
		<published>2023-02-13T05:57:57Z</published>
		<updated>2023-02-13T05:57:57Z</updated>
		<author>
			<name>Fredevans</name>
		</author>
		<content type="html">
			I have been trying to do the same thing
&lt;br/&gt;I downloaded a file from teigha which is a dwg to dxf convertor . 
&lt;br/&gt;i ran the file and it converted a simple file quite nicely.
&lt;br/&gt;the file i downloaded was version 4.3.2
&lt;br/&gt;regards from south africa
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Convert-dwg-to-dwfs-files-tp5721440p5722490.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5721442"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5721442</id>
		<title>Re: Convert dwg to dwfs files</title>
		<published>2022-02-10T02:34:56Z</published>
		<updated>2022-02-10T02:34:56Z</updated>
		<author>
			<name>LordOfBikes</name>
		</author>
		<content type="html">
			DWG support is still not perfect in LibreCAD, so even import could be challenging.
&lt;br/&gt;DWF is no file format that is supported by LibreCAD. LibreCAD can write DXF, SVG, PDF and some pixel image formats.

	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				&lt;sup&gt;investing less than half an hour into &lt;a href=&quot;https://forum.librecad.org/template/NamlServlet.jtp?macro=adv_search_page&amp;node=4499512&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Search&lt;/a&gt; function can save hours or days of waiting for a solution&lt;/sup&gt;
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Convert-dwg-to-dwfs-files-tp5721440p5721442.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5721440"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5721440</id>
		<title>Convert dwg to dwfs files</title>
		<published>2022-02-10T02:01:46Z</published>
		<updated>2022-02-10T02:01:46Z</updated>
		<author>
			<name>Daniela</name>
		</author>
		<content type="html">
			Hello everyone,
&lt;br/&gt;&lt;br/&gt;It is possible with this program convert the file dwg in a new file dwf?
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Convert-dwg-to-dwfs-files-tp5721440.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5720569</id>
		<title>Re: User Manual</title>
		<published>2021-04-16T12:00:04Z</published>
		<updated>2021-04-16T12:00:04Z</updated>
		<author>
			<name>duncan.lithgow</name>
		</author>
		<content type="html">
			Brilliant! I've added a link and closed the feature request.

	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				IRC: duncan-nz
&lt;br/&gt;Twitter: @BIM_DK
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/User-Manual-tp5716605p5720569.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5720566"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5720566</id>
		<title>Re: User Manual</title>
		<published>2021-04-16T07:06:32Z</published>
		<updated>2021-04-16T07:48:26Z</updated>
		<author>
			<name>Gary S</name>
		</author>
		<content type="html">
			I've already added it to the development version of the manual: &amp;nbsp;
&lt;br/&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;https://librecad-docs-dev.readthedocs.io/en/latest/ref/fundamentals.html#drawing-and-editing-entities&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://librecad-docs-dev.readthedocs.io/en/latest/ref/fundamentals.html#drawing-and-editing-entities&lt;/a&gt;&amp;nbsp; (See &amp;quot;Using the Keyboard&amp;quot;)
&lt;br/&gt;&lt;br/&gt;As a FYI, I follow a release of the application with a release of the manual to keep things aligned.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/User-Manual-tp5716605p5720566.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5720565"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5720565</id>
		<title>Re: User Manual</title>
		<published>2021-04-16T00:58:46Z</published>
		<updated>2021-04-16T00:58:46Z</updated>
		<author>
			<name>duncan.lithgow</name>
		</author>
		<content type="html">
			It looks like we have an undocumented feature for defining the length of the next line segment: &lt;a href=&quot;https://github.com/LibreCAD/LibreCAD/issues/1210&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://github.com/LibreCAD/LibreCAD/issues/1210&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;&lt;br/&gt;* enter your first point
&lt;br/&gt;* write down your distance e.g. &amp;quot;100&amp;quot; (in the command line)
&lt;br/&gt;* then hold &amp;quot;ctrl&amp;quot; key and press an arrow key (left, right, up, or down). According the arrow direction you will draw a vertical/horizontal line with the given length.&lt;/i&gt;&lt;br/&gt;&lt;br/&gt;Who has access to and works on the 2.2 docs?

	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				IRC: duncan-nz
&lt;br/&gt;Twitter: @BIM_DK
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/User-Manual-tp5716605p5720565.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5716605"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5720063</id>
		<title>Re: User Documentation</title>
		<published>2021-01-14T14:37:55Z</published>
		<updated>2021-01-14T14:37:55Z</updated>
		<author>
			<name>flywire</name>
		</author>
		<content type="html">
			The links in the forum header on the main page are really useful. How about moving the Source Code link from first to third?

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/User-Documentation-tp5716553p5720063.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5716558"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5718094</id>
		<title>Re: LibreCAD ver 2.2 User Manual Style</title>
		<published>2019-12-02T14:25:59Z</published>
		<updated>2019-12-02T14:25:59Z</updated>
		<author>
			<name>flywire</name>
		</author>
		<content type="html">
			Thank you for the discussion but it would be more productive if it was focused on the justification (functionality and good design) rather than the measure used (personal preference). Design issues are addressed elsewhere within the application environment, for example &lt;a href=&quot;https://librecad.readthedocs.io/en/latest/guides/annotate.html#types-of-dimensions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Types of Dimensions&lt;/a&gt;&amp;nbsp;&amp;quot;&lt;i&gt;... as with many other aspects of a drawing’s setup, there are some generally accepted values for dimensioning:&lt;/i&gt;&amp;quot; having used the default settings these work better (in my opinion). This forum is another example where the lack of white space on the left of the window which makes it hard to read. The importance of white space to help human perception is normally a fairly early topic in technical design.
&lt;br/&gt;&lt;br/&gt;btw Two observations:
&lt;br/&gt;* Politicians clearly demonstrate discussion/debate can overwhelm good judgment and facts
&lt;br/&gt;* Lesson reinforced - communication will be appreciated more in the second person

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/LibreCAD-ver-2-2-User-Manual-Style-tp5718072p5718094.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5718093"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5718093</id>
		<title>Re: LibreCAD ver 2.2 User Manual Style</title>
		<published>2019-12-02T09:16:48Z</published>
		<updated>2019-12-02T09:16:48Z</updated>
		<author>
			<name>Gary S</name>
		</author>
		<content type="html">
			Here is the problem with personal preferences - In the last week the latest version of LibreCAD for Windows was downloaded from SourceForge ~10,500 times. Extrapolate that to the day it was released, Sept 2016, that would be 1.7 million times. Add to that Linux and Mac users and those that compiled LibreCAD themselves. Say that just 10% of them are active users - that is still roughly 200,000 users. &amp;nbsp;I'm not sure that is even close to being right, but anyway you look at it there is a big number of potential users. Each one of them will have their specific environment, their own way of doing things and their own preferences. &amp;nbsp;It is not reasonable to change the layout to suit any ones individual's expressed preferences. &amp;nbsp;Using the numbers above, again if 10% of the 200,000 users use the RtD documents, that is still 19,999 of the 20,000 that are satisfied with the layout.
&lt;br/&gt;&lt;br/&gt;That is not to say changes cannot be made, but one person saying it needs done to be to suit their specific needs is a non-starter (IMO). &amp;nbsp;If there was a suggestion for a change that was justified and that would suit the greater population of users then let the discussion / debate begin &amp;nbsp;&lt;img class='smiley' src='/images/smiley/smiley_happy.gif' /&gt;.
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/LibreCAD-ver-2-2-User-Manual-Style-tp5718072p5718093.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5718072"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5718081</id>
		<title>Re: Hosting Docs Locally</title>
		<published>2019-12-01T10:46:54Z</published>
		<updated>2019-12-01T10:46:54Z</updated>
		<author>
			<name>LordOfBikes</name>
		</author>
		<content type="html">
			As mentioned in &lt;a href=&quot;https://forum.librecad.org/LibreCAD-ver-2-2-User-Manual-Style-tp5718072p5718079.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://forum.librecad.org/LibreCAD-ver-2-2-User-Manual-Style-tp5718072p5718079.html&lt;/a&gt;, please contact other contributors on Zulip.
&lt;br/&gt;&lt;br/&gt;I don't know if one of them is working on Windows.
&lt;br/&gt;It's a while that I setup and used the docs environment on Linux, but if iirc I had to run a script to start the Sphinx server too.
&lt;br/&gt;This makes sense for me, as I'm not working regularly with Sphinx.
&lt;br/&gt;I feel certain, that there are solutions for auto start if one uses Sphinx tools daily.

	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				&lt;sup&gt;investing less than half an hour into &lt;a href=&quot;https://forum.librecad.org/template/NamlServlet.jtp?macro=adv_search_page&amp;node=4499512&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Search&lt;/a&gt; function can save hours or days of waiting for a solution&lt;/sup&gt;
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Hosting-Docs-Locally-tp5718074p5718081.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5718074"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5718079</id>
		<title>Re: LibreCAD ver 2.2 User Manual Style</title>
		<published>2019-12-01T10:31:15Z</published>
		<updated>2019-12-01T10:31:15Z</updated>
		<author>
			<name>LordOfBikes</name>
		</author>
		<content type="html">
			Hi flywire,
&lt;br/&gt;&lt;br/&gt;first let me thank you for your contributions and efforts you put into LibreCAD recently.
&lt;br/&gt;&lt;br/&gt;I recommend to contact &lt;i&gt;Gary S&lt;/i&gt;&amp;nbsp;and &lt;i&gt;Fabrice&lt;/i&gt;&amp;nbsp;via &lt;a href=&quot;https://librecad.zulipchat.com/#narrow/stream/195641-Documentation-and.20Wiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Zulip &lt;i&gt;Documentation and Wiki&lt;/i&gt;&amp;nbsp;stream&lt;/a&gt;.
&lt;br/&gt;Start with @ for user name auto complete, then they are also informed by mail, that they were mentioned in a Zulip message. You may need patience too, but chances for replies are better.
&lt;br/&gt;They can also answer your question about local environment to work on &lt;i&gt;docs&lt;/i&gt;. 
&lt;br/&gt;&lt;br/&gt;Personal preferences are fine, but it is recommend to talk to other contributors first, to get a second opinion. This helps to avoid wasting time on contributions which probably can't be accepted later.
&lt;br/&gt;As you can see in menu deviations between 2.0 and 2.1/2.2, this was not always the case in past. That change mixed up a lot and we want to avoid this in future.
&lt;br/&gt;&lt;br/&gt;Armin

	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				&lt;sup&gt;investing less than half an hour into &lt;a href=&quot;https://forum.librecad.org/template/NamlServlet.jtp?macro=adv_search_page&amp;node=4499512&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Search&lt;/a&gt; function can save hours or days of waiting for a solution&lt;/sup&gt;
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/LibreCAD-ver-2-2-User-Manual-Style-tp5718072p5718079.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5718072"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5718074</id>
		<title>Hosting Docs Locally</title>
		<published>2019-11-30T21:19:41Z</published>
		<updated>2019-11-30T22:15:33Z</updated>
		<author>
			<name>flywire</name>
		</author>
		<content type="html">
			How are &lt;a href=&quot;https://github.com/GSStnb/docs/blob/ugDrawMod/index.rst&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;docs&lt;/a&gt;&amp;nbsp;hosted locally so changes can be viewed before uploading Pull Request?
&lt;br/&gt;&lt;br/&gt;Sphinx and Mkdocs are installed but I need to run a batch file in Win10 to run them.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Hosting-Docs-Locally-tp5718074.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5718072</id>
		<title>LibreCAD ver 2.2 User Manual Style</title>
		<published>2019-11-30T18:08:58Z</published>
		<updated>2019-12-02T16:00:47Z</updated>
		<author>
			<name>flywire</name>
		</author>
		<content type="html">
			The &lt;a href=&quot;https://librecad.readthedocs.io/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;LibreCAD ver 2.2 User Manual Style&lt;/a&gt;&amp;nbsp;looks terrific but the functionality could be improved with a few style tweaks. I like to split the 1920x1080 Win10 screen with the application on the left half and the documentation on the right.
&lt;br/&gt;&lt;br/&gt;I prefer:
&lt;br/&gt;* context menu icon to access chapters
&lt;br/&gt;* contents heading on the right side of window to reduce distraction reading from left to right
&lt;br/&gt;* only display chapter contents headings
&lt;br/&gt;* hide contents headings when window is reduced below 50% of screen (currently set to about 50% of window)
&lt;br/&gt;&lt;br/&gt;eg: &lt;a href=&quot;https://hack-technicolor.readthedocs.io/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;example&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;------------
&lt;br/&gt;&lt;b&gt;Edit:&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;&lt;img src=&quot;https://forum.librecad.org/file/n5718072/DocScreen1.png&quot; border=&quot;0&quot; alt=&quot;Screen: 40% Contents pane, 15% Margin&quot;/&gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp;Window: 40% Contents pane, 15% Margin, 45% Content
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;img src=&quot;https://forum.librecad.org/file/n5718072/DocScreen2.png&quot; border=&quot;0&quot;/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/LibreCAD-ver-2-2-User-Manual-Style-tp5718072.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5717631</id>
		<title>Re: LibreCAD - logo in SVG</title>
		<published>2019-08-08T03:57:16Z</published>
		<updated>2019-08-08T03:57:16Z</updated>
		<author>
			<name>EngDarkAlchemist</name>
		</author>
		<content type="html">
			Thank you dellus.
&lt;br/&gt;I found in:
&lt;br/&gt;* &lt;a href=&quot;https://wiki.librecad.org/index.php/GCI_2016-17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://wiki.librecad.org/index.php/GCI_2016-17&lt;/a&gt;&lt;br/&gt;* &lt;a href=&quot;https://github.com/LibreCAD/LibreCAD/tree/master/desktop/graphics_icons_and_splash&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://github.com/LibreCAD/LibreCAD/tree/master/desktop/graphics_icons_and_splash&lt;/a&gt;&lt;br/&gt;* &lt;a href=&quot;https://github.com/LibreCAD/LibreCAD/tree/master/desktop/graphics_program_icons&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://github.com/LibreCAD/LibreCAD/tree/master/desktop/graphics_program_icons&lt;/a&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/LibreCAD-logo-in-SVG-tp5717626p5717631.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5717627"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5717627</id>
		<title>Re: LibreCAD - logo in SVG</title>
		<published>2019-08-07T12:17:28Z</published>
		<updated>2019-08-07T12:32:42Z</updated>
		<author>
			<name>dellus</name>
		</author>
		<content type="html">
			I have found these:
&lt;br/&gt;&lt;a href=&quot;https://forum.librecad.org/file/n5717627/Logo_LibreCAD.svg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Logo_LibreCAD.svg&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;https://forum.librecad.org/file/n5717627/Icon_Librecad.svg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Icon_Librecad.svg&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;https://forum.librecad.org/file/n5717627/Splash_Screen_LibreCAD.svg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Splash_Screen_LibreCAD.svg&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://forum.librecad.org/file/n5717627/Readme.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Readme.txt&lt;/a&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/LibreCAD-logo-in-SVG-tp5717626p5717627.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5717626"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5717626</id>
		<title>LibreCAD - logo in SVG</title>
		<published>2019-08-07T09:03:30Z</published>
		<updated>2019-08-07T09:03:30Z</updated>
		<author>
			<name>EngDarkAlchemist</name>
		</author>
		<content type="html">
			Hi all,
&lt;br/&gt;I'm re-editing (re-diagraming) the &lt;b&gt;20170701 LibreCAD Users Extensive Manual&lt;/b&gt;&amp;nbsp;(for LibreCAD 2.1.3). I need of LibreCAD file in the SVG format.
&lt;br/&gt;&lt;br/&gt;Where can I get it?
&lt;br/&gt;&lt;br/&gt;I will update the source and PDF versions weekly for suggestions.
&lt;br/&gt;&lt;br/&gt;I won't give a new &amp;quot;face&amp;quot; for the format and the order of all. I intend that this version be the official printed version.
&lt;br/&gt;&lt;br/&gt;Could you help me?
&lt;br/&gt;&lt;br/&gt;Thank you in advance.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/LibreCAD-logo-in-SVG-tp5717626.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5717258</id>
		<title>Re: Documentation Standards</title>
		<published>2019-04-15T10:36:45Z</published>
		<updated>2019-04-15T10:36:45Z</updated>
		<author>
			<name>fa201</name>
		</author>
		<content type="html">
			2/ was the easiest way for developers to include the contributions so I guess it is :
&lt;br/&gt;- restructuredtext via github (easier to developers) 
&lt;br/&gt;- via the wiki (supports images and some layout)
&lt;br/&gt;- simple text via the forum or email (less easy to developer).
&lt;br/&gt;&lt;br/&gt;Regarding the standards, it will be helpful. I will try to contribute with Github but I am not yet ready with restructuredtext. Thanks.

	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				Fabrice
&lt;br/&gt;&lt;br/&gt;French hobbyist interested in 2D design.
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/How-to-Contribute-tp5716606p5717258.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5717254"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5717257</id>
		<title>Re: Documentation Standards</title>
		<published>2019-04-15T10:29:49Z</published>
		<updated>2019-04-15T10:29:49Z</updated>
		<author>
			<name>LordOfBikes</name>
		</author>
		<content type="html">
			I've sent invitations to both of you to join the new created LibreCAD/Authors team on github.
&lt;br/&gt;As a team member you have permission to edit the repositories wiki:
&lt;br/&gt;&lt;a href=&quot;https://github.com/LibreCAD/docs/wiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://github.com/LibreCAD/docs/wiki&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;As fa201 proposed, I agree to fill this wiki with related content, like documentation and writing standards or useful links for contributors willing to work with restructuredtext via github.
&lt;br/&gt;This keeps too technical information out of the forum and concentrate things on a single place.
&lt;br/&gt;We can link to this wiki from the forum for interested contributors.
&lt;br/&gt;&lt;br/&gt;I also suggest to use the new created Zulip stream &lt;a href=&quot;https://librecad.zulipchat.com/#narrow/stream/195641-Documentation-and.20Wiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Documentation and Wiki&lt;/a&gt;, where we are all subscribed to, to discuss wiki arrangement and other LibreCAD/docs concerns.
&lt;br/&gt;&lt;br/&gt;Armin

	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				&lt;sup&gt;investing less than half an hour into &lt;a href=&quot;https://forum.librecad.org/template/NamlServlet.jtp?macro=adv_search_page&amp;node=4499512&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Search&lt;/a&gt; function can save hours or days of waiting for a solution&lt;/sup&gt;
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/How-to-Contribute-tp5716606p5717257.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5717254"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5717254</id>
		<title>Re: Documentation Standards</title>
		<published>2019-04-15T07:11:43Z</published>
		<updated>2019-04-15T07:11:43Z</updated>
		<author>
			<name>Gary S</name>
		</author>
		<content type="html">
			If I understand you correctly...
&lt;br/&gt;&lt;br/&gt;In order of difficulty:
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- simple text via the forum or email (easiest)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- via the wiki (supports images and some layout)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- restructuredtext via github (difficult - need to know git, github, markup language (restructuredtext), the documentation and writing standards (*)
&lt;br/&gt;&lt;br/&gt;I'm not sure what you are asking for in #2.
&lt;br/&gt;&lt;br/&gt;*: I have been negligent in posting the standards as I have been developing them as I've been writing, so I will update the initial post in the subforum.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/How-to-Contribute-tp5716606p5717254.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5717218"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5717218</id>
		<title>Re: Documentation Standards</title>
		<published>2019-04-07T12:38:10Z</published>
		<updated>2019-04-07T12:38:10Z</updated>
		<author>
			<name>fa201</name>
		</author>
		<content type="html">
			Sorry it is not clear to me. I suggest that you make 2 lists :
&lt;br/&gt;1/ by order of simplicity the possible ways to contribute (from novice contributor to expert)
&lt;br/&gt;2/ same list by order of ease for developer (from expert to novice).
&lt;br/&gt;After I guess that every one will be able to pick the most efficient way to contribute. Thank you and apologises for the extra work &lt;img class='smiley' src='/images/smiley/smiley_blush.gif' /&gt;&amp;nbsp;

	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				Fabrice
&lt;br/&gt;&lt;br/&gt;French hobbyist interested in 2D design.
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/How-to-Contribute-tp5716606p5717218.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5716689"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5717202</id>
		<title>Re: Status and Help Needed</title>
		<published>2019-04-04T05:23:16Z</published>
		<updated>2019-04-04T05:23:16Z</updated>
		<author>
			<name>LordOfBikes</name>
		</author>
		<content type="html">
			cross-link to &lt;i&gt;Read ascii points&lt;/i&gt;&amp;nbsp;plugin tutorial
&lt;br/&gt;&lt;a href=&quot;http://forum.librecad.org/Tutorial-Read-ASCll-Points-Plug-In-tp5717195.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://forum.librecad.org/Tutorial-Read-ASCll-Points-Plug-In-tp5717195.html&lt;/a&gt;&lt;br/&gt;

	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				&lt;sup&gt;investing less than half an hour into &lt;a href=&quot;https://forum.librecad.org/template/NamlServlet.jtp?macro=adv_search_page&amp;node=4499512&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Search&lt;/a&gt; function can save hours or days of waiting for a solution&lt;/sup&gt;
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Status-and-Help-Needed-tp5716757p5717202.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5716757"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5716757</id>
		<title>Status and Help Needed</title>
		<published>2018-12-18T08:56:37Z</published>
		<updated>2019-01-09T16:25:00Z</updated>
		<author>
			<name>Gary S</name>
		</author>
		<content type="html">
			&lt;h2&gt;Help Needed&lt;/h2&gt;&lt;br/&gt;There are several plug-in included with LibreCAD, but I have not found descriptions of them. &amp;nbsp;If anyone has a description of the plug-ins, please post a link or response to this posting. &amp;nbsp;Thanks in advance.
&lt;br/&gt;&lt;br/&gt;&lt;h2&gt;Status&lt;/h2&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp;( The status has been moved to the read me file, &amp;quot;readme.md&amp;quot;, on the Github document web site. )
&lt;br/&gt;&lt;br/&gt;These items are available as a linked / navigable documents and sections that would allow users to find the specifics that are needed. &amp;nbsp;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Status-and-Help-Needed-tp5716757.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5716692</id>
		<title>Re: User Documentation</title>
		<published>2018-12-01T23:06:32Z</published>
		<updated>2018-12-01T23:06:32Z</updated>
		<author>
			<name>ubiquitous</name>
		</author>
		<content type="html">
			Hi Wolfgang,
&lt;br/&gt;I followed your re-working using the command line ok and think in general it is excellent. However I am not sure about constructing the beams with the mouse. I think it is necessary to click on 4 points, not 3, before closing the beam outline. As you suggest it is not really necessary to be precise about point placement but it is useful to do so, and, using the mouse does make it difficult to construct the beams with parallel sides but it does give the person using the exercise some practice at using the mouse.
&lt;br/&gt;I also interspersed extending the beams to meet the top of the frame using the mouse to drag the top two corners after the outline was created and using Snap on Entity to make the points attach to the top of the frame
&lt;br/&gt;&lt;br/&gt;&lt;img src=&quot;https://forum.librecad.org/file/n5716692/Screenshot_from_2018-12-02_16-58-40.png&quot; border=&quot;0&quot;/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Otherwise I think the additions you made are fine.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/User-Documentation-tp5716553p5716692.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5716602"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5716689</id>
		<title>Re: Documentation Standards</title>
		<published>2018-11-26T08:48:41Z</published>
		<updated>2018-12-05T09:26:30Z</updated>
		<author>
			<name>Gary S</name>
		</author>
		<content type="html">
			&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;LordOfBikes wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I've setup the github repo at &lt;a href=&quot;https://github.com/LibreCAD/docs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://github.com/LibreCAD/docs&lt;/a&gt;&amp;nbsp;and hooked it to a LibreCAD account at readthedocs.io
&lt;br/&gt;&lt;br/&gt;The HTML docs are available at &lt;a href=&quot;https://librecad.readthedocs.io/en/latest/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://librecad.readthedocs.io/en/latest/&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Good timing - I was just going to ask you for that &amp;nbsp;&lt;img class='smiley' src='/images/smiley/smiley_good.gif' /&gt;&lt;br/&gt;&lt;br/&gt;I found the GitHub repository and created a fork. &amp;nbsp;I've been working with the tool chain (local repository -&amp;gt; &lt;a href=&quot;https://github.com/GSStnb/docs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;GitHub fork of LibreCAD docs&lt;/a&gt;&amp;nbsp;-&amp;gt; &lt;a href=&quot;https://librecad-docs-dev.readthedocs.io/en/latest/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;RtD LibreCAD Docs (Dev)&lt;/a&gt;&amp;nbsp;and have the environment working nicely. &amp;nbsp;Because I already have a fork, let's leave it that way (for the time being). &amp;nbsp;It offers the advantage of a dev/test environment to build the docs and try different approaches prior to commiting anything to the end-user environment.
&lt;br/&gt;&lt;br/&gt;Hit the RtD link above to see the latest iteration...
&lt;br/&gt;&lt;br/&gt;Gary S
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/How-to-Contribute-tp5716606p5716689.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5716683"/>
	</entry>
</feed>