Michael

Results 10 issues of Michael

I'm raising this issue so the technical issues don't get bloated with discussion. Function literals, @doug-moen's [description](https://github.com/doug-moen/openscad2/blob/master/rfc/Functions.md), and initial discussion in @t-paul's implementation issue #3077, and Geometry Objects, Doug's [description](https://github.com/doug-moen/openscad2/blob/master/rfc/Objects.md)...

Type: Discussion

I noticed this typo https://github.com/brodykenrick/text_on_OpenSCAD/blob/868bd87c1f772ed7e857d49d74d589751863cafa/text_on.scad#L154 One should be valign. It is repeated 10 times elsewhere in the file.

Like #1202 preview of 2D thickness needs to be improved. Current 2D objects can be confused with 3D objects. ![2d preview height](https://cloud.githubusercontent.com/assets/1972961/12533602/51332f14-c289-11e5-9c48-b8e07ee79c7d.JPG) So a thickness like 0.001 would be better....

Type: Enhancement

Reported to [forum](http://forum.openscad.org/Unexpected-vpr-behavior-td31033.html). There is discussion on how to interpret what is being rotated. There is also debate in what the viewport axes actually are. This may require someone with...

Type: Discussion
Not a bug

Sorry, this took longer than I anticipated. It has threads from many places. I've raised a new issue, as #3781 was getting large, and I want to try keeping the...

Sorry I don't know how to drive GitHub for code changes. Currently it doesn't cut a clean triangle, the module needs to be ``` module equiTriangle(side, height) { difference() {...

As per [forum](http://forum.openscad.org/Problem-with-latest-nightly-build-tp32199.html), look like Qt is misbehaving. New build system?? --- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/97285506-windows-at-least-snapshot-badly-broken-main-window-not-displaying-content?utm_campaign=plugin&utm_content=tracker%2F52063&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://app.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F52063&utm_medium=issues&utm_source=github).

OS: Windows
Comp: GUI
Bug: Regression
Type: Bug

I found another of these today, so am raising this issue to keep track. I'll list the recent specific code in the following post. Certain designs render ok, but if...

BountySource-is-Insolvent
Dep: CGAL
Type: Render Issue
Tag: Manifold

@t-paul Looks like surface() with PNG is broken. As per [forum](http://forum.openscad.org/Surface-renders-but-adding-any-other-object-doesn-t-td17948.html#a17951) even ``` surface("smiley.png",invert=false,center=true); // smiley.png from the wiki of surface() cube(1); ``` Crashes. Uses all available memory. 2015.03-2 &...

Bug: Crash

I was browsing the code and found the bit below. On my Win7/63 middle button does not pan. With Shift it does zoom. I tried back to 2013.06 and a...