Udi Finkelstein
Udi Finkelstein
Here is a set of patches that clear all warnings from the original project code. I haven't cleaned LAME and XPDF warnings because obviously this is external code. I see...
OK, Here is a fix for the problem :-) The problem was caused by the first loop in diff_cleanup_merge(). 'i' was used as the position for the current element, and...
What license are you releasing this under? I would like to use this as a base, but cannot do so without a proper license allowing me to do so. Thanks!
## Expected Behavior When an error is encountered, report the correct line number. ## Actual Behavior Under Window, the line number reported is 2 * the actual line number, probably...
It is possible to open JScad with a URL parameter either by using: https://www.openjscad.org/#https://raw.githubusercontent.com/udif/openjscad-objects/master/flexgrid.jscad or https://www.openjscad.org/?uri=https://raw.githubusercontent.com/udif/openjscad-objects/master/flexgrid.jscad (This was prepared, BTW, as a response to this: http://hackaday.com/2017/08/05/3d-printing-flexible-surfaces-out-of-non-flexible-material/ ) I have some...
It seems that CascadeStudio is not doing any sanity checking on parameters. As a result, a call such as: ``` Sphere(-10) ``` Will result in: ``` Line 75: Uncaught ReferenceError:...
I started playing with CascadeStudio every since the hackaday article 1-2 months ago, and I really like it. However, as I try building more complex models I run into geometrical...
Here is a preliminary pull request, mostly for reviews (I haven't added any tests yet, only manual tests). It supports a new '-style' flag with a mandatory parameter whose value...
I see that the current command line argument flags are geared towards accepting parameters from a specific large EDA vendor, whose name begins with an "S" 😃 Just to name...
Consider the following testcase: ``` `define D #1 module test(input clk); reg d; always @(posedge clk) d