Chris

Results 310 comments of Chris

I think the confusing thing is object literals can have values overridden like in the lollipops example. so then they are more like modules that get instantiated. I must say...

Since OpenSCAD currently evaluates all expressions, then creates geometry, I don't see how any of this makes sense.   What happens with: ``` translate([1,1,1]) o1; o1.b = 7; ``` Or just:...

Yes you can do that with -D and the command line, but I don't do customisation of objects that way. I only use the command line defs to turn on...

```scad/frame_edge_clamp.scad``` is ```use```d so it has its own namespace. ```nut_trap_depth``` is logically a new variable that is not related to the one in ```config.scad```. It does shadow it but that...

Rather than adding object literals, which seem to lurch towards more weirdness I would rather see some more simple additions: module literals to match function literals that can be assigned...

Yes that is the case for a lot of PCB components as I use them to model ready made PCBs, rather than make my own. The fix is add all...

I can fix it but not just right now as I am busy with other things.

I have run into this. Is there any workaround or is it simply unusable until fixed? ``` Files list done! Files list done! Files list done! syncing false Updated syncing...

I am not a Java programmer but I am a programmer. I found this line https://github.com/liberodark/ODrive/blob/master/app/core/sync.js#L778 and tried increasing the delay to 100. That did not work because more often...

The name of the corrupted file is Assert.palmerc, so I don't know if that was an ironic coincidence or somehow created the bug.