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
(created News page)
 
(cal precision)
Line 4: Line 4:
  
 
* restrict orthogonal was added to the snap toolbar ([https://github.com/LibreCAD/LibreCAD/commit/1914fd1fc70c8ee13024a7884d7566fa5286934c commit])
 
* restrict orthogonal was added to the snap toolbar ([https://github.com/LibreCAD/LibreCAD/commit/1914fd1fc70c8ee13024a7884d7566fa5286934c commit])
 +
* command line calculator precision upgarded to 12 ([https://github.com/LibreCAD/LibreCAD/commit/4cf9fcf9395dafe601a3330df6403cb2e0b21397 commit])
 
* snap commands now toggle the snap toolbar icons ([https://github.com/LibreCAD/LibreCAD/commit/539f24aad6731675b9be0547501f26d9f517f88b commit])
 
* snap commands now toggle the snap toolbar icons ([https://github.com/LibreCAD/LibreCAD/commit/539f24aad6731675b9be0547501f26d9f517f88b commit])
 
* crash fix - free hand line ([https://github.com/LibreCAD/LibreCAD/commit/f0dd320409534ca78e0afe75035c48366305ee26 commit])
 
* crash fix - free hand line ([https://github.com/LibreCAD/LibreCAD/commit/f0dd320409534ca78e0afe75035c48366305ee26 commit])

Revision as of 18:24, 8 May 2015

This page contains news that might be of interest to LibreCAD users. 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.

Users

  • restrict orthogonal was added to the snap toolbar (commit)
  • command line calculator precision upgarded 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"

Developers

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