discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] User Poll: What do you want to see from OpenSCAD development?

JB
Jordan Brown
Sun, Nov 10, 2019 6:49 PM

A stupid little thing:  the height of a cylinder is "h", but the height
of a linear extrusion is "height".

A stupid little thing:  the height of a cylinder is "h", but the height of a linear extrusion is "height".
C
corpsman
Sun, Nov 10, 2019 7:13 PM

I would love to integrate a pretty printer into OpenSCAD

to be able to do so, the IDE should have the ability to call external
programs (via custom shortcuts) and the actual filename as param. Then
Reload the file and its done g.

--

Auf meiner Homepage www.Corpsman.de ist immer was los, ständig wird sie aktualisiert und erweitert. Da ist für jeden was dabei.

--

Schütze deine Privatsphäre, nutze E-mail Verschlüsselung.
Wie das geht steht z.B. hier :
https://support.mozilla.org/en-US/kb/digitally-signing-and-encrypting-messages#w_installing-gpg-and-enigmail

I would love to integrate a pretty printer into OpenSCAD to be able to do so, the IDE should have the ability to call external programs (via custom shortcuts) and the actual filename as param. Then Reload the file and its done *g*. -- Auf meiner Homepage www.Corpsman.de ist immer was los, ständig wird sie aktualisiert und erweitert. Da ist für jeden was dabei. -- Schütze deine Privatsphäre, nutze E-mail Verschlüsselung. Wie das geht steht z.B. hier : https://support.mozilla.org/en-US/kb/digitally-signing-and-encrypting-messages#w_installing-gpg-and-enigmail
JB
Jordan Brown
Sun, Nov 10, 2019 7:24 PM

On 11/10/2019 11:13 AM, corpsman wrote:

I would love to integrate a pretty printer into OpenSCAD

to be able to do so, the IDE should have the ability to call external
programs (via custom shortcuts) and the actual filename as param. Then
Reload the file and its done g.

Better design:  feed the input to it on its standard in and get the
output on its standard out.  Then the IDE could easily support things
like filtering just the selection through the pretty printer.  (Or, for
that matter, filtering through other things like sorts.)

On 11/10/2019 11:13 AM, corpsman wrote: > I would love to integrate a pretty printer into OpenSCAD > > to be able to do so, the IDE should have the ability to call external > programs (via custom shortcuts) and the actual filename as param. Then > Reload the file and its done *g*. Better design:  feed the input to it on its standard in and get the output on its standard out.  Then the IDE could easily support things like filtering just the selection through the pretty printer.  (Or, for that matter, filtering through other things like sorts.)
MB
Max Bond
Sun, Nov 10, 2019 7:26 PM

#3

I find the stability of OpenSCAD to be excellent, especially when compared
to other FOSS CAD tools.

I'd like see a standard library, a standard listing of libraries (like pip
etc), functions to check the length of arrays/strings and rank/dimension of
matrixes, and more tools for 1-dimensional objects (for instance I have my
own code for affine transforms of lines, but that'd be great to include in
a standard library).

On Sun, Nov 10, 2019, 12:14 PM corpsman corpsman@corpsman.de wrote:

I would love to integrate a pretty printer into OpenSCAD

to be able to do so, the IDE should have the ability to call external
programs (via custom shortcuts) and the actual filename as param. Then
Reload the file and its done g.

--

Auf meiner Homepage www.Corpsman.de ist immer was los, ständig wird sie
aktualisiert und erweitert. Da ist für jeden was dabei.

--

Schütze deine Privatsphäre, nutze E-mail Verschlüsselung.
Wie das geht steht z.B. hier :

https://support.mozilla.org/en-US/kb/digitally-signing-and-encrypting-messages#w_installing-gpg-and-enigmail


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

#3 I find the stability of OpenSCAD to be excellent, especially when compared to other FOSS CAD tools. I'd like see a standard library, a standard listing of libraries (like pip etc), functions to check the length of arrays/strings and rank/dimension of matrixes, and more tools for 1-dimensional objects (for instance I have my own code for affine transforms of lines, but that'd be great to include in a standard library). On Sun, Nov 10, 2019, 12:14 PM corpsman <corpsman@corpsman.de> wrote: > I would love to integrate a pretty printer into OpenSCAD > > to be able to do so, the IDE should have the ability to call external > programs (via custom shortcuts) and the actual filename as param. Then > Reload the file and its done *g*. > > > > -- > > Auf meiner Homepage www.Corpsman.de ist immer was los, ständig wird sie > aktualisiert und erweitert. Da ist für jeden was dabei. > > -- > > Schütze deine Privatsphäre, nutze E-mail Verschlüsselung. > Wie das geht steht z.B. hier : > > https://support.mozilla.org/en-US/kb/digitally-signing-and-encrypting-messages#w_installing-gpg-and-enigmail > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
MB
Max Bond
Sun, Nov 10, 2019 7:31 PM

To add, another thing I'd like to see in the standard library is functions
to calculate bounding boxes of primitive shapes. Again, I already do this,
I'm sure we all do, but it'd be nice to come out of the box.

On Sun, Nov 10, 2019, 12:26 PM Max Bond max.o.bond@gmail.com wrote:

#3

I find the stability of OpenSCAD to be excellent, especially when compared
to other FOSS CAD tools.

I'd like see a standard library, a standard listing of libraries (like pip
etc), functions to check the length of arrays/strings and rank/dimension of
matrixes, and more tools for 1-dimensional objects (for instance I have my
own code for affine transforms of lines, but that'd be great to include in
a standard library).

On Sun, Nov 10, 2019, 12:14 PM corpsman corpsman@corpsman.de wrote:

I would love to integrate a pretty printer into OpenSCAD

to be able to do so, the IDE should have the ability to call external
programs (via custom shortcuts) and the actual filename as param. Then
Reload the file and its done g.

--

Auf meiner Homepage www.Corpsman.de ist immer was los, ständig wird sie
aktualisiert und erweitert. Da ist für jeden was dabei.

--

Schütze deine Privatsphäre, nutze E-mail Verschlüsselung.
Wie das geht steht z.B. hier :

https://support.mozilla.org/en-US/kb/digitally-signing-and-encrypting-messages#w_installing-gpg-and-enigmail


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

To add, another thing I'd like to see in the standard library is functions to calculate bounding boxes of primitive shapes. Again, I already do this, I'm sure we all do, but it'd be nice to come out of the box. On Sun, Nov 10, 2019, 12:26 PM Max Bond <max.o.bond@gmail.com> wrote: > #3 > > I find the stability of OpenSCAD to be excellent, especially when compared > to other FOSS CAD tools. > > I'd like see a standard library, a standard listing of libraries (like pip > etc), functions to check the length of arrays/strings and rank/dimension of > matrixes, and more tools for 1-dimensional objects (for instance I have my > own code for affine transforms of lines, but that'd be great to include in > a standard library). > > On Sun, Nov 10, 2019, 12:14 PM corpsman <corpsman@corpsman.de> wrote: > >> I would love to integrate a pretty printer into OpenSCAD >> >> to be able to do so, the IDE should have the ability to call external >> programs (via custom shortcuts) and the actual filename as param. Then >> Reload the file and its done *g*. >> >> >> >> -- >> >> Auf meiner Homepage www.Corpsman.de ist immer was los, ständig wird sie >> aktualisiert und erweitert. Da ist für jeden was dabei. >> >> -- >> >> Schütze deine Privatsphäre, nutze E-mail Verschlüsselung. >> Wie das geht steht z.B. hier : >> >> https://support.mozilla.org/en-US/kb/digitally-signing-and-encrypting-messages#w_installing-gpg-and-enigmail >> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> >