summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/example008.scad8
-rw-r--r--tests/regression/throwntogethertest/example008-expected.pngbin8557 -> 8362 bytes
2 files changed, 4 insertions, 4 deletions
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
--- a/tests/regression/throwntogethertest/example008-expected.png
+++ b/tests/regression/throwntogethertest/example008-expected.png
Binary files differ
contact: Jan Huwald // Impressum