TA
Todd Allen
Tue, Nov 5, 2024 10:02 PM
Of these options
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD
any thoughts for what I should try first or ones to be avoided? Any good
options not in that list?
Of these options
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD
any thoughts for what I should try first or ones to be avoided? Any good
options not in that list?
DP
David Phillip Oster
Tue, Nov 5, 2024 10:09 PM
I use Xcode as my external editor for OpenSCAD, since I am already using it
for most of my other work.
On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss <
discuss@lists.openscad.org> wrote:
I use Xcode as my external editor for OpenSCAD, since I am already using it
for most of my other work.
On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss <
discuss@lists.openscad.org> wrote:
> Of these options
> https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD
> any thoughts for what I should try first or ones to be avoided? Any good
> options not in that list?
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
>
BC
Bob Carlson
Tue, Nov 5, 2024 10:22 PM
Hadn’t thought about using an external editor but I use Visual Studio Code for my Homebridge plug in stuff. I opened that up and downloaded the most promising sounding extension, the one by Leathong. As soon as tried out auto complete and found that it will auto complete modules and functions in BOSL2 I became a convert. It will also go to the definition of a BOSL2 resource. After I add snippets for the common things I do, this will save me significant time. The default syntax coloring looks pretty reasonable to me too.
Anyway, try VSC.
-Bob
Hadn’t thought about using an external editor but I use Visual Studio Code for my Homebridge plug in stuff. I opened that up and downloaded the most promising sounding extension, the one by Leathong. As soon as tried out auto complete and found that it will auto complete modules and functions in BOSL2 I became a convert. It will also go to the definition of a BOSL2 resource. After I add snippets for the common things I do, this will save me significant time. The default syntax coloring looks pretty reasonable to me too.
Anyway, try VSC.
-Bob
> On Nov 5, 2024, at 15:02, Todd Allen via Discuss <discuss@lists.openscad.org> wrote:
>
> Of these options https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD
> any thoughts for what I should try first or ones to be avoided? Any good options not in that list?
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
HW
Harvey white
Tue, Nov 5, 2024 10:25 PM
I happen to like Notepad++, which can have a syntax analyzer for the
OpenSCAD language installed in it.
Harvey
On 11/5/2024 5:02 PM, Todd Allen via Discuss wrote:
I happen to like Notepad++, which can have a syntax analyzer for the
OpenSCAD language installed in it.
Harvey
On 11/5/2024 5:02 PM, Todd Allen via Discuss wrote:
> Of these options
> https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD
> any thoughts for what I should try first or ones to be avoided? Any
> good options not in that list?
>
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
TA
Todd Allen
Tue, Nov 5, 2024 10:28 PM
I'm most interested in hearing about the integration and workflow with
OpenSCAD when using these external tools. For instance if one maintains
projects or sessions in an external editor with a large number of .scad
files what are the processes for preview, rendering, jumping to errors,
etc.?
On Tue, Nov 5, 2024 at 4:09 PM David Phillip Oster <
davidphilliposter@gmail.com> wrote:
I use Xcode as my external editor for OpenSCAD, since I am already using
it for most of my other work.
On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss <
discuss@lists.openscad.org> wrote:
I'm most interested in hearing about the integration and workflow with
OpenSCAD when using these external tools. For instance if one maintains
projects or sessions in an external editor with a large number of .scad
files what are the processes for preview, rendering, jumping to errors,
etc.?
On Tue, Nov 5, 2024 at 4:09 PM David Phillip Oster <
davidphilliposter@gmail.com> wrote:
> I use Xcode as my external editor for OpenSCAD, since I am already using
> it for most of my other work.
>
> On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss <
> discuss@lists.openscad.org> wrote:
>
>> Of these options
>> https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD
>> any thoughts for what I should try first or ones to be avoided? Any good
>> options not in that list?
>> _______________________________________________
>> OpenSCAD mailing list
>> To unsubscribe send an email to discuss-leave@lists.openscad.org
>>
>
HW
Harvey white
Tue, Nov 5, 2024 10:56 PM
With Notepad++ you get no error feedback, but do get syntax recognition.
Typical workflow is to start the project (establish the file) in
OpenSCAD, then open that file in Notepad++. Make changes to the source
file in Notepad++, then save. That updates the screen. If you have the
OpenSCAD editor open at the same time, it should show you syntax errors
and debugging information.
The advantage of Notepad++ is that you get color syntax highlighting,
and a wider selection of completion options, although they are not
linked to OpenSCAD but rather what you've typed already.
If you want, you can link one version of OpenSCAD to each source file.
Harvey
On 11/5/2024 5:28 PM, Todd Allen via Discuss wrote:
I'm most interested in hearing about the integration and workflow with
OpenSCAD when using these external tools. For instance if one
maintains projects or sessions in an external editor with a large
number of .scad files what are the processes for preview, rendering,
jumping to errors, etc.?
On Tue, Nov 5, 2024 at 4:09 PM David Phillip Oster
davidphilliposter@gmail.com wrote:
I use Xcode as my external editor for OpenSCAD, since I am already
using it for most of my other work.
On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss
<discuss@lists.openscad.org> wrote:
Of these options
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD
any thoughts for what I should try first or ones to be
avoided? Any good options not in that list?
_______________________________________________
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
With Notepad++ you get no error feedback, but do get syntax recognition.
Typical workflow is to start the project (establish the file) in
OpenSCAD, then open that file in Notepad++. Make changes to the source
file in Notepad++, then save. That updates the screen. If you have the
OpenSCAD editor open at the same time, it should show you syntax errors
and debugging information.
The advantage of Notepad++ is that you get color syntax highlighting,
and a wider selection of completion options, although they are not
linked to OpenSCAD but rather what you've typed already.
If you want, you can link one version of OpenSCAD to each source file.
Harvey
On 11/5/2024 5:28 PM, Todd Allen via Discuss wrote:
> I'm most interested in hearing about the integration and workflow with
> OpenSCAD when using these external tools. For instance if one
> maintains projects or sessions in an external editor with a large
> number of .scad files what are the processes for preview, rendering,
> jumping to errors, etc.?
>
> On Tue, Nov 5, 2024 at 4:09 PM David Phillip Oster
> <davidphilliposter@gmail.com> wrote:
>
> I use Xcode as my external editor for OpenSCAD, since I am already
> using it for most of my other work.
>
> On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss
> <discuss@lists.openscad.org> wrote:
>
> Of these options
> https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD
> any thoughts for what I should try first or ones to be
> avoided? Any good options not in that list?
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
>
>
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
NH
nop head
Tue, Nov 5, 2024 11:02 PM
If you have a project that includes lots of other SCAD files then it will
generate a new preview if any of them change. If you want a render you have
to hit F6 in OpenSCAD.
On Tue, 5 Nov 2024 at 22:56, Harvey white via Discuss <
discuss@lists.openscad.org> wrote:
With Notepad++ you get no error feedback, but do get syntax recognition.
Typical workflow is to start the project (establish the file) in
OpenSCAD, then open that file in Notepad++. Make changes to the source
file in Notepad++, then save. That updates the screen. If you have the
OpenSCAD editor open at the same time, it should show you syntax errors
and debugging information.
The advantage of Notepad++ is that you get color syntax highlighting,
and a wider selection of completion options, although they are not
linked to OpenSCAD but rather what you've typed already.
If you want, you can link one version of OpenSCAD to each source file.
Harvey
On 11/5/2024 5:28 PM, Todd Allen via Discuss wrote:
I'm most interested in hearing about the integration and workflow with
OpenSCAD when using these external tools. For instance if one
maintains projects or sessions in an external editor with a large
number of .scad files what are the processes for preview, rendering,
jumping to errors, etc.?
On Tue, Nov 5, 2024 at 4:09 PM David Phillip Oster
davidphilliposter@gmail.com wrote:
I use Xcode as my external editor for OpenSCAD, since I am already
using it for most of my other work.
On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss
<discuss@lists.openscad.org> wrote:
Of these options
any thoughts for what I should try first or ones to be
avoided? Any good options not in that list?
_______________________________________________
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
If you have a project that includes lots of other SCAD files then it will
generate a new preview if any of them change. If you want a render you have
to hit F6 in OpenSCAD.
On Tue, 5 Nov 2024 at 22:56, Harvey white via Discuss <
discuss@lists.openscad.org> wrote:
> With Notepad++ you get no error feedback, but do get syntax recognition.
>
> Typical workflow is to start the project (establish the file) in
> OpenSCAD, then open that file in Notepad++. Make changes to the source
> file in Notepad++, then save. That updates the screen. If you have the
> OpenSCAD editor open at the same time, it should show you syntax errors
> and debugging information.
>
> The advantage of Notepad++ is that you get color syntax highlighting,
> and a wider selection of completion options, although they are not
> linked to OpenSCAD but rather what you've typed already.
>
> If you want, you can link one version of OpenSCAD to each source file.
>
> Harvey
>
>
>
> On 11/5/2024 5:28 PM, Todd Allen via Discuss wrote:
> > I'm most interested in hearing about the integration and workflow with
> > OpenSCAD when using these external tools. For instance if one
> > maintains projects or sessions in an external editor with a large
> > number of .scad files what are the processes for preview, rendering,
> > jumping to errors, etc.?
> >
> > On Tue, Nov 5, 2024 at 4:09 PM David Phillip Oster
> > <davidphilliposter@gmail.com> wrote:
> >
> > I use Xcode as my external editor for OpenSCAD, since I am already
> > using it for most of my other work.
> >
> > On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss
> > <discuss@lists.openscad.org> wrote:
> >
> > Of these options
> >
> https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD
> > any thoughts for what I should try first or ones to be
> > avoided? Any good options not in that list?
> > _______________________________________________
> > OpenSCAD mailing list
> > To unsubscribe send an email to discuss-leave@lists.openscad.org
> >
> >
> > _______________________________________________
> > OpenSCAD mailing list
> > To unsubscribe send an email to discuss-leave@lists.openscad.org
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
>
TA
Todd Allen
Tue, Nov 5, 2024 11:25 PM
Do any external tools communicate with OpenSCAD to open files, start a
render or interpret console output?
On Tue, Nov 5, 2024, 5:03 PM nop head via Discuss <
discuss@lists.openscad.org> wrote:
If you have a project that includes lots of other SCAD files then it will
generate a new preview if any of them change. If you want a render you have
to hit F6 in OpenSCAD.
On Tue, 5 Nov 2024 at 22:56, Harvey white via Discuss <
discuss@lists.openscad.org> wrote:
With Notepad++ you get no error feedback, but do get syntax recognition.
Typical workflow is to start the project (establish the file) in
OpenSCAD, then open that file in Notepad++. Make changes to the source
file in Notepad++, then save. That updates the screen. If you have the
OpenSCAD editor open at the same time, it should show you syntax errors
and debugging information.
The advantage of Notepad++ is that you get color syntax highlighting,
and a wider selection of completion options, although they are not
linked to OpenSCAD but rather what you've typed already.
If you want, you can link one version of OpenSCAD to each source file.
Harvey
On 11/5/2024 5:28 PM, Todd Allen via Discuss wrote:
I'm most interested in hearing about the integration and workflow with
OpenSCAD when using these external tools. For instance if one
maintains projects or sessions in an external editor with a large
number of .scad files what are the processes for preview, rendering,
jumping to errors, etc.?
On Tue, Nov 5, 2024 at 4:09 PM David Phillip Oster
davidphilliposter@gmail.com wrote:
I use Xcode as my external editor for OpenSCAD, since I am already
using it for most of my other work.
On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss
<discuss@lists.openscad.org> wrote:
Of these options
any thoughts for what I should try first or ones to be
avoided? Any good options not in that list?
_______________________________________________
OpenSCAD mailing list
To unsubscribe send an email to
Do any external tools communicate with OpenSCAD to open files, start a
render or interpret console output?
On Tue, Nov 5, 2024, 5:03 PM nop head via Discuss <
discuss@lists.openscad.org> wrote:
> If you have a project that includes lots of other SCAD files then it will
> generate a new preview if any of them change. If you want a render you have
> to hit F6 in OpenSCAD.
>
>
>
> On Tue, 5 Nov 2024 at 22:56, Harvey white via Discuss <
> discuss@lists.openscad.org> wrote:
>
>> With Notepad++ you get no error feedback, but do get syntax recognition.
>>
>> Typical workflow is to start the project (establish the file) in
>> OpenSCAD, then open that file in Notepad++. Make changes to the source
>> file in Notepad++, then save. That updates the screen. If you have the
>> OpenSCAD editor open at the same time, it should show you syntax errors
>> and debugging information.
>>
>> The advantage of Notepad++ is that you get color syntax highlighting,
>> and a wider selection of completion options, although they are not
>> linked to OpenSCAD but rather what you've typed already.
>>
>> If you want, you can link one version of OpenSCAD to each source file.
>>
>> Harvey
>>
>>
>>
>> On 11/5/2024 5:28 PM, Todd Allen via Discuss wrote:
>> > I'm most interested in hearing about the integration and workflow with
>> > OpenSCAD when using these external tools. For instance if one
>> > maintains projects or sessions in an external editor with a large
>> > number of .scad files what are the processes for preview, rendering,
>> > jumping to errors, etc.?
>> >
>> > On Tue, Nov 5, 2024 at 4:09 PM David Phillip Oster
>> > <davidphilliposter@gmail.com> wrote:
>> >
>> > I use Xcode as my external editor for OpenSCAD, since I am already
>> > using it for most of my other work.
>> >
>> > On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss
>> > <discuss@lists.openscad.org> wrote:
>> >
>> > Of these options
>> >
>> https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD
>> > any thoughts for what I should try first or ones to be
>> > avoided? Any good options not in that list?
>> > _______________________________________________
>> > OpenSCAD mailing list
>> > To unsubscribe send an email to
>> discuss-leave@lists.openscad.org
>> >
>> >
>> > _______________________________________________
>> > OpenSCAD mailing list
>> > To unsubscribe send an email to discuss-leave@lists.openscad.org
>> _______________________________________________
>> OpenSCAD mailing list
>> To unsubscribe send an email to discuss-leave@lists.openscad.org
>>
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
>
LM
Leonard Martin Struttmann
Tue, Nov 5, 2024 11:44 PM
I, also, would suggest trying Visual Studio Code with the Leathong
extension. It's not perfect, but it is quite helpful to me.
Len
On Tue, Nov 5, 2024 at 5:26 PM Todd Allen via Discuss <
discuss@lists.openscad.org> wrote:
Do any external tools communicate with OpenSCAD to open files, start a
render or interpret console output?
On Tue, Nov 5, 2024, 5:03 PM nop head via Discuss <
discuss@lists.openscad.org> wrote:
If you have a project that includes lots of other SCAD files then it will
generate a new preview if any of them change. If you want a render you have
to hit F6 in OpenSCAD.
On Tue, 5 Nov 2024 at 22:56, Harvey white via Discuss <
discuss@lists.openscad.org> wrote:
With Notepad++ you get no error feedback, but do get syntax recognition.
Typical workflow is to start the project (establish the file) in
OpenSCAD, then open that file in Notepad++. Make changes to the source
file in Notepad++, then save. That updates the screen. If you have the
OpenSCAD editor open at the same time, it should show you syntax errors
and debugging information.
The advantage of Notepad++ is that you get color syntax highlighting,
and a wider selection of completion options, although they are not
linked to OpenSCAD but rather what you've typed already.
If you want, you can link one version of OpenSCAD to each source file.
Harvey
On 11/5/2024 5:28 PM, Todd Allen via Discuss wrote:
I'm most interested in hearing about the integration and workflow with
OpenSCAD when using these external tools. For instance if one
maintains projects or sessions in an external editor with a large
number of .scad files what are the processes for preview, rendering,
jumping to errors, etc.?
On Tue, Nov 5, 2024 at 4:09 PM David Phillip Oster
davidphilliposter@gmail.com wrote:
I use Xcode as my external editor for OpenSCAD, since I am already
using it for most of my other work.
On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss
<discuss@lists.openscad.org> wrote:
Of these options
any thoughts for what I should try first or ones to be
avoided? Any good options not in that list?
_______________________________________________
OpenSCAD mailing list
To unsubscribe send an email to
I, also, would suggest trying Visual Studio Code with the Leathong
extension. It's not perfect, but it is quite helpful to me.
Len
On Tue, Nov 5, 2024 at 5:26 PM Todd Allen via Discuss <
discuss@lists.openscad.org> wrote:
> Do any external tools communicate with OpenSCAD to open files, start a
> render or interpret console output?
>
> On Tue, Nov 5, 2024, 5:03 PM nop head via Discuss <
> discuss@lists.openscad.org> wrote:
>
>> If you have a project that includes lots of other SCAD files then it will
>> generate a new preview if any of them change. If you want a render you have
>> to hit F6 in OpenSCAD.
>>
>>
>>
>> On Tue, 5 Nov 2024 at 22:56, Harvey white via Discuss <
>> discuss@lists.openscad.org> wrote:
>>
>>> With Notepad++ you get no error feedback, but do get syntax recognition.
>>>
>>> Typical workflow is to start the project (establish the file) in
>>> OpenSCAD, then open that file in Notepad++. Make changes to the source
>>> file in Notepad++, then save. That updates the screen. If you have the
>>> OpenSCAD editor open at the same time, it should show you syntax errors
>>> and debugging information.
>>>
>>> The advantage of Notepad++ is that you get color syntax highlighting,
>>> and a wider selection of completion options, although they are not
>>> linked to OpenSCAD but rather what you've typed already.
>>>
>>> If you want, you can link one version of OpenSCAD to each source file.
>>>
>>> Harvey
>>>
>>>
>>>
>>> On 11/5/2024 5:28 PM, Todd Allen via Discuss wrote:
>>> > I'm most interested in hearing about the integration and workflow with
>>> > OpenSCAD when using these external tools. For instance if one
>>> > maintains projects or sessions in an external editor with a large
>>> > number of .scad files what are the processes for preview, rendering,
>>> > jumping to errors, etc.?
>>> >
>>> > On Tue, Nov 5, 2024 at 4:09 PM David Phillip Oster
>>> > <davidphilliposter@gmail.com> wrote:
>>> >
>>> > I use Xcode as my external editor for OpenSCAD, since I am already
>>> > using it for most of my other work.
>>> >
>>> > On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss
>>> > <discuss@lists.openscad.org> wrote:
>>> >
>>> > Of these options
>>> >
>>> https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD
>>> > any thoughts for what I should try first or ones to be
>>> > avoided? Any good options not in that list?
>>> > _______________________________________________
>>> > OpenSCAD mailing list
>>> > To unsubscribe send an email to
>>> discuss-leave@lists.openscad.org
>>> >
>>> >
>>> > _______________________________________________
>>> > OpenSCAD mailing list
>>> > To unsubscribe send an email to discuss-leave@lists.openscad.org
>>> _______________________________________________
>>> OpenSCAD mailing list
>>> To unsubscribe send an email to discuss-leave@lists.openscad.org
>>>
>> _______________________________________________
>> OpenSCAD mailing list
>> To unsubscribe send an email to discuss-leave@lists.openscad.org
>>
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
>
SP
Sanjeev Prabhakar
Wed, Nov 6, 2024 2:34 AM
I use jupyter notebook and quite happy with it.
Is there a way to show only the python command in openscad and not all the
coordinates?
On Wed, 6 Nov, 2024, 5:15 am Leonard Martin Struttmann via Discuss, <
discuss@lists.openscad.org> wrote:
I, also, would suggest trying Visual Studio Code with the Leathong
extension. It's not perfect, but it is quite helpful to me.
Len
On Tue, Nov 5, 2024 at 5:26 PM Todd Allen via Discuss <
discuss@lists.openscad.org> wrote:
Do any external tools communicate with OpenSCAD to open files, start a
render or interpret console output?
On Tue, Nov 5, 2024, 5:03 PM nop head via Discuss <
discuss@lists.openscad.org> wrote:
If you have a project that includes lots of other SCAD files then it
will generate a new preview if any of them change. If you want a render you
have to hit F6 in OpenSCAD.
On Tue, 5 Nov 2024 at 22:56, Harvey white via Discuss <
discuss@lists.openscad.org> wrote:
With Notepad++ you get no error feedback, but do get syntax recognition.
Typical workflow is to start the project (establish the file) in
OpenSCAD, then open that file in Notepad++. Make changes to the source
file in Notepad++, then save. That updates the screen. If you have
the
OpenSCAD editor open at the same time, it should show you syntax errors
and debugging information.
The advantage of Notepad++ is that you get color syntax highlighting,
and a wider selection of completion options, although they are not
linked to OpenSCAD but rather what you've typed already.
If you want, you can link one version of OpenSCAD to each source file.
Harvey
On 11/5/2024 5:28 PM, Todd Allen via Discuss wrote:
I'm most interested in hearing about the integration and workflow
OpenSCAD when using these external tools. For instance if one
maintains projects or sessions in an external editor with a large
number of .scad files what are the processes for preview, rendering,
jumping to errors, etc.?
On Tue, Nov 5, 2024 at 4:09 PM David Phillip Oster
davidphilliposter@gmail.com wrote:
I use Xcode as my external editor for OpenSCAD, since I am already
using it for most of my other work.
On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss
<discuss@lists.openscad.org> wrote:
Of these options
any thoughts for what I should try first or ones to be
avoided? Any good options not in that list?
_______________________________________________
OpenSCAD mailing list
To unsubscribe send an email to
I use jupyter notebook and quite happy with it.
Is there a way to show only the python command in openscad and not all the
coordinates?
On Wed, 6 Nov, 2024, 5:15 am Leonard Martin Struttmann via Discuss, <
discuss@lists.openscad.org> wrote:
> I, also, would suggest trying Visual Studio Code with the Leathong
> extension. It's not perfect, but it is quite helpful to me.
>
> Len
>
> On Tue, Nov 5, 2024 at 5:26 PM Todd Allen via Discuss <
> discuss@lists.openscad.org> wrote:
>
>> Do any external tools communicate with OpenSCAD to open files, start a
>> render or interpret console output?
>>
>> On Tue, Nov 5, 2024, 5:03 PM nop head via Discuss <
>> discuss@lists.openscad.org> wrote:
>>
>>> If you have a project that includes lots of other SCAD files then it
>>> will generate a new preview if any of them change. If you want a render you
>>> have to hit F6 in OpenSCAD.
>>>
>>>
>>>
>>> On Tue, 5 Nov 2024 at 22:56, Harvey white via Discuss <
>>> discuss@lists.openscad.org> wrote:
>>>
>>>> With Notepad++ you get no error feedback, but do get syntax recognition.
>>>>
>>>> Typical workflow is to start the project (establish the file) in
>>>> OpenSCAD, then open that file in Notepad++. Make changes to the source
>>>> file in Notepad++, then save. That updates the screen. If you have
>>>> the
>>>> OpenSCAD editor open at the same time, it should show you syntax errors
>>>> and debugging information.
>>>>
>>>> The advantage of Notepad++ is that you get color syntax highlighting,
>>>> and a wider selection of completion options, although they are not
>>>> linked to OpenSCAD but rather what you've typed already.
>>>>
>>>> If you want, you can link one version of OpenSCAD to each source file.
>>>>
>>>> Harvey
>>>>
>>>>
>>>>
>>>> On 11/5/2024 5:28 PM, Todd Allen via Discuss wrote:
>>>> > I'm most interested in hearing about the integration and workflow
>>>> with
>>>> > OpenSCAD when using these external tools. For instance if one
>>>> > maintains projects or sessions in an external editor with a large
>>>> > number of .scad files what are the processes for preview, rendering,
>>>> > jumping to errors, etc.?
>>>> >
>>>> > On Tue, Nov 5, 2024 at 4:09 PM David Phillip Oster
>>>> > <davidphilliposter@gmail.com> wrote:
>>>> >
>>>> > I use Xcode as my external editor for OpenSCAD, since I am already
>>>> > using it for most of my other work.
>>>> >
>>>> > On Tue, Nov 5, 2024 at 2:02 PM Todd Allen via Discuss
>>>> > <discuss@lists.openscad.org> wrote:
>>>> >
>>>> > Of these options
>>>> >
>>>> https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD
>>>> > any thoughts for what I should try first or ones to be
>>>> > avoided? Any good options not in that list?
>>>> > _______________________________________________
>>>> > OpenSCAD mailing list
>>>> > To unsubscribe send an email to
>>>> discuss-leave@lists.openscad.org
>>>> >
>>>> >
>>>> > _______________________________________________
>>>> > OpenSCAD mailing list
>>>> > To unsubscribe send an email to discuss-leave@lists.openscad.org
>>>> _______________________________________________
>>>> OpenSCAD mailing list
>>>> To unsubscribe send an email to discuss-leave@lists.openscad.org
>>>>
>>> _______________________________________________
>>> OpenSCAD mailing list
>>> To unsubscribe send an email to discuss-leave@lists.openscad.org
>>>
>> _______________________________________________
>> OpenSCAD mailing list
>> To unsubscribe send an email to discuss-leave@lists.openscad.org
>>
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
>