discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

F5 works, then after an error, stops

JD
Jerry Davis
Sun, Mar 18, 2018 10:04 PM

can I ask why you are using the apt get install command for openscad?
the repository version 2015.03-2 is > 3 years old.

why don't you try the latest openscad appimage? and see if that works for
you?

73,

Jerry

Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and 3D designer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

On Sun, Mar 18, 2018 at 2:25 PM, Rob Ward rl.ward@bigpond.com wrote:

Hi Florian  and everybody else,

Please excuse the nature of this reply (ie obliquely about OpenSCAD), but
as I stated in a previous post I am do not have a very deep understanding
of Linux, and compiling libraries and applications onto the system is one
of my (many?) weakest points. So here I go...

In preparation I have

     sudo apt remove openscad

then I have visited this page, https://sourceforge.net/
projects/glew/files/glew/2.0.0/ to the latest OpenCSG (I hope)

and installed advised build tools with

     sudo apt-get install build-essential libxmu-dev libxi-dev

libgl-dev libosmesa-dev git

then followed links to

and downloaded this version "glew-2.0.0".

Extracted it to a folder. Entered the folder with a Terminal

and executed the following commands...

        make

     sudo make install

     make clean

These appeared to run OK.

I then reinstalled OpenScad

     sudo apt install openscad

Which again worked without a hitch, and openSCAD reappeared and works,
however the "F5+error" problem remains and none of what I have done above
appears to have made any difference.

Here is the start of the current library/build dump,

OpenSCAD Version: 2015.03-2

System information: Linux 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12
21:23:04 UTC 2018 x86_64 Ubuntu 16.04.4 LTS 4 CPUs 3.85 GB RAM

Compiler: GCC "5.4.0 20160609" 64bit

Boost version: 1_58

Eigen version: 3.2.92

CGAL version, kernels: 4.7, Cartesian, Extended_cartesian, Epeck

OpenCSG version: OpenCSG 1.4.0

The items in red have not changed, so I still have the same OpenSCAD and
OpenCSG versions.

Please let me apologise first, I don't expect people to micro-manage me,
as your (and everybody else's!!) time is valuable. However if anyone  could
identify where I am going wrong and point me in the right direction it
would be much appreciated eg a tutorial they can recommend. I would like to
be able compile versions of OpenSCAD eventually to try out new features.

Many thanks in advance,

Rob

PS Apologies Florian for the PM I overlooked hitting the reply to  the
group, and did not intend to heap that reply on you.

On 17/03/18 03:47, Chris Camacho wrote:

I've seen it just occasionally, I'm periodically upto date with github...
(on Void Linux)

can't reliably reproduce so just wrote it off as "one of those things" I
assume its an OpenCSG issue??

restarting always resolves it for me...

On 16/03/18 16:03, NateTG wrote:

RobWLakes wrote

...

This where my confusion comes in, as after returning color to "green", the
F5 no longer renders anything, though F6 renders all three elements
properly.  If I save the file, and reload it, F5 will work again. I have
tried Flushing the Caches, but that does not help.

What am I missing?

Rob
Using: Ubuntu (16.04.4LTS) Mate, and openSCAD 2015.03-2
...

I'm experiencing a similar issue with a 2018 build on Debian.  I think
it's
worth an error report on github.  I wonder if it's some kind of issue with
a
rendering cache.

--
Sent from: http://forum.openscad.org/


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


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


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

can I ask why you are using the apt get install command for openscad? the repository version 2015.03-2 is > 3 years old. why don't you try the latest openscad appimage? and see if that works for you? 73, Jerry -- Extra Ham Operator: K7AZJ Registered Linux User: 275424 Raspberry Pi and 3D designer *The most exciting phrase to hear in science - the one that heralds new discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov On Sun, Mar 18, 2018 at 2:25 PM, Rob Ward <rl.ward@bigpond.com> wrote: > Hi Florian and everybody else, > > Please excuse the nature of this reply (ie obliquely about OpenSCAD), but > as I stated in a previous post I am do not have a very deep understanding > of Linux, and compiling libraries and applications onto the system is one > of my (many?) weakest points. So here I go... > > In preparation I have > > sudo apt remove openscad > then I have visited this page, https://sourceforge.net/ > projects/glew/files/glew/2.0.0/ to the latest OpenCSG (I hope) > > and installed advised build tools with > > sudo apt-get install build-essential libxmu-dev libxi-dev > libgl-dev libosmesa-dev git > > then followed links to > > and downloaded this version "glew-2.0.0". > > Extracted it to a folder. Entered the folder with a Terminal > > and executed the following commands... > > make > > sudo make install > > make clean > > These appeared to run OK. > > I then reinstalled OpenScad > > sudo apt install openscad > Which again worked without a hitch, and openSCAD reappeared and works, > however the "F5+error" problem remains and none of what I have done above > appears to have made any difference. > > Here is the start of the current library/build dump, > > OpenSCAD Version: 2015.03-2 > > System information: Linux 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 > 21:23:04 UTC 2018 x86_64 Ubuntu 16.04.4 LTS 4 CPUs 3.85 GB RAM > > Compiler: GCC "5.4.0 20160609" 64bit > > Boost version: 1_58 > > Eigen version: 3.2.92 > > CGAL version, kernels: 4.7, Cartesian, Extended_cartesian, Epeck > > OpenCSG version: OpenCSG 1.4.0 > > The items in red have not changed, so I still have the same OpenSCAD and > OpenCSG versions. > > Please let me apologise first, I don't expect people to micro-manage me, > as your (and everybody else's!!) time is valuable. However if anyone could > identify where I am going wrong and point me in the right direction it > would be much appreciated eg a tutorial they can recommend. I would like to > be able compile versions of OpenSCAD eventually to try out new features. > > Many thanks in advance, > > Rob > > PS Apologies Florian for the PM I overlooked hitting the reply to the > group, and did not intend to heap that reply on you. > > > On 17/03/18 03:47, Chris Camacho wrote: > > I've seen it just occasionally, I'm periodically upto date with github... > (on Void Linux) > > can't reliably reproduce so just wrote it off as "one of those things" I > assume its an OpenCSG issue?? > > restarting always resolves it for me... > > > On 16/03/18 16:03, NateTG wrote: > > RobWLakes wrote > > ... > > This where my confusion comes in, as after returning color to "green", the > F5 no longer renders anything, though F6 renders all three elements > properly. If I save the file, and reload it, F5 will work again. I have > tried Flushing the Caches, but that does not help. > > What am I missing? > > Rob > Using: Ubuntu (16.04.4LTS) Mate, and openSCAD 2015.03-2 > ... > > I'm experiencing a similar issue with a 2018 build on Debian. I think > it's > worth an error report on github. I wonder if it's some kind of issue with > a > rendering cache. > > > > > > -- > Sent from: http://forum.openscad.org/ > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >
CC
Chris Camacho
Mon, Mar 19, 2018 10:56 AM

for the sake of others that come here after you... you may want to make
a different thread

Look for as many of the development packages as you can through your
package manager, you should only need to compile and install a few libs
from source...

the openSCAD build process is fairly painless once you have all the
dependencies installed...

On 18/03/18 21:25, Rob Ward wrote:

Hi Florian  and everybody else,

Please excuse the nature of this reply (ie obliquely about OpenSCAD),
but as I stated in a previous post I am do not have a very deep
understanding of Linux, and compiling libraries and applications onto
the system is one of my (many?) weakest points. So here I go...

In preparation I have

sudo apt remove openscad

then I have visited this page,
https://sourceforge.net/projects/glew/files/glew/2.0.0/ to the latest
OpenCSG (I hope)

and installed advised build tools with

sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev
libosmesa-dev git

then followed links to

  and downloaded this version "glew-2.0.0".

Extracted it to a folder. Entered the folder with a Terminal

and executed the following commands...

make

        sudo make install

        make clean

These appeared to run OK.

I then reinstalled OpenScad

sudo apt install openscad

Which again worked without a hitch, and openSCAD reappeared and works,
however the "F5+error" problem remains and none of what I have done
above appears to have made any difference.

Here is the start of the current library/build dump,

OpenSCAD Version: 2015.03-2

System information: Linux 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12
21:23:04 UTC 2018 x86_64 Ubuntu 16.04.4 LTS 4 CPUs 3.85 GB RAM

Compiler: GCC "5.4.0 20160609" 64bit

Boost version: 1_58

Eigen version: 3.2.92

CGAL version, kernels: 4.7, Cartesian, Extended_cartesian, Epeck

OpenCSG version: OpenCSG 1.4.0

The items in red have not changed, so I still have the same OpenSCAD
and OpenCSG versions.

Please let me apologise first, I don't expect people to micro-manage
me, as your (and everybody else's!!) time is valuable. However if
anyone  could identify where I am going wrong and point me in the
right direction it would be much appreciated eg a tutorial they can
recommend. I would like to be able compile versions of OpenSCAD
eventually to try out new features.

Many thanks in advance,

Rob

PS Apologies Florian for the PM I overlooked hitting the reply to the
group, and did not intend to heap that reply on you.

On 17/03/18 03:47, Chris Camacho wrote:

I've seen it just occasionally, I'm periodically upto date with
github... (on Void Linux)

can't reliably reproduce so just wrote it off as "one of those
things" I assume its an OpenCSG issue??

restarting always resolves it for me...

On 16/03/18 16:03, NateTG wrote:

RobWLakes wrote

...

This where my confusion comes in, as after returning color to
"green", the
F5 no longer renders anything, though F6 renders all three elements
properly.  If I save the file, and reload it, F5 will work again. I
have
tried Flushing the Caches, but that does not help.

What am I missing?

Rob
  Using: Ubuntu (16.04.4LTS) Mate, and openSCAD 2015.03-2
...

I'm experiencing a similar issue with a 2018 build on Debian. I
think it's
worth an error report on github.  I wonder if it's some kind of
issue with a
rendering cache.

--
Sent from: http://forum.openscad.org/


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

for the sake of others that come here after you... you may want to make a different thread Look for as many of the development packages as you can through your package manager, you should only need to compile and install a few libs from source... the openSCAD build process is fairly painless once you have all the dependencies installed... On 18/03/18 21:25, Rob Ward wrote: > Hi Florian  and everybody else, > > Please excuse the nature of this reply (ie obliquely about OpenSCAD), > but as I stated in a previous post I am do not have a very deep > understanding of Linux, and compiling libraries and applications onto > the system is one of my (many?) weakest points. So here I go... > > In preparation I have > > sudo apt remove openscad > > then I have visited this page, > https://sourceforge.net/projects/glew/files/glew/2.0.0/ to the latest > OpenCSG (I hope) > > and installed advised build tools with > > sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev > libosmesa-dev git > > then followed links to > >   and downloaded this version "glew-2.0.0". > > Extracted it to a folder. Entered the folder with a Terminal > > and executed the following commands... > > make > >         sudo make install > >         make clean > > These appeared to run OK. > > I then reinstalled OpenScad > > sudo apt install openscad > > Which again worked without a hitch, and openSCAD reappeared and works, > however the "F5+error" problem remains and none of what I have done > above appears to have made any difference. > > Here is the start of the current library/build dump, > > OpenSCAD Version: 2015.03-2 > > System information: Linux 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 > 21:23:04 UTC 2018 x86_64 Ubuntu 16.04.4 LTS 4 CPUs 3.85 GB RAM > > Compiler: GCC "5.4.0 20160609" 64bit > > Boost version: 1_58 > > Eigen version: 3.2.92 > > CGAL version, kernels: 4.7, Cartesian, Extended_cartesian, Epeck > > OpenCSG version: OpenCSG 1.4.0 > > > The items in red have not changed, so I still have the same OpenSCAD > and OpenCSG versions. > > Please let me apologise first, I don't expect people to micro-manage > me, as your (and everybody else's!!) time is valuable. However if > anyone  could identify where I am going wrong and point me in the > right direction it would be much appreciated eg a tutorial they can > recommend. I would like to be able compile versions of OpenSCAD > eventually to try out new features. > > Many thanks in advance, > > Rob > > PS Apologies Florian for the PM I overlooked hitting the reply to the > group, and did not intend to heap that reply on you. > > On 17/03/18 03:47, Chris Camacho wrote: >> I've seen it just occasionally, I'm periodically upto date with >> github... (on Void Linux) >> >> can't reliably reproduce so just wrote it off as "one of those >> things" I assume its an OpenCSG issue?? >> >> restarting always resolves it for me... >> >> >> On 16/03/18 16:03, NateTG wrote: >>> RobWLakes wrote >>>> ... >>>> >>>> This where my confusion comes in, as after returning color to >>>> "green", the >>>> F5 no longer renders anything, though F6 renders all three elements >>>> properly.  If I save the file, and reload it, F5 will work again. I >>>> have >>>> tried Flushing the Caches, but that does not help. >>>> >>>> What am I missing? >>>> >>>> Rob >>>>   Using: Ubuntu (16.04.4LTS) Mate, and openSCAD 2015.03-2 >>>> ... >>> I'm experiencing a similar issue with a 2018 build on Debian. I >>> think it's >>> worth an error report on github.  I wonder if it's some kind of >>> issue with a >>> rendering cache. >>> >>> >>> >>> >>> >>> -- >>> Sent from: http://forum.openscad.org/ >>> >>> _______________________________________________ >>> OpenSCAD mailing list >>> Discuss@lists.openscad.org >>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> > > > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
RW
Rob Ward
Mon, Mar 19, 2018 11:14 AM

Ok, I will try again and report back in a week or two on another thread eg OpenCSG upgrade or some such thing.
Thanks Chris,
Cheers,
Rob
Cheers, RobW

On 19 March 2018 9:56:31 pm AEDT, Chris Camacho chris@bedroomcoders.co.uk wrote:

for the sake of others that come here after you... you may want to make

a different thread

Look for as many of the development packages as you can through your
package manager, you should only need to compile and install a few libs

from source...

the openSCAD build process is fairly painless once you have all the
dependencies installed...

On 18/03/18 21:25, Rob Ward wrote:

Hi Florian  and everybody else,

Please excuse the nature of this reply (ie obliquely about OpenSCAD),

but as I stated in a previous post I am do not have a very deep
understanding of Linux, and compiling libraries and applications onto

the system is one of my (many?) weakest points. So here I go...

In preparation I have

sudo apt remove openscad

then I have visited this page,
https://sourceforge.net/projects/glew/files/glew/2.0.0/ to the latest

OpenCSG (I hope)

and installed advised build tools with

sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev
libosmesa-dev git

then followed links to

  and downloaded this version "glew-2.0.0".

Extracted it to a folder. Entered the folder with a Terminal

and executed the following commands...

make

        sudo make install

        make clean

These appeared to run OK.

I then reinstalled OpenScad

sudo apt install openscad

Which again worked without a hitch, and openSCAD reappeared and

works,

however the "F5+error" problem remains and none of what I have done
above appears to have made any difference.

Here is the start of the current library/build dump,

OpenSCAD Version: 2015.03-2

System information: Linux 4.4.0-116-generic #140-Ubuntu SMP Mon Feb

12

21:23:04 UTC 2018 x86_64 Ubuntu 16.04.4 LTS 4 CPUs 3.85 GB RAM

Compiler: GCC "5.4.0 20160609" 64bit

Boost version: 1_58

Eigen version: 3.2.92

CGAL version, kernels: 4.7, Cartesian, Extended_cartesian, Epeck

OpenCSG version: OpenCSG 1.4.0

The items in red have not changed, so I still have the same OpenSCAD
and OpenCSG versions.

Please let me apologise first, I don't expect people to micro-manage
me, as your (and everybody else's!!) time is valuable. However if
anyone  could identify where I am going wrong and point me in the
right direction it would be much appreciated eg a tutorial they can
recommend. I would like to be able compile versions of OpenSCAD
eventually to try out new features.

Many thanks in advance,

Rob

PS Apologies Florian for the PM I overlooked hitting the reply to the

group, and did not intend to heap that reply on you.

On 17/03/18 03:47, Chris Camacho wrote:

I've seen it just occasionally, I'm periodically upto date with
github... (on Void Linux)

can't reliably reproduce so just wrote it off as "one of those
things" I assume its an OpenCSG issue??

restarting always resolves it for me...

On 16/03/18 16:03, NateTG wrote:

RobWLakes wrote

...

This where my confusion comes in, as after returning color to
"green", the
F5 no longer renders anything, though F6 renders all three

elements

properly.  If I save the file, and reload it, F5 will work again.

I

have
tried Flushing the Caches, but that does not help.

What am I missing?

Rob
  Using: Ubuntu (16.04.4LTS) Mate, and openSCAD 2015.03-2
...

I'm experiencing a similar issue with a 2018 build on Debian. I
think it's
worth an error report on github.  I wonder if it's some kind of
issue with a
rendering cache.

--
Sent from: http://forum.openscad.org/


OpenSCAD mailing list
Discuss@lists.openscad.org


OpenSCAD mailing list
Discuss@lists.openscad.org

Ok, I will try again and report back in a week or two on another thread eg OpenCSG upgrade or some such thing. Thanks Chris, Cheers, Rob Cheers, RobW On 19 March 2018 9:56:31 pm AEDT, Chris Camacho <chris@bedroomcoders.co.uk> wrote: >for the sake of others that come here after you... you may want to make > >a different thread > >Look for as many of the development packages as you can through your >package manager, you should only need to compile and install a few libs > >from source... > >the openSCAD build process is fairly painless once you have all the >dependencies installed... > > >On 18/03/18 21:25, Rob Ward wrote: >> Hi Florian  and everybody else, >> >> Please excuse the nature of this reply (ie obliquely about OpenSCAD), > >> but as I stated in a previous post I am do not have a very deep >> understanding of Linux, and compiling libraries and applications onto > >> the system is one of my (many?) weakest points. So here I go... >> >> In preparation I have >> >> sudo apt remove openscad >> >> then I have visited this page, >> https://sourceforge.net/projects/glew/files/glew/2.0.0/ to the latest > >> OpenCSG (I hope) >> >> and installed advised build tools with >> >> sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev >> libosmesa-dev git >> >> then followed links to >> >>   and downloaded this version "glew-2.0.0". >> >> Extracted it to a folder. Entered the folder with a Terminal >> >> and executed the following commands... >> >> make >> >>         sudo make install >> >>         make clean >> >> These appeared to run OK. >> >> I then reinstalled OpenScad >> >> sudo apt install openscad >> >> Which again worked without a hitch, and openSCAD reappeared and >works, >> however the "F5+error" problem remains and none of what I have done >> above appears to have made any difference. >> >> Here is the start of the current library/build dump, >> >> OpenSCAD Version: 2015.03-2 >> >> System information: Linux 4.4.0-116-generic #140-Ubuntu SMP Mon Feb >12 >> 21:23:04 UTC 2018 x86_64 Ubuntu 16.04.4 LTS 4 CPUs 3.85 GB RAM >> >> Compiler: GCC "5.4.0 20160609" 64bit >> >> Boost version: 1_58 >> >> Eigen version: 3.2.92 >> >> CGAL version, kernels: 4.7, Cartesian, Extended_cartesian, Epeck >> >> OpenCSG version: OpenCSG 1.4.0 >> >> >> The items in red have not changed, so I still have the same OpenSCAD >> and OpenCSG versions. >> >> Please let me apologise first, I don't expect people to micro-manage >> me, as your (and everybody else's!!) time is valuable. However if >> anyone  could identify where I am going wrong and point me in the >> right direction it would be much appreciated eg a tutorial they can >> recommend. I would like to be able compile versions of OpenSCAD >> eventually to try out new features. >> >> Many thanks in advance, >> >> Rob >> >> PS Apologies Florian for the PM I overlooked hitting the reply to the > >> group, and did not intend to heap that reply on you. >> >> On 17/03/18 03:47, Chris Camacho wrote: >>> I've seen it just occasionally, I'm periodically upto date with >>> github... (on Void Linux) >>> >>> can't reliably reproduce so just wrote it off as "one of those >>> things" I assume its an OpenCSG issue?? >>> >>> restarting always resolves it for me... >>> >>> >>> On 16/03/18 16:03, NateTG wrote: >>>> RobWLakes wrote >>>>> ... >>>>> >>>>> This where my confusion comes in, as after returning color to >>>>> "green", the >>>>> F5 no longer renders anything, though F6 renders all three >elements >>>>> properly.  If I save the file, and reload it, F5 will work again. >I >>>>> have >>>>> tried Flushing the Caches, but that does not help. >>>>> >>>>> What am I missing? >>>>> >>>>> Rob >>>>>   Using: Ubuntu (16.04.4LTS) Mate, and openSCAD 2015.03-2 >>>>> ... >>>> I'm experiencing a similar issue with a 2018 build on Debian. I >>>> think it's >>>> worth an error report on github.  I wonder if it's some kind of >>>> issue with a >>>> rendering cache. >>>> >>>> >>>> >>>> >>>> >>>> -- >>>> Sent from: http://forum.openscad.org/ >>>> >>>> _______________________________________________ >>>> OpenSCAD mailing list >>>> Discuss@lists.openscad.org >>>> >http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>> >>> >>> _______________________________________________ >>> OpenSCAD mailing list >>> Discuss@lists.openscad.org >>> >http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>> >> >> >> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
TP
Torsten Paul
Tue, Mar 20, 2018 9:47 PM

I've tried updating the AppImage builds so they are using the
newest OpenCSG. Both should report OpenCSG 1.4.2 in the library
info window.

Release version 2015.03-3:
https://download.opensuse.org/repositories/home:/t-paul/AppImage/OpenSCAD-Release-latest-x86_64.AppImage

Dev Snapshot:
https://download.opensuse.org/repositories/home:/t-paul/AppImage/OpenSCAD-Nightly-latest-x86_64.AppImage

ciao,
Torsten.

I've tried updating the AppImage builds so they are using the newest OpenCSG. Both should report OpenCSG 1.4.2 in the library info window. Release version 2015.03-3: https://download.opensuse.org/repositories/home:/t-paul/AppImage/OpenSCAD-Release-latest-x86_64.AppImage Dev Snapshot: https://download.opensuse.org/repositories/home:/t-paul/AppImage/OpenSCAD-Nightly-latest-x86_64.AppImage ciao, Torsten.
RW
Rob Ward
Wed, Mar 21, 2018 5:12 AM

Thank you Torsten, that is very helpful. I will be home in about 5days and will report back after that.
Cheers, RobW

On 21 March 2018 8:47:26 am AEDT, Torsten Paul Torsten.Paul@gmx.de wrote:

I've tried updating the AppImage builds so they are using the
newest OpenCSG. Both should report OpenCSG 1.4.2 in the library
info window.

Release version 2015.03-3:
https://download.opensuse.org/repositories/home:/t-paul/AppImage/OpenSCAD-Release-latest-x86_64.AppImage

Dev Snapshot:
https://download.opensuse.org/repositories/home:/t-paul/AppImage/OpenSCAD-Nightly-latest-x86_64.AppImage

ciao,
Torsten.


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

Thank you Torsten, that is very helpful. I will be home in about 5days and will report back after that. Cheers, RobW On 21 March 2018 8:47:26 am AEDT, Torsten Paul <Torsten.Paul@gmx.de> wrote: >I've tried updating the AppImage builds so they are using the >newest OpenCSG. Both should report OpenCSG 1.4.2 in the library >info window. > >Release version 2015.03-3: >https://download.opensuse.org/repositories/home:/t-paul/AppImage/OpenSCAD-Release-latest-x86_64.AppImage > >Dev Snapshot: >https://download.opensuse.org/repositories/home:/t-paul/AppImage/OpenSCAD-Nightly-latest-x86_64.AppImage > >ciao, > Torsten. > > >_______________________________________________ >OpenSCAD mailing list >Discuss@lists.openscad.org >http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
RW
Rob Ward
Sat, Mar 24, 2018 10:52 AM

Cheers Torsten, that worked perfectly for me. Much Appreciated.

Library correctly reported as below. You have made it so simple!!!
Errors no longer jeopardize the F5 preview mode.

Are these AppImage versions clearly advertised on the OpenSCAD site? I
did not find them.

RobW

On 21/03/18 08:47, Torsten Paul wrote:

I've tried updating the AppImage builds so they are using the
newest OpenCSG. Both should report OpenCSG 1.4.2 in the library
info window.

Release version 2015.03-3:
https://download.opensuse.org/repositories/home:/t-paul/AppImage/OpenSCAD-Release-latest-x86_64.AppImage

Dev Snapshot:
https://download.opensuse.org/repositories/home:/t-paul/AppImage/OpenSCAD-Nightly-latest-x86_64.AppImage

ciao,
  Torsten.


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

Cheers Torsten, that worked perfectly for me. Much Appreciated. Library correctly reported as below. You have made it so simple!!! Errors no longer jeopardize the F5 preview mode. Are these AppImage versions clearly advertised on the OpenSCAD site? I did not find them. RobW On 21/03/18 08:47, Torsten Paul wrote: > I've tried updating the AppImage builds so they are using the > newest OpenCSG. Both should report OpenCSG 1.4.2 in the library > info window. > > Release version 2015.03-3: > https://download.opensuse.org/repositories/home:/t-paul/AppImage/OpenSCAD-Release-latest-x86_64.AppImage > > > Dev Snapshot: > https://download.opensuse.org/repositories/home:/t-paul/AppImage/OpenSCAD-Nightly-latest-x86_64.AppImage > > > ciao, >   Torsten. > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
TP
Torsten Paul
Sat, Mar 24, 2018 12:51 PM

On 03/24/2018 11:52 AM, Rob Ward wrote:

Cheers Torsten, that worked perfectly for me. Much Appreciated.

Great, thanks for reporting back.

Are these AppImage versions clearly advertised on the OpenSCAD
site? I did not find them.

For small values of clearly, yes. :-)

As of now only the Dev-Snapshot for Intel/64bit is linked in
the download section.

This is still pretty new and not too well tested on various
distributions and we also rely on OBS (OpenSUSE build service)
to build those. There's still some changes going on there which
make it a bit unstable, e.g. the ARM builds are currently not
working, I don't know why yet.

ciao,
Torsten.

On 03/24/2018 11:52 AM, Rob Ward wrote: > Cheers Torsten, that worked perfectly for me. Much Appreciated. > Great, thanks for reporting back. > Are these AppImage versions clearly advertised on the OpenSCAD > site? I did not find them. > For small values of clearly, yes. :-) As of now only the Dev-Snapshot for Intel/64bit is linked in the download section. This is still pretty new and not too well tested on various distributions and we also rely on OBS (OpenSUSE build service) to build those. There's still some changes going on there which make it a bit unstable, e.g. the ARM builds are currently not working, I don't know why yet. ciao, Torsten.