LibreCAD / LibreCAD

LibreCAD is a cross-platform 2D CAD program written in C++17. It can read DXF/DWG files and can write DXF/PDF/SVG files. It supports point/line/circle/ellipse/parabola/spline primitives. The user interface is highly customizable, and has dozens of translations.
http://librecad.org/
Other
4.37k stars 1k forks source link

Setting: Autozoom at Startup #1149

Closed cody-cshe closed 4 years ago

cody-cshe commented 4 years ago

Would it be possible to add an "Autozoom at Startup" checkbox in settings? Most of the time when dxfs, dwgs are first opened the item is not fully in view.

I'm on Windows 10, LibreCAD 2.1.3

gerardbm commented 4 years ago

Like this one?

screenshot

Yes, this setting is in the last version of LibreCAD.

cody-cshe commented 4 years ago

Yes, that looks good, which version is that, I can't find it in 2.2.0-rc1 or 2.1.3.

gerardbm commented 4 years ago

I used the version of the master branch, by compiling the source code.

You can try to compile it as well from Windows. https://wiki.librecad.org/index.php/Build_from_source

If you can't compile it, download and install the last binary (EXE) for Windows from the releases section, (this setting was probably already added in the version 2.2.0-rc1): https://github.com/LibreCAD/LibreCAD/releases/tag/2.2.0-rc1

Keep in mind this: