discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Dual display

A
aztecphoenix
Sat, Apr 25, 2015 6:21 AM

Does OpenSCAD support dual displays?

In other words, can I have the editor on one screen and the render displayed
on my second screen, and if so, how?

--
View this message in context: http://forum.openscad.org/Dual-display-tp12483.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Does OpenSCAD support dual displays? In other words, can I have the editor on one screen and the render displayed on my second screen, and if so, how? -- View this message in context: http://forum.openscad.org/Dual-display-tp12483.html Sent from the OpenSCAD mailing list archive at Nabble.com.
MK
Marius Kintel
Sat, Apr 25, 2015 7:12 AM

On Apr 25, 2015, at 02:21 AM, aztecphoenix aztecphoenix@hotmail.com wrote:

Does OpenSCAD support dual displays?

In other words, can I have the editor on one screen and the render displayed
on my second screen, and if so, how?

Two options:

  1. Use an external editor and use Design->Automatic Reload and Compile
  2. Detach the editor and move the detached window around as you see fit. You may have to toggle the option for making the editor detachable in Preferences->Advanced

-Marius

On Apr 25, 2015, at 02:21 AM, aztecphoenix <aztecphoenix@hotmail.com> wrote: > Does OpenSCAD support dual displays? > > In other words, can I have the editor on one screen and the render displayed > on my second screen, and if so, how? > Two options: 1) Use an external editor and use Design->Automatic Reload and Compile 2) Detach the editor and move the detached window around as you see fit. You may have to toggle the option for making the editor detachable in Preferences->Advanced -Marius
TH
Tim Hawkins
Sat, Apr 25, 2015 7:32 AM

Sublimetext with Openscad syntax highlighting, would make a good candidate
as an external editor.

http://www.thingiverse.com/thing:119350

On Sat, Apr 25, 2015 at 3:13 PM Marius Kintel marius@kintel.net wrote:

On Apr 25, 2015, at 02:21 AM, aztecphoenix aztecphoenix@hotmail.com
wrote:

Does OpenSCAD support dual displays?

In other words, can I have the editor on one screen and the render

displayed

on my second screen, and if so, how?

Two options:

  1. Use an external editor and use Design->Automatic Reload and Compile
  2. Detach the editor and move the detached window around as you see fit.
    You may have to toggle the option for making the editor detachable in
    Preferences->Advanced

-Marius


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

Sublimetext with Openscad syntax highlighting, would make a good candidate as an external editor. http://www.thingiverse.com/thing:119350 On Sat, Apr 25, 2015 at 3:13 PM Marius Kintel <marius@kintel.net> wrote: > On Apr 25, 2015, at 02:21 AM, aztecphoenix <aztecphoenix@hotmail.com> > wrote: > > > Does OpenSCAD support dual displays? > > > > In other words, can I have the editor on one screen and the render > displayed > > on my second screen, and if so, how? > > > Two options: > > 1) Use an external editor and use Design->Automatic Reload and Compile > 2) Detach the editor and move the detached window around as you see fit. > You may have to toggle the option for making the editor detachable in > Preferences->Advanced > > -Marius > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
R
runsun
Sat, Apr 25, 2015 5:44 PM

You should be able to drag the editor out of the program, and move it to the
other monitor.


$  Runsun Pan, PhD

$ -- OpenScad_DocTest: doc and unit test ( Github , Thingiverse  )

$ -- hash parameter model: here , here

$ -- Linux Mint 17.1 Rebecca x64  + OpenSCAD 2015.03.15/2015.04.01.nightly

--
View this message in context: http://forum.openscad.org/Dual-display-tp12483p12486.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

You should be able to drag the editor out of the program, and move it to the other monitor. ----- $ Runsun Pan, PhD $ -- OpenScad_DocTest: doc and unit test ( Github , Thingiverse ) $ -- hash parameter model: here , here $ -- Linux Mint 17.1 Rebecca x64 + OpenSCAD 2015.03.15/2015.04.01.nightly -- View this message in context: http://forum.openscad.org/Dual-display-tp12483p12486.html Sent from the OpenSCAD mailing list archive at Nabble.com.
CA
Carsten Arnholm
Sat, Apr 25, 2015 9:44 PM

On 2015-04-25 19:44, runsun wrote:

You should be able to drag the editor out of the program, and move it to the
other monitor.

Using an external editor is a very flexible way of using OpenSCAD. I
have 2 side-by-side machines, one running Linux Kubuntu and the other
running Win7. By storing the .scad file on a drive that both machines
can see, I can for example edit with Notepad++ on Win7 and auto-compile
with OpenSCAD on Linux, using Design->Automatic Reload and Compile. It
works the other way around also.

On 2015-04-25 19:44, runsun wrote: > You should be able to drag the editor out of the program, and move it to the > other monitor. Using an external editor is a very flexible way of using OpenSCAD. I have 2 side-by-side machines, one running Linux Kubuntu and the other running Win7. By storing the .scad file on a drive that both machines can see, I can for example edit with Notepad++ on Win7 and auto-compile with OpenSCAD on Linux, using Design->Automatic Reload and Compile. It works the other way around also.
M
MichaelAtOz
Sat, Apr 25, 2015 11:30 PM

That's an interesting approach...could edit on a less powerful PC and
compile/render on a big box....hmmm...


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. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/

View this message in context: http://forum.openscad.org/Dual-display-tp12483p12488.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

That's an interesting approach...could edit on a less powerful PC and compile/render on a big box....hmmm... ----- 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. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ -- View this message in context: http://forum.openscad.org/Dual-display-tp12483p12488.html Sent from the OpenSCAD mailing list archive at Nabble.com.
DR
Drew Rogge
Sun, Apr 26, 2015 12:21 AM

Speaking of using an external editor... There's a problem with the latest OpenSCAD where sometimes the built in editor has the keyboard focus even when the editor is hidden. Things get confusing when the editor is hidden but has the keyboard focus and I accidentally type something. The next time I change the file in the external editor, OpenSCAD displays a dialog box saying that the document has been modified because of the inadvertently entered text. I think that the build in editor should give up and never accept keyboard focus when it's hidden.

Drew

On 4/25/15 12:12 AM, Marius Kintel wrote:

On Apr 25, 2015, at 02:21 AM, aztecphoenix aztecphoenix@hotmail.com wrote:

Does OpenSCAD support dual displays?

In other words, can I have the editor on one screen and the render displayed
on my second screen, and if so, how?

Two options:

  1. Use an external editor and use Design->Automatic Reload and Compile
  2. Detach the editor and move the detached window around as you see fit. You may have to toggle the option for making the editor detachable in Preferences->Advanced

-Marius


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

Speaking of using an external editor... There's a problem with the latest OpenSCAD where sometimes the built in editor has the keyboard focus even when the editor is hidden. Things get confusing when the editor is hidden but has the keyboard focus and I accidentally type something. The next time I change the file in the external editor, OpenSCAD displays a dialog box saying that the document has been modified because of the inadvertently entered text. I think that the build in editor should give up and never accept keyboard focus when it's hidden. Drew On 4/25/15 12:12 AM, Marius Kintel wrote: > On Apr 25, 2015, at 02:21 AM, aztecphoenix <aztecphoenix@hotmail.com> wrote: > >> Does OpenSCAD support dual displays? >> >> In other words, can I have the editor on one screen and the render displayed >> on my second screen, and if so, how? >> > Two options: > > 1) Use an external editor and use Design->Automatic Reload and Compile > 2) Detach the editor and move the detached window around as you see fit. You may have to toggle the option for making the editor detachable in Preferences->Advanced > > -Marius > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
CA
Carsten Arnholm
Sun, Apr 26, 2015 10:59 AM

On 2015-04-26 01:30, MichaelAtOz wrote:

That's an interesting approach...could edit on a less powerful PC and
compile/render on a big box....hmmm...

And if you install something like Synergy http://synergy-project.org/
you can share keyboard and mouse between the two machines even if they
run different OSes, it becomes totally seamless. That is what I do.

On 2015-04-26 01:30, MichaelAtOz wrote: > That's an interesting approach...could edit on a less powerful PC and > compile/render on a big box....hmmm... And if you install something like Synergy http://synergy-project.org/ you can share keyboard and mouse between the two machines even if they run different OSes, it becomes totally seamless. That is what I do.