We have moved to https://dokuwiki.librecad.org/

Lots of content was already moved to the new wiki, but there is still work to do. If you want to contribute, please register a new account at https://dokuwiki.librecad.org/

This wiki will be kept for a while to keep search engine results valid. Moved sites may be deleted here in future.

Difference between revisions of "LibreCAD Tips and Techniques"

From LibreCAD wiki
Jump to: navigation, search
(Add Printing a Drawing to Positioned and to Scale with a Border)
(added command alias)
Line 1: Line 1:
=Printing a Drawing to Positioned and to Scale with a Border=
+
==Printing a Drawing to Positioned and to Scale with a Border==
 
# '''Draw the border'''.  
 
# '''Draw the border'''.  
 
## The border '''has to be centered''' within the finished page, or this will not work.  
 
## The border '''has to be centered''' within the finished page, or this will not work.  
Line 10: Line 10:
  
 
Saving the border as a block may be useful (I haven't tried it) for producing multiple pages with a uniform format.
 
Saving the border as a block may be useful (I haven't tried it) for producing multiple pages with a uniform format.
 +
 +
 +
==Command Aliases==
 +
You may also define your command aliases by changing the alias configuration file and restart LibreCAD:
 +
 +
In OS_WIN32
 +
 +
* %HOME%\local configuration\application data\LibreCAD\librecad.alias
 +
In OS_MAC
 +
* $HOME/Library/Application Support/LibreCAD/librecad.alias
 +
In OS_LINUX
 +
* $HOME/.local/share/data/LibreCAD/librecad.alias

Revision as of 23:24, 11 April 2015

Printing a Drawing to Positioned and to Scale with a Border

  1. Draw the border.
    1. The border has to be centered within the finished page, or this will not work.
    2. For my current small page, I am using a 10" x 7.5" border, which is half an inch within a US "letter size" page.
    3. There must be nothing outside the border, or LibreCAD will use it to center the page, rather than the border.
  2. Select print preview. This will produce a preview centered to the page, and scaled so that the border is as large as possible.
  3. Set the scale and check "fixed."
  4. Press the center button. This positions the drawing, and may also apply the scale factor.
  5. Print.

Saving the border as a block may be useful (I haven't tried it) for producing multiple pages with a uniform format.


Command Aliases

You may also define your command aliases by changing the alias configuration file and restart LibreCAD:

In OS_WIN32

  •  %HOME%\local configuration\application data\LibreCAD\librecad.alias

In OS_MAC

  • $HOME/Library/Application Support/LibreCAD/librecad.alias

In OS_LINUX

  • $HOME/.local/share/data/LibreCAD/librecad.alias