diff --git a/examples/example008.scad b/examples/example008.scad index a12ef966..8372f6be 100644 --- a/examples/example008.scad +++ b/examples/example008.scad @@ -20,13 +20,13 @@ difference() intersection() { - translate([ -125, -25, -25]) - linear_extrude(height = 50, convexity = 1) + translate([ -125, -25, -26]) + linear_extrude(height = 52, convexity = 1) import(file = "example008.dxf", layer = "X"); rotate(90, [0, 1, 0]) - translate([ -125, -25, -25]) - linear_extrude(height = 50, convexity = 1) + translate([ -125, -25, -26]) + linear_extrude(height = 52, convexity = 1) import(file = "example008.dxf", layer = "X"); } } \ No newline at end of file diff --git a/tests/regression/throwntogethertest/example008-expected.png b/tests/regression/throwntogethertest/example008-expected.png index 880844bd..f8250475 100644 Binary files a/tests/regression/throwntogethertest/example008-expected.png and b/tests/regression/throwntogethertest/example008-expected.png differ