Export to LDraw Format from LeoCAD 0.80.1 - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: General (https://forums.ldraw.org/forum-12.html) +--- Forum: Help (https://forums.ldraw.org/forum-13.html) +--- Thread: Export to LDraw Format from LeoCAD 0.80.1 (/thread-22353.html) |
Export to LDraw Format from LeoCAD 0.80.1 - Thomas Reininghaus - 2017-09-21 LeoCAD offers to save lcd file. I assume this is the LeoCAD format, because LDView shows parsing errors when opening this file. The file->export menu offers formats 3D Studio, Bricklink, CSV, HTML, POV-Ray, Wavefront. Please guide me how to export in LDraw format. RE: Export to LDraw Format from LeoCAD 0.80.1 - Philippe Hurbain - 2017-09-21 (2017-09-21, 16:19)Thomas Reininghaus Wrote: LeoCAD offers to save lcd file. I assume this is the LeoCAD format, because LDView shows parsing errors when opening this file. The file->export menu offers formats 3D Studio, Bricklink, CSV, HTML, POV-Ray, Wavefront. Please guide me how to export in LDraw format..lcd is indeed the old proprietary file format of LeoCAD. You should update to a more modern version, now LeoCAD saves (only) as .ldr! But if I remember well, with older versions, you just have to specify .ldr when you supply the file name in the "save as" dialog (or maybe there is a listbox to choose format there? don't remember precisely) RE: Export to LDraw Format from LeoCAD 0.80.1 - Thomas Reininghaus - 2017-09-21 (2017-09-21, 18:11)Philippe Hurbain Wrote:(2017-09-21, 16:19)Thomas Reininghaus Wrote: LeoCAD offers to save lcd file. I assume this is the LeoCAD format, because LDView shows parsing errors when opening this file. The file->export menu offers formats 3D Studio, Bricklink, CSV, HTML, POV-Ray, Wavefront. Please guide me how to export in LDraw format..lcd is indeed the old proprietary file format of LeoCAD. You should update to a more modern version, now LeoCAD saves (only) as .ldr! But if I remember well, with older versions, you just have to specify .ldr when you supply the file name in the "save as" dialog (or maybe there is a listbox to choose format there? don't remember precisely) Tried the .ldr trick with no success. I am on Ubuntu 14.04 and didn't do updates for a while: Code: sudo apt-cache policy leocad I will go for 16.06. Thanks a lot for clarifying. RE: Export to LDraw Format from LeoCAD 0.80.1 - Thomas Reininghaus - 2017-09-23 (2017-09-21, 23:23)Thomas Reininghaus Wrote:I updated Ubuntu to 16.06 LTS.(2017-09-21, 18:11)Philippe Hurbain Wrote: .lcd is indeed the old proprietary file format of LeoCAD. You should update to a more modern version, now LeoCAD saves (only) as .ldr! But if I remember well, with older versions, you just have to specify .ldr when you supply the file name in the "save as" dialog (or maybe there is a listbox to choose format there? don't remember precisely) I removed LeoCAD 0.80.1 I reinstalled LeoCAD using Code: sudo apt-get install leocad Code: sudo apt-cache policy leocad RE: Export to LDraw Format from LeoCAD 0.80.1 - Philippe Hurbain - 2017-09-23 No idea, sorry. Windows here... RE: Export to LDraw Format from LeoCAD 0.80.1 - Roland Melkert - 2017-09-23 (2017-09-23, 12:57)Thomas Reininghaus Wrote: How to install v17.07 (see https://github.com/leozide/leocad/releases/tag/v17.07) using Ubuntu package manager? There doesn't seem to be a Linux binary package on git so you'll probably have to compile it your self if you want the latest version. RE: Export to LDraw Format from LeoCAD 0.80.1 - Thomas Reininghaus - 2017-09-23 I managed to have a new version of LeoCAD in Ubuntu 16.04 LTS by downloading a debain package from here https://packages.debian.org/jessie/amd64/leocad/download and using Code: sudo apt-get install ./leocad_17.07_amd64.deb Thanks for your help. |