discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Loading a file automatically preview in Windows 10

R
runsun
Fri, Dec 11, 2015 6:33 PM

Just got a new laptop with Windows 10 pro. I installed both OpenScad
2015.03-2 and 2015.10.17 snapshot.

I am surprised to find that, in both versions, when loading a file, it is
automatically previewed. This never happened when I was using Linux.

Is this an intended behavior ? (but not so in Linux)

When in Linux, in some occasions when my code goes into endless recursion or
whatever reasons freezes, I could at least restart Openscad, reload the file
and make corrections before preview. This is impossible if it is
auto-preview when loading.


$  Runsun Pan, PhD

$ libs:

doctest ,

faces ( git ),

offline doc ( git ),

runscad.py( 1 , 2 , git );

$ tips:

hash( 1 , 2 ),

sweep ,

var( 1 , 2 ),

lerp ,

animGif ,

precision( 1 , 2 )

--
View this message in context: http://forum.openscad.org/Loading-a-file-automatically-preview-in-Windows-10-tp15106.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Just got a new laptop with Windows 10 pro. I installed both OpenScad 2015.03-2 and 2015.10.17 snapshot. I am surprised to find that, in both versions, when loading a file, it is automatically previewed. This never happened when I was using Linux. Is this an intended behavior ? (but not so in Linux) When in Linux, in some occasions when my code goes into endless recursion or whatever reasons freezes, I could at least restart Openscad, reload the file and make corrections before preview. This is impossible if it is auto-preview when loading. ----- $ Runsun Pan, PhD $ libs: doctest , faces ( git ), offline doc ( git ), runscad.py( 1 , 2 , git ); $ tips: hash( 1 , 2 ), sweep , var( 1 , 2 ), lerp , animGif , precision( 1 , 2 ) -- View this message in context: http://forum.openscad.org/Loading-a-file-automatically-preview-in-Windows-10-tp15106.html Sent from the OpenSCAD mailing list archive at Nabble.com.
MK
Marius Kintel
Fri, Dec 11, 2015 6:41 PM

On Dec 11, 2015, at 13:33 PM, runsun runsun@gmail.com wrote:

I am surprised to find that, in both versions, when loading a file, it is
automatically previewed. This never happened when I was using Linux.

Is this an intended behavior ? (but not so in Linux)

Design->Automatic Reload and Preview.

I believe it should be off by default, but keep in mind that settings are shared between OpenSCAD versions and possibly kept between uninstalls/reinstalls.

-Marius

> On Dec 11, 2015, at 13:33 PM, runsun <runsun@gmail.com> wrote: > > I am surprised to find that, in both versions, when loading a file, it is > automatically previewed. This never happened when I was using Linux. > > Is this an intended behavior ? (but not so in Linux) > Design->Automatic Reload and Preview. I believe it should be off by default, but keep in mind that settings are shared between OpenSCAD versions and possibly kept between uninstalls/reinstalls. -Marius
R
runsun
Fri, Dec 11, 2015 7:27 PM

Arrhhh ... so embarrassing. Didn't even think of the  Design->Automatic
Reload and Preview setting ...

Both versions are freshly installed the very first time in this laptop,
though. Besides, the last time and only time I used that setting was about
one year ago. So it seems unlikely that it's turned on manually.

Anyhow, even so users can just turn it off. That's good enough.


$  Runsun Pan, PhD

$ libs:

doctest ,

faces ( git ),

offline doc ( git ),

runscad.py( 1 , 2 , git );

$ tips:

hash( 1 , 2 ),

sweep ,

var( 1 , 2 ),

lerp ,

animGif ,

precision( 1 , 2 )

--
View this message in context: http://forum.openscad.org/Loading-a-file-automatically-preview-in-Windows-10-tp15106p15111.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Arrhhh ... so embarrassing. Didn't even think of the Design->Automatic Reload and Preview setting ... Both versions are freshly installed the very first time in this laptop, though. Besides, the last time and only time I used that setting was about one year ago. So it seems unlikely that it's turned on manually. Anyhow, even so users can just turn it off. That's good enough. ----- $ Runsun Pan, PhD $ libs: doctest , faces ( git ), offline doc ( git ), runscad.py( 1 , 2 , git ); $ tips: hash( 1 , 2 ), sweep , var( 1 , 2 ), lerp , animGif , precision( 1 , 2 ) -- View this message in context: http://forum.openscad.org/Loading-a-file-automatically-preview-in-Windows-10-tp15106p15111.html Sent from the OpenSCAD mailing list archive at Nabble.com.
AG
Alex Gibson
Fri, Dec 11, 2015 10:39 PM

Where are the user settings stored exactly Marius?
Thanks, Alex

Tapped on my mobile phone.

On 11 Dec 2015, at 18:41, Marius Kintel marius@kintel.net wrote:

On Dec 11, 2015, at 13:33 PM, runsun runsun@gmail.com wrote:

I am surprised to find that, in both versions, when loading a file, it is
automatically previewed. This never happened when I was using Linux.

Is this an intended behavior ? (but not so in Linux)

Design->Automatic Reload and Preview.

I believe it should be off by default, but keep in mind that settings are shared between OpenSCAD versions and possibly kept between uninstalls/reinstalls.

-Marius


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

Where are the user settings stored exactly Marius? Thanks, Alex Tapped on my mobile phone. On 11 Dec 2015, at 18:41, Marius Kintel <marius@kintel.net> wrote: >> On Dec 11, 2015, at 13:33 PM, runsun <runsun@gmail.com> wrote: >> >> I am surprised to find that, in both versions, when loading a file, it is >> automatically previewed. This never happened when I was using Linux. >> >> Is this an intended behavior ? (but not so in Linux) > Design->Automatic Reload and Preview. > > I believe it should be off by default, but keep in mind that settings are shared between OpenSCAD versions and possibly kept between uninstalls/reinstalls. > > -Marius > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
MK
Marius Kintel
Fri, Dec 11, 2015 10:45 PM

On Dec 11, 2015, at 17:39 PM, Alex Gibson alex@alexgibson.net wrote:

Where are the user settings stored exactly Marius?

On Windows, it will be in the registry.
This is managed by Qt, see http://doc.qt.io/qt-5/qsettings.html

-Marius

On Dec 11, 2015, at 17:39 PM, Alex Gibson <alex@alexgibson.net> wrote: > > Where are the user settings stored exactly Marius? On Windows, it will be in the registry. This is managed by Qt, see http://doc.qt.io/qt-5/qsettings.html -Marius
AG
Alex Gibson
Sat, Dec 12, 2015 12:12 AM

Thanks Marius!

-----Original Message-----
From: Discuss [mailto:discuss-bounces@lists.openscad.org] On Behalf Of
Marius Kintel
Sent: 11 December 2015 22:45
To: OpenSCAD general discussion
Subject: Re: [OpenSCAD] Loading a file automatically preview in Windows 10

On Dec 11, 2015, at 17:39 PM, Alex Gibson alex@alexgibson.net wrote:

Where are the user settings stored exactly Marius?

On Windows, it will be in the registry.
This is managed by Qt, see http://doc.qt.io/qt-5/qsettings.html

-Marius


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

Thanks Marius! -----Original Message----- From: Discuss [mailto:discuss-bounces@lists.openscad.org] On Behalf Of Marius Kintel Sent: 11 December 2015 22:45 To: OpenSCAD general discussion Subject: Re: [OpenSCAD] Loading a file automatically preview in Windows 10 On Dec 11, 2015, at 17:39 PM, Alex Gibson <alex@alexgibson.net> wrote: > > Where are the user settings stored exactly Marius? On Windows, it will be in the registry. This is managed by Qt, see http://doc.qt.io/qt-5/qsettings.html -Marius _______________________________________________ OpenSCAD mailing list Discuss@lists.openscad.org http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org