discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Using OpenCSG 1.4.2

IO
Ian Oliver
Mon, Jul 17, 2017 3:57 PM

New thread.

I've built libopencsg 1.4.2 from source and installed it.

ldd /usr/bin/openscad-nightly | grep csg
libopencsg.so.1 => /usr/local/lib/libopencsg.so.1 (0x00007fe3dde8f000)
ll /usr/local/lib/libopencsg.so.1
/usr/local/lib/libopencsg.so.1 -> libopencsg.so.1.4.2*

All looks good.

But OpenSCAD still reports -

OpenCSG version: OpenCSG 1.4.0

and my preview issue remains.

Ideas?

New thread. I've built libopencsg 1.4.2 from source and installed it. ldd /usr/bin/openscad-nightly | grep csg libopencsg.so.1 => /usr/local/lib/libopencsg.so.1 (0x00007fe3dde8f000) ll /usr/local/lib/libopencsg.so.1 /usr/local/lib/libopencsg.so.1 -> libopencsg.so.1.4.2* All looks good. But OpenSCAD still reports - OpenCSG version: OpenCSG 1.4.0 and my preview issue remains. Ideas?
MC
Mr C Camacho
Mon, Jul 17, 2017 4:00 PM

do you have a packaged version of opencsg still installed?

does LD_LIBRARY_PATH get checked before other lib paths ?? (I can't
quite remember the order)

you could try setting it to /usr/local/lib

LD_LIBRARY_PATH=/usr/local/lib ./openscad

On 17/07/17 16:57, Ian Oliver wrote:

New thread.

I've built libopencsg 1.4.2 from source and installed it.

ldd /usr/bin/openscad-nightly | grep csg
libopencsg.so.1 => /usr/local/lib/libopencsg.so.1
(0x00007fe3dde8f000)
ll /usr/local/lib/libopencsg.so.1
/usr/local/lib/libopencsg.so.1 -> libopencsg.so.1.4.2*

All looks good.

But OpenSCAD still reports -

OpenCSG version: OpenCSG 1.4.0

and my preview issue remains.

Ideas?


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

do you have a packaged version of opencsg still installed? does LD_LIBRARY_PATH get checked before other lib paths ?? (I can't quite remember the order) you could try setting it to /usr/local/lib LD_LIBRARY_PATH=/usr/local/lib ./openscad On 17/07/17 16:57, Ian Oliver wrote: > New thread. > > I've built libopencsg 1.4.2 from source and installed it. > > ldd /usr/bin/openscad-nightly | grep csg > libopencsg.so.1 => /usr/local/lib/libopencsg.so.1 > (0x00007fe3dde8f000) > ll /usr/local/lib/libopencsg.so.1 > /usr/local/lib/libopencsg.so.1 -> libopencsg.so.1.4.2* > > All looks good. > > But OpenSCAD still reports - > > OpenCSG version: OpenCSG 1.4.0 > > and my preview issue remains. > > Ideas? > > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
IO
Ian Oliver
Mon, Jul 17, 2017 4:26 PM

As per comments at the bottom of this thread, setting Orthogonal fixes
this for me.

https://github.com/openscad/openscad/issues/1591

As it happens, I only need perspective to check accuracy of my model
against picture of "real" things, and when doing the latter I'm usually
not slicing, so this is close to a perfect solution.

As per comments at the bottom of this thread, setting Orthogonal fixes this for me. https://github.com/openscad/openscad/issues/1591 As it happens, I only need perspective to check accuracy of my model against picture of "real" things, and when doing the latter I'm usually not slicing, so this is close to a perfect solution.