ImplicitCAD icon indicating copy to clipboard operation
ImplicitCAD copied to clipboard

2D surfaces in output.

Open julialongtin opened this issue 4 years ago • 0 comments

difference () {
  cube (10);
  linear_extrude (10) translate (5,5) circle (5);
}

Causes flat areas where the circle almost touches the cube.

julialongtin avatar May 09 '20 10:05 julialongtin