summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-12-28 17:15:47 (GMT)
committerMarius Kintel <marius@kintel.net>2011-12-28 17:15:47 (GMT)
commit732803039d1dff5e2f57f8873516164d23bbb9c4 (patch)
treea02fa676b6594d0fab4227579887901ef60f011a /examples
parentc6004a5c27f7cbe2fed10e2c20b7735af2945014 (diff)
Slightly modified example008 to reduce z-buffer fighting in throwntogether mode
Diffstat (limited to 'examples')
-rw-r--r--examples/example008.scad8
1 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
contact: Jan Huwald // Impressum