From 732803039d1dff5e2f57f8873516164d23bbb9c4 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Wed, 28 Dec 2011 18:15:47 +0100 Subject: Slightly modified example008 to reduce z-buffer fighting in throwntogether mode diff --git a/examples/example008.scad b/examples/example008.scad index a12ef96..8372f6b 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 880844b..f825047 100644 Binary files a/tests/regression/throwntogethertest/example008-expected.png and b/tests/regression/throwntogethertest/example008-expected.png differ -- cgit v0.10.1