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 "Main Menu"

From LibreCAD wiki
Jump to: navigation, search
(Blanked the page)
Line 1: Line 1:
== Focus on commandline ==
 
Press '''Ctrl-m''' to access the command line, where you can type commands.
 
  
== Lines ==
 
<nowiki>command:"l"
 
</nowiki>
 
This command will draw lines from one point you enter to the next.
 
 
== Circles ==
 
 
<nowiki>command: "circle"
 
</nowiki>
 
Will first ask you the centre. Than it will ask you for the radius
 
 
== By menu ==
 
 
 
== Other commands ==
 
 
=== DRAW CMD: ===
 
{| class="wikitable"
 
| DrawPoint || po, point
 
|-
 
| DrawLine || l, li, line
 
|-
 
| DrawPolyline || polyline
 
|-
 
| DrawLineParallel || o, offset, par, parallel
 
|-
 
| DrawArc3P || a, arc 
 
|-
 
| DrawCircle || ci, circle
 
|-
 
| DrawLineRectangle || rec, rectang, rectangle
 
|-
 
| DrawText ||text
 
|}
 
 
=== ZOOM CMD: ===
 
{| class="wikitable"
 
| ZoomRedraw || zr, rg, regen, zoom - redraw
 
|- 
 
| ZoomWindow || zw, zoom - window
 
|-
 
| ZoomAuto || za, zoom - auto
 
|-
 
| ZoomPan || zp, zoom - pan
 
|-
 
| ZoomPrevious || zv, zoom - previous
 
|}
 
 
=== EDIT CMD: ===
 
{| class="wikitable"
 
| EditUndo || u, undo
 
|-
 
| EditRedo || r, redo
 
|-
 
| EditKillAllActions || k, kill
 
|}
 
 
=== DIMENSION CMD: ===
 
{| class="wikitable"
 
| DimAligned || da, dimension - aligned
 
|-
 
| DimLinear || dr, dimension - linear
 
|-
 
| DimLinearHor || dh, dimension - horizontal
 
|-
 
| DimLinearVer || dv, dimension - vertical
 
|-
 
| DimLeader || ld, dimension - leader
 
|}
 
 
=== TOOL CMD: ===
 
{| class="wikitable"
 
| ToolRegenerateDimensions || dimregen
 
|}
 
 
=== MODIFY CMD: ===
 
{| class="wikitable"
 
| ModifyTrim || xt, rm, modify - trim (extend)
 
|-
 
| ModifyTrim2 || tm, modify - multi trim (extend)
 
|-
 
| ModifyMove || mv, modify - move
 
|-
 
| ModifyBevel || ch, modify - bevel (chamfer)
 
|-
 
| ModifyMirror || mi, modify - mirror
 
|-
 
| ModifyRotate || ro, modify - rotate
 
|-
 
| ModifyScale || sz, modify - scale
 
|-
 
| ModifyStretch || ss, modify - stretch
 
|-
 
| ModifyDelete || er, modify - delete (erase)
 
|-
 
| EditUndo || oo, modify - undo (oops)
 
|-
 
| EditRedo || uu, modify - redo
 
|-
 
| BlocksExplode || xp, modify - explode
 
|}
 
 
=== SNAP CMD: ===
 
{| class="wikitable"
 
| SnapFree || os, snap - none
 
|-
 
| SnapGrid || sg, snap - grid
 
|-
 
| SnapEndpoint || se, snap - end
 
|-
 
| SnapIntersection || si, snap - intersection
 
|-
 
| SnapCenter || sn, snap - center
 
|-
 
| SnapMiddle || sm, snap - middle
 
|-
 
| SnapOnEntity || np, snap - nearest point
 
|}
 
 
=== SELECTION CMD: ===
 
{| class="wikitable"
 
| DeselectAll || tn, deselect - all
 
|}
 

Revision as of 12:05, 31 October 2012