Hi folks,
This has been annoying me for ages, but I had assumed I was at fault
somewhere and I would come across the answer all in good time. However I
tried to track down my error today, but no amount of searching could solve
it.
If I make a simple script like this to illustrate:
$fn=30;
difference(){
color("red") cube([4,5,6]);
color("blue") cylinder(12,3,3);
}
color("green") cube([1,1,16],true);
and as I added the the three elements, at each stage I could preview with F5
and render with F6.
However once I deliberately spelled "green" as "gree", in the last line, I
got an error as expected with F5. F6 did its best and showed the first two
elements and also reported the error for the third.
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
Sent from: http://forum.openscad.org/
Hi Rob,
Is there any good reason for you to use such an old revision of OpenSCAD?
We are in 2018 and you still use an early 2015 version.
Upgrade to a newer one. I cannot reproduce your error with my setup.
My $0.02,
Jean-Paul
N1JPL
On Mar 15, 2018, at 11:47 PM, RobWLakes rl.ward@bigpond.com wrote:
Hi folks,
This has been annoying me for ages, but I had assumed I was at fault
somewhere and I would come across the answer all in good time. However I
tried to track down my error today, but no amount of searching could solve
it.
If I make a simple script like this to illustrate:
$fn=30;
difference(){
color("red") cube([4,5,6]);
color("blue") cylinder(12,3,3);
}
color("green") cube([1,1,16],true);
and as I added the the three elements, at each stage I could preview with F5
and render with F6.
However once I deliberately spelled "green" as "gree", in the last line, I
got an error as expected with F5. F6 did its best and showed the first two
elements and also reported the error for the third.
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
Sent from: http://forum.openscad.org/
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
running version: 2017.12.02 on osx Sierra
could not reproduce
73,
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 Thu, Mar 15, 2018 at 8:47 PM, RobWLakes rl.ward@bigpond.com wrote:
Hi folks,
This has been annoying me for ages, but I had assumed I was at fault
somewhere and I would come across the answer all in good time. However I
tried to track down my error today, but no amount of searching could solve
it.
If I make a simple script like this to illustrate:
$fn=30;
difference(){
color("red") cube([4,5,6]);
color("blue") cylinder(12,3,3);
}
color("green") cube([1,1,16],true);
and as I added the the three elements, at each stage I could preview with
F5
and render with F6.
However once I deliberately spelled "green" as "gree", in the last line, I
got an error as expected with F5. F6 did its best and showed the first two
elements and also reported the error for the third.
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
Sent from: http://forum.openscad.org/
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
I am looking at this page http://www.openscad.org/downloads.html
I cannot find your version? I am not a Linux hot-shot so any help would
be greatly appreciated.
Cheers.
On 16/03/18 15:22, Jerry Davis wrote:
running version: 2017.12.02 on osx Sierra
could not reproduce
73,
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 Thu, Mar 15, 2018 at 8:47 PM, RobWLakes <rl.ward@bigpond.com
mailto:rl.ward@bigpond.com> wrote:
Hi folks,
This has been annoying me for ages, but I had assumed I was at fault
somewhere and I would come across the answer all in good time.
However I
tried to track down my error today, but no amount of searching
could solve
it.
If I make a simple script like this to illustrate:
$fn=30;
difference(){
color("red") cube([4,5,6]);
color("blue") cylinder(12,3,3);
}
color("green") cube([1,1,16],true);
and as I added the the three elements, at each stage I could
preview with F5
and render with F6.
However once I deliberately spelled "green" as "gree", in the last
line, I
got an error as expected with F5. F6 did its best and showed the
first two
elements and also reported the error for the third.
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
_______________________________________________
OpenSCAD mailing list
Discuss@lists.openscad.org <mailto:Discuss@lists.openscad.org>
http://lists.openscad.org/mailman/listinfo/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
--
Rob Ward
Lake Tyers Beach, 3909
Lake Tyers Beach Website http://www.laketyersbeach.net.au
Ubuntu Mate - A great OS https://ubuntu-mate.org/
I couldn't reproduce on Windows.
To me it suggests a display driver issue. Check for a newer version.
Also log your Help-Library-info.
Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
Sent from: http://forum.openscad.org/
Thanks Michael for that suggestion, here is the info.
I have followed the advice on the OpenSCAD page to allow updating from
repositories but that does not seemed to have helped.
Cheers, Rob
OpenSCAD Version: 2015.03-2System 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 RAMCompiler: GCC "5.4.0 20160609" 64bitBoost version:
1_58Eigen version: 3.2.92CGAL version, kernels: 4.7, Cartesian,
Extended_cartesian, EpeckOpenCSG version: OpenCSG 1.4.0Qt version:
5.5.1QScintilla version: 2.9.1MingW build: NoGLib version:
2.48.1Application Path: /usr/binDocuments Path:
/home/rob/.local/shareResource Path: /usr/share/openscadUser Library
Path: /home/rob/.local/share/OpenSCAD/librariesUser Config Path:
/home/rob/.config/OpenSCADBackup Path:
/home/rob/.local/share/OpenSCAD/backupsOPENSCADPATH: OpenSCAD library
path: /home/rob/.local/share/OpenSCAD/libraries
/usr/share/openscad/libraries OPENSCAD_FONT_PATH: OpenSCAD font path:
GLEW version: 1.13.0OpenGL Version: 3.0 Mesa 17.2.8GL Renderer: NVD9GL
Vendor: nouveau RGBA(8880), depth(0),
stencil(0)GL_ARB_framebuffer_object: yesGL_EXT_framebuffer_object:
yesGL_EXT_packed_depth_stencil: yes Using QOpenGLWidget GL Extensions:
GL_AMD_conservative_depth
etc etc etc, I trust you will not need these?
GL_SGIS_texture_lod GL_SUN_multi_draw_arrays
On 16/03/18 16:21, MichaelAtOz wrote:
I couldn't reproduce on Windows.
To me it suggests a display driver issue. Check for a newer version.
Also log your Help-Library-info.
Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
Sent from: http://forum.openscad.org/
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
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/
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
Looks like https://github.com/openscad/openscad/issues/1875
Likely updating, such that OpenCSG 1.4.2 is used, would help.
Regards, Florian Kirsch
Gesendet: Freitag, 16. März 2018 um 06:56 Uhr
Von: "Rob Ward" <rl.ward@bigpond.com>
An: discuss@lists.openscad.org
Betreff: Re: [OpenSCAD] F5 works, then after an error, stops
Thanks Michael for that suggestion, here is the info.
I have followed the advice on the OpenSCAD page to allow updating from repositories but that does not seemed to have helped. <!--p, li {
}
-->
Cheers, Rob
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 Qt version: 5.5.1 QScintilla version: 2.9.1 MingW build: No GLib version: 2.48.1 Application Path: /usr/bin Documents Path: /home/rob/.local/share Resource Path: /usr/share/openscad User Library Path: /home/rob/.local/share/OpenSCAD/libraries User Config Path: /home/rob/.config/OpenSCAD Backup Path: /home/rob/.local/share/OpenSCAD/backups OPENSCADPATH: OpenSCAD library path: /home/rob/.local/share/OpenSCAD/libraries /usr/share/openscad/libraries OPENSCAD_FONT_PATH: OpenSCAD font path: GLEW version: 1.13.0 OpenGL Version: 3.0 Mesa 17.2.8 GL Renderer: NVD9 GL Vendor: nouveau RGBA(8880), depth(0), stencil(0) GL_ARB_framebuffer_object: yes GL_EXT_framebuffer_object: yes GL_EXT_packed_depth_stencil: yes Using QOpenGLWidget GL Extensions: GL_AMD_conservative_depth
etc etc etc, I trust you will not need these?
GL_SGIS_texture_lod GL_SUN_multi_draw_arrays
On 16/03/18 16:21, MichaelAtOz wrote:
I couldn't reproduce on Windows. To me it suggests a display driver issue. Check for a newer version. Also log your Help-Library-info. ----- Admin - PM me if you need anything, or if I've done something stupid... Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! <a class="moz-txt-link-freetext" href="http://www.ourfairdeal.org/" target="_blank">http://www.ourfairdeal.org/</a> time is running out! -- Sent from: <a class="moz-txt-link-freetext" href="http://forum.openscad.org/" target="_blank">http://forum.openscad.org/</a> _______________________________________________ OpenSCAD mailing list <a class="moz-txt-link-abbreviated" href="mailto:Discuss@lists.openscad.org" onclick="parent.window.location.href='Discuss@lists.openscad.org'; return false;" target="_blank">Discuss@lists.openscad.org</a> <a class="moz-txt-link-freetext" href="http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org" target="_blank">http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org</a>
_______________________________________________ OpenSCAD mailing list Discuss@lists.openscad.org http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
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