Chris

Results 310 comments of Chris

Would it work if a function literal is assigned to the member? ``` obj.func = function(x) x + x; y = obj.func(); ```

I think the issue is that you can pan and rotate with the mouse in real time but with vpr etc you have to recalculate everything. I can't see any...

> I'm using a GlowForge I might have been but I got banned from the Glowforge forums for 1000 years so I cancelled my order! On Wed, 19 Feb 2020...

I simply name any modules that make stls something_stl() and then have a Python script that exports them all using the command line.

I was able to get the STL modified by OpenSCAD to be OK according to Netfabb by moving the cubes, so that they didn't have coincident faces, but I still...

It isn't uncommon for OpenSCAD not to be able to import STL files it has exported. Vertices too close together will do it.

You can already have as many lines as you want in a function using let(). They just all have to be assignments. Pointers: definitely no place for them in a...

Not sure where this comment went but: This doesn't work: ``` z=5; b=9; if(z==5) { let(b=4); } else { let(b=2); } cube([2,2,b]); ``` No it doesn't but this does: ```...

Which is the last snapshot that works on Win7 please?

I agree with @thehans and 0. The problem is Windows peaked at XP and has gone downhill since then. I reluctantly moved to Win7 and had to replace a perfectly...