====== Frequently Asked Questions ====== ===== Did you check the documentation ? ===== Please have a look at the [[https://librecad.readthedocs.io/en/latest/index.html|LibreCAD User Manual]]. Since release 2.2, extensive work has been done to **improve the documentation to make it more readable, better organized and more thorough**. ===== FAQ sections ===== Below you will find some of most frequent questions asked on forum organized by topics. If you do not find the answer to you issue, you can ask for support on the [[http://forum.librecad.org/|LibreCAD forum]]. **[[usage:faq#Drawing issues|Drawing issues]]** * [[usage:faq#Is the line width feature broken?|Is the line width feature broken?]] * [[usage:faq#Is the unit precision broken? All the lines seem to have the same width.|Is the unit precision broken? All the lines seem to have the same width.]] * [[usage:faq#Why do I not see the text associated with dimensions?|Why do I not see the text associated with dimensions?]] * [[usage:faq#How can I copy a part of a drawing to another drawing?|How can I copy a part of a drawing to another drawing?]] * [[usage:faq#Is there a library of drawing elements?|Is there a library of drawing elements?]] * [[usage:faq#My drawing had some hatches. How can I see them?|My drawing had some hatches. How can I see them?]] **[[usage:faq# Graphical User Interface issues|Graphical User Interface issues]]** * [[usage:faq#Some "tools" are missing. How can I get them back?|Some "tools" are missing. How can I get them back?]] **[[usage:faq# DWG/DXF import issues|DWG/DXF import issues]]** * [[usage:faq#Why does the DWG import fail?|Why does the DWG import fail?]] * [[usage:faq#The DXF import process failed, why?|The DXF import process failed, why?]] * [[usage:faq#Open Design Alliance File Converter|Open Design Alliance File Converter]] **[[usage:faq# Printing/exporting issues|Printing/exporting issues]]** * [[usage:faq#Why does exporting a PDF produce a blank page?|Why does exporting a PDF produce a blank page?]] * [[usage:faq#How do I print a drawing with dimensions to a specific scale?|How do I print a drawing with dimensions to a specific scale?]] **[[usage:faq# LibreCAD release/build|LibreCAD release/build]]** * [[usage:faq#here can I find the upcoming release of LibreCAD?|Where can I find the upcoming release of LibreCAD?]] **[[usage:faq# Host User Manual Locally|Host User Manual Locally]]** * [[usage:faq#How can I use User Manual Offline?|How can I use User Manual Offline?]] **[[usage:faq# Contribute on GitHub|Contribute on GitHub]]** * [[usage:faq#Can I easily contribute on GitHub?|Can I easily contribute on GitHub?]] ---- ==== Drawing issues ==== === Is the line width feature broken? === You might need to zoom in to see the width or increase the line width. The line width is not shown when Draft Mode is enabled. === Is the unit precision broken? All the lines seem to have the same width. === If the issue is on the //Status bar// or the information given in the //Command line window// then check //Current Drawing Preferences -> Units//. If the issue affects the dimensions, check //Current Drawing Preferences -> Dimensions//. === Why do I not see the text associated with dimensions? === You might need to raise the value of //Current Drawing Preferences -> Dimensions -> Text Height//. You might also need to adjust the value of //Current Drawing Preferences -> Dimensions -> General Scale//.\\ If you see an **empty rectangle** where the dimension text should be, then check that //View -> Draft// is not active. === How can I copy a part of a drawing to another drawing? === See the [[usage:howto|How to]] section. === Is there a library of drawing elements? === Yes. There is a [[https://librecad.readthedocs.io/en/latest/ref/widgets.html#widget-libbrowser|Library Browser]] which allows [[https://librecad.readthedocs.io/en/latest/guides/blocks.html#block-libraries|insertion]] in a similar way as for blocks. You can also [[https://dokuwiki.librecad.org/doku.php/usage:howto#how_to_create_standard_blocks_to_be_re-used|add elements]] to create your own library. === My drawing had some hatches. How can I see them? === If //Draft// mode is selected then hatches cannot be seen. Check that //View -> Draft// is not active. ==== Graphical User Interface issues ==== === Some "tools" are missing. How can I get them back? === First, determine the type of "tool" which is missing by check this [[https://librecad.readthedocs.io/en/latest/getstart/configure.html#configuration|image of LibreCAD GUI]]. The //toolbars// and //widgets// are respectively activated through the menu //Widgets -> Toolbars// and //Widgets -> Dock widgets//. The //Status bar// can be activated by clicking in the menu //View -> Statusbar//. You may refer to the [[https://librecad.readthedocs.io/en/latest/getstart/configure.html#layout|layout description]] for more information. ==== DWG/DXF import issues ==== === Why does the DWG import fail? === The support of DWG format by LibreCAD is basic. If the DWG import fails, you can convert from DWG to DXF format. Free converters are available on the web. === The DXF import process failed, why? === LibreCAD does not support all features of Autodesk DXF format. Currently, only the following DXF formats are supported: R12, R14, 2000, 2004 and 2007. If you have issues to import some DXF files, please report them on the [[http://forum.librecad.org/|LibreCAD forum]]. === Open Design Alliance File Converter === Try the [[https://www.opendesign.com/oda_online_converter|Online Converter]] or download [[https://www.opendesign.com/guestfiles/oda_file_converter|ODA File Converter]], a freeware application for converting between different versions of .dwg and .dxf. Other [[https://www.opendesign.com/guestfiles|Open Design Alliance downloads]] may help identify file issues. ==== Printing/exporting issues ==== === Why does exporting a PDF produce a blank page? === You need to select a paper format (e.g. A4) in //Current Drawing Preferences//. === How do I print a drawing with dimensions to a specific scale? === Make sure the //Widgets -> Toolbars -> Tool Options// bar is active and see the [[https://librecad.readthedocs.io/en/latest/guides/printing.html|Printing guide]]. ==== LibreCAD release/build ==== ===Where can I find the upcoming release of LibreCAD?=== For most OS, it is possible to build the release under development with this [[https://librecad.readthedocs.io/en/latest/appx/build.html|proceedure]]. ==== Host User Manual Locally ==== === How can I use User Manual Offline? === **Purpose:** * Allow Read the Docs files to be viewed offline * Make edits to the docs themselves and render them locally so you can inspect changes before pushing back to the fork **Install:** * //[[https://www.python.org/downloads/|Python 3.7.6]]// - Note: current bug in v3.8 * //pip install Sphinx// * //pip install sphinx-autobuild// * //pip install sphinx-rtd-theme// * Download https://github.com/LibreCAD/docs/archive/master.zip from a fork of your choice and Unzip to a directory **Run:** * Navigate to the directory in Explorer and on the address bar enter //make livehtml// to start the local server * In your browser enter http://127.0.0.1:8000 If you make any changes to the local User Manual files they will be updated in the browser. ==== Contribute on GitHub ==== === Can I easily contribute on GitHub? === **Yes**, with a simple //pull request// (term to offer a change). You will need to register a GitHub account, login then go to the page. For example, click the //Edit on GitHub// link in the top right-hand corner of any User Manual page to go to the page. * Click the **pencil** button, search for text near the location, make any edits you want then preview them to confirm (see Hints below). Give the proposed change a description up to 50 characters and optionally an extended description then click the **Propose file Change** button. * If you're reading this you won't have write access to the repository (project folders) so GitHub will create a copy of the repository (actually a a branch) in your account. Click the **Create pull request** button. * Give the //Pull Request// a description and add any comments then click **Create pull request** button. **Hints** Many GitHub files are in a special format, for example, the User Manual uses reStructuredText. Codes are used to format the document so a simple search in the browser will only find text formatted the same (and Chrome would search the file but Firefox would only search the screen). If the change is simple you might be able to stay within existing formatting, try a blank line before/after the change or perhaps copy a similar formatted section from elsewhere and change it. If you mess it up get help or submit it anyway and let the repository owner fix it. Each contribution should have its own branch so just start again. If you missed something in the //pull request// just open up your repository branch, change it and commit a new change. This process will only work for one file and you can repeat it for two. Complex Pull Requests involving multiple files should be submitted using Git. [[https://help.github.com/en/github/managing-files-in-a-repository/managing-files-on-github|Managing files on GitHub]]