Michael

Results 185 comments of Michael

BTW is `concat()` valid for these objects, so `o3=object(o1,o2)` == `o3=concat(o1,o2)`?

ECHO: value1 = { a = 6; v = [1, 2, 3, { a = 12; }]; b = { f = function(x) (x * x); }; } ECHO: value2...

@t-paul Does this also include the Function Literals changes?

Or leave it in the snapshots until mature, advanced users can use it from there.

I don't support this request, well the icons in the editor aspect. OpenSCAD is primarily a textual source code based language. Especially that last example above without keywords. That is...

@nophead said: >But why? What is wrong with modules? >And how to I have a script to make a fan, that can also cut it holes and make fan assembly?...

@doug-moen wrote: > I think there is some confusion about OpenSCAD2. > > A "script" is an element of syntax. It's a mixture of statements (that create geometry) and definitions...

I concur, it looks as if `$fn` has no effect. Using 2022.03.28. I'll post some pictures tomorrow. I'll see what the svg looks like too, but as I said' I'm...

> I'm open for any other name. flip=?? > By default (i.e., when literal_coordinate=false), the import command **FLIPS** an SVG file's y coordinates, and shifts the whole drawing into the...

It is prob not due to winconsole.c but keep an eye out for symptom noted as 'issue 6' in #598, not loading the scad file on cmd line into editor.