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 "News"

From LibreCAD wiki
Jump to: navigation, search
(For users: news flash...)
(news flash...)
Line 6: Line 6:
  
 
* new Dimensions tab in Edit - Current drawing preferences ([http://wiki.librecad.org/index.php/File:Dimensions_tab.png image])
 
* new Dimensions tab in Edit - Current drawing preferences ([http://wiki.librecad.org/index.php/File:Dimensions_tab.png image])
 +
* MakerCAM SVG export supports splines ([https://github.com/LibreCAD/LibreCAD/commit/1c82e581ce72bfbccbc4dad5ec969f16a292a2e7 commit])
 
* selected command line output is copied when the left mouse button is released ([https://github.com/LibreCAD/LibreCAD/commit/693a25f0a5deb4e9bf997b53c85b2a751e3fb157 commit])
 
* selected command line output is copied when the left mouse button is released ([https://github.com/LibreCAD/LibreCAD/commit/693a25f0a5deb4e9bf997b53c85b2a751e3fb157 commit])
 
* cal sin(45d) converts to cal sin(45*pi/180) ([https://github.com/LibreCAD/LibreCAD/commit/a25f3e3c93358eb67c50729ce7b48ab6eb1ca5d4 commit])
 
* cal sin(45d) converts to cal sin(45*pi/180) ([https://github.com/LibreCAD/LibreCAD/commit/a25f3e3c93358eb67c50729ce7b48ab6eb1ca5d4 commit])

Revision as of 04:35, 25 June 2015

This page contains news that might be of interest to the LibreCAD community. The most recent news is found at the top. Note that these changes will probably only be available in Nightly builds or by building from source.

For users

2015 June:

  • new Dimensions tab in Edit - Current drawing preferences (image)
  • MakerCAM SVG export supports splines (commit)
  • selected command line output is copied when the left mouse button is released (commit)
  • cal sin(45d) converts to cal sin(45*pi/180) (commit)
  • commands added for 21 actions (info)
  • Drag and Drop support for DXF files
  • Circle → Tangential 3 Circles: has been improved to support most cases (including two concentric circles and a secant line)

2015 May:

  • added a new way to make copies of objects (info)
  • crash fix - Spline (issue)
  • crash fix - Tangential 2 Circles, 1 Point (commit)
  • added Application Preferences → Defaults → Modify layer of selected entities, at layer activation (commit)
  • Windows users can expect more frequent Nightly builds (source)
  • restrict orthogonal was added to the snap toolbar (commit)
  • command line calculator precision upgraded to 12 (commit)
  • snap commands now toggle the snap toolbar icons (commit)
  • crash fix - free hand line (commit)
  • crash fix - draw ellipse by center and three points (commit)
  • increased precision of the distance point to point tool (commit)
  • added the ability to read DWG files
  • added "Export as MakerCAM SVG"

For developers

2015 May
  • Windows users can build LibreCAD in Qt Creator (commit)