implicitcad.org
implicitcad.org copied to clipboard
Website for ImplicitCAD
union() { linear_extrude (height = 5) square([20,32]); translate(-1, 2.5, 0) rotate([0, -15, 0]) linear_extrude (height = 15) square([1, 5.5]); }  Now change the X size of the initial square...
"We're going to give those imps some really stern looks but in the mean time please try again or file a bug report if the problem persists." Looks to be...
Was trying to find instruction on local installation in http://www.implicitcad.org/faq#local-installation but it did not load. Sourcecode of the page is zero byte.
I believe these are aligned with best practices.
Pass `{antialias: true}` to `THREE.WebGLRenderer()` to improve the edge quality dramatically. Before:  After:  Performance:...