discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

all this talk about ellipses has me a bit confused

LM
Leonard Martin Struttmann
Wed, Aug 10, 2022 2:19 AM

Pronunciation:

https://www.youtube.com/watch?v=9zUveY19jLs

On Tue, Aug 9, 2022 at 3:53 PM mikeonenine@web.de wrote:

Or:

Doesn’t matter.

Also:

It’s much the same thing if you hop or jump.

What I’d like to hear, though, is the pronunciation!


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Pronunciation: https://www.youtube.com/watch?v=9zUveY19jLs On Tue, Aug 9, 2022 at 3:53 PM <mikeonenine@web.de> wrote: > Or: > > Doesn’t matter. > > Also: > > It’s much the same thing if you hop or jump. > > What I’d like to hear, though, is the pronunciation! > > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
M
mikeonenine@web.de
Wed, Aug 10, 2022 6:12 PM

Leonard Martin Struttmann wrote:

Pronunciation:

https://www.youtube.com/watch?v=9zUveY19jLs

On Tue, Aug 9, 2022 at 3:53 PM mikeonenine@web.de wrote:

Or:

Doesn’t matter.

Also:

It’s much the same thing if you hop or jump.

What I’d like to hear, though, is the pronunciation!


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Naaah. What he is actually saying is: Do nothing, or don’t do anything, because the movement of the tongue seems to be impaired, as by an intoxicating substance or when speaking quickly, preventing pronunciation of the “t”.

You can’t always trust Youtube etc.

But - macht nichts - it doesn’t matter, because in context it would probably be correctly understood.

In the context of 2D versus 3D I would prefer

Leonard Martin Struttmann wrote: > Pronunciation: > > https://www.youtube.com/watch?v=9zUveY19jLs > > On Tue, Aug 9, 2022 at 3:53 PM [mikeonenine@web.de](mailto:mikeonenine@web.de) wrote: > > > Or: > > > > Doesn’t matter. > > > > Also: > > > > It’s much the same thing if you hop or jump. > > > > What I’d like to hear, though, is the pronunciation! > > > > --- > > > > OpenSCAD mailing list > > To unsubscribe send an email to discuss-leave@lists.openscad.org Naaah. What he is actually saying is: Do nothing, or don’t do anything, because the movement of the tongue seems to be impaired, as by an intoxicating substance or when speaking quickly, preventing pronunciation of the “t”. You can’t always trust Youtube etc. But - macht nichts - it doesn’t matter, because in context it would probably be correctly understood. In the context of 2D versus 3D I would prefer
M
mikeonenine@web.de
Wed, Aug 10, 2022 6:18 PM

Damn! My keyboard went AWOL again!

In the context of 2D versus 3D I would prefer GEHUEPFTWIEGESPRUNGEN!

*Damn! My keyboard went AWOL again!* In the context of 2D versus 3D I would prefer GEHUEPFTWIEGESPRUNGEN!
LM
Leonard Martin Struttmann
Wed, Aug 10, 2022 9:43 PM

¨HOPPED WEIGHINGS¨ ?

On Wed, Aug 10, 2022 at 1:19 PM mikeonenine@web.de wrote:

Damn! My keyboard went AWOL again!

In the context of 2D versus 3D I would prefer GEHUEPFTWIEGESPRUNGEN!


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

¨HOPPED WEIGHINGS¨ ? On Wed, Aug 10, 2022 at 1:19 PM <mikeonenine@web.de> wrote: > *Damn! My keyboard went AWOL again!* > > In the context of 2D versus 3D I would prefer GEHUEPFTWIEGESPRUNGEN! > > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
RW
Raymond West
Wed, Aug 10, 2022 10:09 PM

Hi,

Is it possible to remove the underlining in the console error and
warning messages? It tends to make []l1 difficult to distinguish between
them, it depends on the font, but I don't think underlining is required,
coloured background is enough .

ERROR: Unable to convert points[0] = [[10, 100], [50, 80], [80, 20],
[10, -100], [50, -80], [80, -20]] to a vec2 of numbers in file , line 27

Thanks,

Ray

Hi, Is it possible to remove the underlining in the console error and warning messages? It tends to make []l1 difficult to distinguish between them, it depends on the font, but I don't think underlining is required, coloured background is enough . ERROR: Unable to convert points[0] = [[10, 100], [50, 80], [80, 20], [10, -100], [50, -80], [80, -20]] to a vec2 of numbers in file , line 27 Thanks, Ray
AM
Adrian Mariano
Wed, Aug 10, 2022 10:26 PM

Seems like a good idea to me.  I was just remarking to somebody about
how underlining should never be used: its purpose is to represent
italics when using a typewriter.  And big masses of underlined text
are hard to read and too busy.

On Wed, Aug 10, 2022 at 6:09 PM Raymond West raywest@raywest.com wrote:

Hi,

Is it possible to remove the underlining in the console error and warning messages? It tends to make []l1 difficult to distinguish between them, it depends on the font, but I don't think underlining is required, coloured background is enough .

ERROR: Unable to convert points[0] = [[10, 100], [50, 80], [80, 20], [10, -100], [50, -80], [80, -20]] to a vec2 of numbers in file , line 27

Thanks,

Ray


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Seems like a good idea to me. I was just remarking to somebody about how underlining should never be used: its purpose is to represent italics when using a typewriter. And big masses of underlined text are hard to read and too busy. On Wed, Aug 10, 2022 at 6:09 PM Raymond West <raywest@raywest.com> wrote: > > Hi, > > Is it possible to remove the underlining in the console error and warning messages? It tends to make []l1 difficult to distinguish between them, it depends on the font, but I don't think underlining is required, coloured background is enough . > > ERROR: Unable to convert points[0] = [[10, 100], [50, 80], [80, 20], [10, -100], [50, -80], [80, -20]] to a vec2 of numbers in file , line 27 > > Thanks, > > Ray > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org
L
larry
Thu, Aug 11, 2022 1:24 PM

On Wed, 2022-08-10 at 18:26 -0400, Adrian Mariano wrote:

Seems like a good idea to me.  I was just remarking to somebody about
how underlining should never be used: its purpose is to represent
italics when using a typewriter.  And big masses of underlined text
are hard to read and too busy.

I agree. It also interferes with the underscore character, making it
completely invisible.

On Wed, Aug 10, 2022 at 6:09 PM Raymond West raywest@raywest.com
wrote:

Hi,

Is it possible to remove the underlining in the console error and
warning messages? It tends to make []l1 difficult to distinguish
between them, it depends on the font, but I don't think underlining
is required, coloured background is enough .

ERROR: Unable to convert points[0] = [[10, 100], [50, 80], [80,
20], [10, -100], [50, -80], [80, -20]] to a vec2 of numbers in file
, line 27

Thanks,

Ray


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

On Wed, 2022-08-10 at 18:26 -0400, Adrian Mariano wrote: > Seems like a good idea to me. I was just remarking to somebody about > how underlining should never be used: its purpose is to represent > italics when using a typewriter. And big masses of underlined text > are hard to read and too busy. I agree. It also interferes with the underscore character, making it completely invisible. > On Wed, Aug 10, 2022 at 6:09 PM Raymond West <raywest@raywest.com> > wrote: > > Hi, > > > > Is it possible to remove the underlining in the console error and > > warning messages? It tends to make []l1 difficult to distinguish > > between them, it depends on the font, but I don't think underlining > > is required, coloured background is enough . > > > > ERROR: Unable to convert points[0] = [[10, 100], [50, 80], [80, > > 20], [10, -100], [50, -80], [80, -20]] to a vec2 of numbers in file > > , line 27 > > > > Thanks, > > > > Ray > > > > _______________________________________________ > > 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 >