jon-bondy
jon-bondy
Each time I run the program I run it from scratch, opening it and doing an F6 immediately. If you run the attached program the following occurs: - current 2021...
Here's a minimal program that demonstrates the problem: rotate_extrude() { square([3, 1]); translate([2, 1]) square([1, 1]); square([1, 2]); } translate([-100,0,0]) cube(); This appears to be a bug in the 2D...
**Is your feature request related to a problem? Please describe.** I accidentally defined a module twice within a file, and spent a lot of time trying to understand why nothing...
Note x, y, and z mixed up in definitions of untilx, untily, and untilz 
**Describe the bug** If you use `-F` to enter Find mode and then use `` to quit out of Find mode, focus is placed in the Console rather than back...
**Describe the new feature:** I would like to write my own plugin for altering the video stream. OR I would like a way to export all of the frames, apply...
**Describe the bug** Some parts of the documentation are animated and some are not, inconsistently. It is not clear whether this is an oversight or by design **Code To Reproduce...
**Describe the bug** When OS starts, and one attempts to save a file, the default is C:\windows\program files\OpenSCAD This is not a helpful location, since it is in a protected...
I start all of my OpenSCAD programs the same way, establishing some constants (like "inches = 25.4;") and importing/using some files. I type this in by hand, over and over...
**Describe the bug** When I do a ScreenShot, I get "image readback failed" and "This request exceeds the MAX_CAPTURE_VISIBLE_TAB_CALLLS_PER_SECOND quote". No idea what this means, nor how to fix it....